aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use generic lists for todo items.Lukas Fleischer2011-04-191-9/+10
* Use generic lists for events.Lukas Fleischer2011-04-191-21/+18
* Use generic lists for appointments.Lukas Fleischer2011-04-191-28/+26
* Compare pointers to "NULL" instead of "0".Lukas Fleischer2011-04-051-5/+5
* Remove dead assignments spotted by clang-analyzer.Lukas Fleischer2011-04-031-5/+4
* Overall indentation fixes.Lukas Fleischer2011-03-141-260/+260
* Update website links to match the new URL.Lukas Fleischer2011-03-041-1/+1
* Update mail addresses to match the new mailing lists.Lukas Fleischer2011-03-041-3/+3