aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
Commit message (Expand)AuthorAgeFilesLines
* io_check_*()/io_file_exist(): Fix signaturesLukas Fleischer2012-11-261-16/+16
* args.c: Several minor simplificationsLukas Fleischer2012-11-251-27/+13
* Merge branch 'maint'Lukas Fleischer2012-11-231-5/+5
|\
| * Replace localtime() with localtime_r()Lukas Fleischer2012-11-221-5/+5
* | Allow passing both "-D" and "-c"Lukas Fleischer2012-06-301-12/+3
* | day_store_items(): Return the number of items foundLukas Fleischer2012-06-301-2/+2
* | src/args.c: Revise app_arg()Lukas Fleischer2012-06-301-110/+8
* | Make day_store_items() publicLukas Fleischer2012-06-301-1/+0
|/
* src/args.c: Fix bugs address in usage messageLukas Fleischer2012-06-181-12/+11
* Directly use fprintf() where applicableBaptiste Jonglez2012-05-311-12/+4
* Fix incorrect i18n usage for some stringsBaptiste Jonglez2012-05-251-4/+4
* Switch to Linux kernel coding styleLukas Fleischer2012-05-211-636/+541
* Document removal of the "-N" command line optionLukas Fleischer2012-05-171-4/+1
* Declare several parameters/variables constantLukas Fleischer2012-05-081-6/+7
* src/args.c: Add "void" in some function declarationsLukas Fleischer2012-05-081-4/+4
* src/args.c: Add a mention of "--read-only" in "calcurse --help"Baptiste Jonglez2012-05-021-1/+4
* Mark some more variables/parameters constantLukas Fleischer2012-04-051-1/+1
* Mark localized string literals constantLukas Fleischer2012-04-051-2/+2
* Update copyright rangesLukas Fleischer2012-03-261-2/+2
* Add a read-only optionLukas Fleischer2012-02-241-1/+6
* Extract config file handlers into a separate fileLukas Fleischer2011-12-091-2/+2
* src/args.c: Remove obsolete "-N" flagLukas Fleischer2011-11-141-4/+0
* src/args.c: Allow for specifying custom format stringsLukas Fleischer2011-11-141-23/+66
* print_*(): Add format specifier to print notesLukas Fleischer2011-11-141-70/+9
* Use a dynamic method to print todo items to stdoutLukas Fleischer2011-11-141-13/+7
* Use a dynamic method to print recurrent items to stdoutLukas Fleischer2011-11-141-7/+3
* Use a dynamic method to print events to stdoutLukas Fleischer2011-11-141-3/+1
* Use a dynamic method to print appointments to stdoutLukas Fleischer2011-11-141-18/+2
* Removed unused parameter from apoint_sec2str()Lukas Fleischer2011-11-141-3/+2
* Use a global configuration variableLukas Fleischer2011-11-141-30/+28
* Remove parentheses from return statementsLukas Fleischer2011-11-021-2/+2
* Make use of the NULL macroLukas Fleischer2011-11-021-16/+16
* Do not cast unused return values to voidLukas Fleischer2011-11-021-13/+13
* Avoid use of printf()/fprintf()Lukas Fleischer2011-11-021-1/+1
* Avoid unnecessary start time calculationsLukas Fleischer2011-10-211-1/+3
* Use LLIST_{,TS}_FIND_FOREACH_CONT where appropriateLukas Fleischer2011-10-061-1/+1
* Add command line argument to run the GC manuallyLukas Fleischer2011-10-051-2/+21
* Merge branch 'maint'Lukas Fleischer2011-09-061-3/+9
|\
| * Rework indentation code in print_notefile()Lukas Fleischer2011-08-261-3/+9
* | Merge branch 'maint'Lukas Fleischer2011-07-301-52/+78
|\|
| * Fix sort order in app_arg()Lukas Fleischer2011-07-301-52/+78
* | src/args.c: Mark various constant strings constLukas Fleischer2011-07-281-4/+4
* | Remove superfluous buffer variable from version_arg()Lukas Fleischer2011-07-281-4/+1
* | Remove superfluous buffer variable from help_arg()Lukas Fleischer2011-07-281-4/+1
* | Merge branch 'maint'Lukas Fleischer2011-07-281-0/+2
|\|
| * Invoke vars_init() before importing data with "-i"Lukas Fleischer2011-07-281-0/+2
* | Declare foreground and background variables globalLukas Fleischer2011-07-211-2/+2
|/
* Update copyright notices in source files, documentation and "COPYING".Lukas Fleischer2011-04-221-2/+2
* Use "event" structure when iterating over events in app_arg().Lukas Fleischer2011-04-221-1/+1
* Use generic lists for recurring apointments and events.Lukas Fleischer2011-04-191-56/+48