summaryrefslogtreecommitdiff
path: root/src/args.c
AgeCommit message (Collapse)Author
2007-07-28unuseful headers removed and some functions became staticFrederic Culot
2007-07-21call to custom_load_conf() updatedFrederic Culot
2007-07-20custom_load_conf() updated to use window_t typeFrederic Culot
2007-07-01next_arg() modified to call get_today()Frederic Culot
date_arg(), app_arg() modified to use date_t type
2007-05-06call to custom_load_conf() updatedFrederic Culot
2007-04-15help_arg() updated to display help for the --export argumentFrederic Culot
usage() updated
2007-04-04MAX_LENGTH replaced by stdio.h's BUFSIZFrederic Culot
use of DAYINSEC and MININSEC defines
2007-03-24'-x' flag added in parse_args() to export data in non-interactive modeFrederic Culot
2007-03-10global variable 'colr' suppressedFrederic Culot
2007-01-16copyright extended to 2007Frederic Culot
2007-01-05newline suppressedFrederic Culot
2006-12-15todo_arg() prototype updated and sprintf replaced by snprintfFrederic Culot
2006-12-14improvements in the memory deallocation in next_arg()Frederic Culot
2006-12-11help_arg() updated to take long options into accountFrederic Culot
2006-10-17getopt function in parse_args() replaced by getopt_longFrederic Culot
2006-10-16'-t' flag now takes a priority number for argumentFrederic Culot
2006-09-16parse_args(), help_arg() and usage() updated to implement the '-n' flagFrederic Culot
next_arg() created
2006-09-14call to apoint_sec2str() updatedFrederic Culot
2006-09-12app_arg() updated to take new appointment linked list structure into accountFrederic Culot
2006-09-03todo_args() updated to display prioritiesFrederic Culot
2006-08-06updated calls to recur_item_inday()Frederic Culot
2006-08-02bugfix: Debian bug #377543, thanks to Neil for reporting itFrederic Culot
2006-07-31Initial revisionFrederic Culot