aboutsummaryrefslogtreecommitdiffstats
path: root/src/args.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Initial revisionFrederic Culot2006-07-311-0/+431