log lwlib/lw_cmdline.c @ 191:ddffceb3c331

age author description
Fri, 13 Jan 2012 21:28:34 -0700 lost Added "documentation only" options to lw_cmdline and also allowed options that do not have a long equivalent
Sat, 06 Aug 2011 23:20:10 -0600 lost Even more command line parser fixing
Sat, 06 Aug 2011 22:50:54 -0600 lost More command line args fixing
Sat, 06 Aug 2011 22:35:58 -0600 lost Fixed arg handling for short args in command line option parser - optional args for short opts should now work and options no longer need a space between option character and argument
Tue, 05 Apr 2011 21:50:23 -0600 lost Removed extraneous debugging statements from long option parsing routines
Tue, 05 Apr 2011 21:48:22 -0600 lost Fixed off by one bug parsing long options
Fri, 01 Apr 2011 23:58:55 -0600 lost Fix hang while parsing long options
Sat, 22 Jan 2011 09:58:24 -0700 lost Switched lwlink to lw_cmdline from argp and also brought in lw_alloc and lw_string to replace util.c
Sat, 22 Jan 2011 09:31:43 -0700 lost Various output cleanups for --help and --usage in lw_cmdline
Fri, 21 Jan 2011 23:19:19 -0700 lost Added basic --help routine to lw_cmdline
Fri, 21 Jan 2011 22:54:48 -0700 lost Started implementing command line parsing in lwlib