log lwlib/lw_cmdline.c @ 441:b138b4005125

age author description
Mon, 27 Nov 2017 22:35:53 -0700 William Astle Make missing command line arguments fail properly
Mon, 13 Jul 2015 20:31:56 -0600 William Astle Clean up various "externs"
Wed, 23 May 2012 19:37:30 -0600 William Astle Fix segfault during command parsing
Thu, 15 Mar 2012 09:33:26 -0600 William Astle Fix --help and --usage to display = correctly for long option args
Fri, 13 Jan 2012 21:33:55 -0700 lost Added hidden options to lw_cmdline
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