aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Optional 'format' option added to '-x' flag, help updatedFrederic Culot2008-08-111-9/+32
* pcal export addedFrederic Culot2008-08-101-2/+2
* new command line options added (thanks Erik for the patch)Frederic Culot2008-08-061-31/+159
* strcat use avoidedFrederic Culot2008-04-201-2/+2
* some memory leaks fixed using valgrind and some minor code cleanupFrederic Culot2008-04-191-2/+3
* Yet another style for source code. GNU style now used (I am fed up with tabs...)Frederic Culot2008-04-121-475/+526
* Tony's patch concerning date format configuration importedFrederic Culot2008-04-091-21/+26
* usage updatedFrederic Culot2008-04-051-5/+5
* patch submitted by Erik Saule imported (ability to display note contents in n...Frederic Culot2008-04-051-25/+89
* small bugfixesFrederic Culot2008-04-041-4/+5
* next_arg() rewritten, date_arg() improvedFrederic Culot2007-10-161-19/+26
* bugfix: possible release of non-allocated memory blocksFrederic Culot2007-10-081-2/+3
* bugfix: shift in date_arg(), thanks Herbert for reporting this bugFrederic Culot2007-09-011-15/+9
* io_load_todo() call updated in todo_arg()Frederic Culot2007-08-151-3/+3
* unuseful headers removed and some functions became staticFrederic Culot2007-07-281-223/+189
* call to custom_load_conf() updatedFrederic Culot2007-07-211-5/+2
* custom_load_conf() updated to use window_t typeFrederic Culot2007-07-201-2/+5
* next_arg() modified to call get_today()Frederic Culot2007-07-011-18/+30
* call to custom_load_conf() updatedFrederic Culot2007-05-061-2/+2
* help_arg() updated to display help for the --export argumentFrederic Culot2007-04-151-2/+7
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-041-14/+15
* '-x' flag added in parse_args() to export data in non-interactive modeFrederic Culot2007-03-241-21/+37
* global variable 'colr' suppressedFrederic Culot2007-03-101-6/+6
* copyright extended to 2007Frederic Culot2007-01-161-3/+3
* newline suppressedFrederic Culot2007-01-051-2/+1
* todo_arg() prototype updated and sprintf replaced by snprintfFrederic Culot2006-12-151-13/+15
* improvements in the memory deallocation in next_arg()Frederic Culot2006-12-141-1/+3
* help_arg() updated to take long options into accountFrederic Culot2006-12-111-22/+26
* getopt function in parse_args() replaced by getopt_longFrederic Culot2006-10-171-27/+51
* '-t' flag now takes a priority number for argumentFrederic Culot2006-10-161-18/+36
* parse_args(), help_arg() and usage() updated to implement the '-n' flagFrederic Culot2006-09-161-5/+44
* call to apoint_sec2str() updatedFrederic Culot2006-09-141-2/+2
* app_arg() updated to take new appointment linked list structure into accountFrederic Culot2006-09-121-5/+10
* todo_args() updated to display prioritiesFrederic Culot2006-09-031-2/+4
* updated calls to recur_item_inday()Frederic Culot2006-08-061-5/+5
* bugfix: Debian bug #377543, thanks to Neil for reporting itFrederic Culot2006-08-021-4/+4