aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove CVS "$Id" headers.Lukas Fleischer2011-03-031-2/+0
* Fixed file permissions.Lukas Fleischer2011-03-031-0/+0
* Make parse_date accept several short forms.Lukas Fleischer2011-01-111-3/+3
* Copyright updated.Frederic Culot2010-05-261-2/+2
* All headers gathered into a single one. Typedefs suppressed.Frederic Culot2010-03-201-35/+22
* Also check for notes directory.Frederic Culot2009-11-011-1/+2
* Check for data directory availability added (thanks Brandon for reporting thi...Frederic Culot2009-11-011-1/+2
* Help on --status flag addedFrederic Culot2009-08-021-2/+4
* --status flag addedFrederic Culot2009-07-261-2/+53
* Check for file presence added (thanks again Chris for reporting it).Frederic Culot2009-07-261-1/+7
* Dates are now written properly again when using the '-r' flag (thanks Chris a...Frederic Culot2009-07-151-4/+10
* bugfix: import and export todo items again!Frederic Culot2009-07-121-1/+7
* stdbool header removed, unsigned type used insteadFrederic Culot2009-07-121-6/+6
* Switch to BSD license.Frederic Culot2009-07-051-14/+26
* Support added for regex-based searches. Many thanks Erik for providing the pa...Frederic Culot2009-07-051-16/+63
* Simplified the way data are loaded and saved.Frederic Culot2009-06-281-24/+19
* Help updated for the -t command line flag.Frederic Culot2009-06-281-2/+4
* Ability to flag todo items as completed.Frederic Culot2009-06-261-23/+50
* Do not print todo items twice if the -d and -t flags are given (thanks Timo f...Frederic Culot2009-06-261-3/+2
* Make the argument given to -r or -s flags optional.Frederic Culot2009-06-231-4/+4
* Copyright date updatedFrederic Culot2009-06-201-2/+2
* bugfix: load keys even in non-interactive mode to avoid the loss of user-conf...Frederic Culot2009-01-241-15/+12
* more code cleanupFrederic Culot2009-01-031-3/+4
* Automatic periodic saves implementedFrederic Culot2008-12-281-2/+2
* Added wrappers around libc's memory management functions, to easily debug mem...Frederic Culot2008-12-281-18/+24
* Checks added while loading key bindings configuration.Frederic Culot2008-12-071-5/+4
* import flag and 'i' keybinding addedFrederic Culot2008-09-211-6/+27
* Initial work on icalendar importFrederic Culot2008-09-151-2/+2
* typoFrederic Culot2008-08-121-2/+2