aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Frederic Culot2009-07-151-4/+10
| | | | again for your report).
* 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 ↵Frederic Culot2009-07-051-16/+63
| | | | patch.
* 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 ↵Frederic Culot2009-06-261-3/+2
| | | | for reporting this bug).
* 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 ↵Frederic Culot2009-01-241-15/+12
| | | | user-configured key bindings
* 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 ↵Frederic Culot2008-12-281-18/+24
| | | | memory usage
* 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 ↵Frederic Culot2008-04-051-25/+89
| | | | non-interactive mode)
* 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
| | | | date_arg(), app_arg() modified to use date_t type
* 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
| | | | usage() updated
* MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot2007-04-041-14/+15
| | | | use of DAYINSEC and MININSEC defines
* '-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
|