log th_args.c @ 673:1763d9b26a58

age author description
Mon, 24 Feb 2020 16:11:38 +0200 Matti Hamalainen Do not show 'Invalid argument' message, assume the caller does it.
Tue, 21 Jan 2020 07:54:42 +0200 Matti Hamalainen Fix the check for --long option argument.
Tue, 21 Jan 2020 05:00:53 +0200 Matti Hamalainen Rename some variables.
Mon, 20 Jan 2020 17:02:06 +0200 Matti Hamalainen Adjust options help width check, it was off-by-one.
Fri, 17 Jan 2020 04:16:32 +0200 Matti Hamalainen Some more slight Doxygenisation.
Fri, 17 Jan 2020 03:18:40 +0200 Matti Hamalainen Slight improvements to the almost non-existing Doxygen documentation.
Sun, 12 Jan 2020 20:51:26 +0200 Matti Hamalainen Document th_args_help() width parameter.
Sun, 12 Jan 2020 20:25:23 +0200 Matti Hamalainen Add new argument to th_args_help() to specify the desired print width.
Sun, 12 Jan 2020 19:30:05 +0200 Matti Hamalainen Change th_print_wrap() API and move the string argument last.
Sun, 12 Jan 2020 18:03:47 +0200 Matti Hamalainen Add new compile-time optional th_optarg struct field o_arg for specifying the option argument description/name. TH_USE_OPT_ARG must be defined at compile time.
Sun, 12 Jan 2020 18:01:47 +0200 Matti Hamalainen Refactor th_args_help() to be more flexible how it works and prints out the option list.
Sun, 12 Jan 2020 16:32:02 +0200 Matti Hamalainen Doxygen th_print_wrap().
Sun, 12 Jan 2020 14:27:09 +0200 Matti Hamalainen Move th_print_wrap() and th_print_pad() to th_args from th_string.
Tue, 07 Jan 2020 20:09:23 +0200 Matti Hamalainen Adjust indentation output of commandline help printing.
Tue, 07 Jan 2020 20:06:20 +0200 Matti Hamalainen Remove unused #ifdef.
Fri, 03 Jan 2020 10:53:55 +0200 Matti Hamalainen Bump copyright years.
Thu, 10 Jan 2019 20:01:38 +0200 Matti Hamalainen Bump copyright years.
Tue, 02 Jan 2018 23:09:29 +0200 Matti Hamalainen Actually, revert the boolean changes .. meh.
Tue, 02 Jan 2018 22:57:02 +0200 Matti Hamalainen Bump copyright years.
Tue, 02 Jan 2018 22:56:03 +0200 Matti Hamalainen Break backwards compatibility by renaming BOOL, TRUE and FALSE to lowercase.
Thu, 12 Oct 2017 17:12:50 +0300 Matti Hamalainen Get rid of trailing whitespace.
Wed, 10 May 2017 21:00:37 +0300 Matti Hamalainen Begin adding Doxygen documentation for some things. Very rudimentary, and
Sun, 01 Jan 2017 01:59:49 +0200 Matti Hamalainen Bump copyrights.
Tue, 01 Mar 2016 17:21:22 +0200 Matti Hamalainen Rename th_optarg_t to t_optarg. API break.
Tue, 01 Mar 2016 17:18:58 +0200 Matti Hamalainen Rename some function arguments and option argument structure members.
Mon, 23 Feb 2015 15:45:12 +0200 Matti Hamalainen Fix handling of option arguments.
Mon, 09 Feb 2015 18:41:00 +0200 Matti Hamalainen Make th_print_wrap() function public and move the code to th_util.
Thu, 01 Jan 2015 09:22:27 +0200 Matti Hamalainen Merge.
Thu, 01 Jan 2015 09:22:08 +0200 Matti Hamalainen Update copyrights.
Sun, 07 Dec 2014 20:49:10 +0200 Matti Hamalainen Implement terminal width.
Sat, 22 Nov 2014 23:37:44 +0200 Matti Hamalainen Revise the argument handling API. Breaks compatibility.
Mon, 13 Oct 2014 06:36:15 +0300 Matti Hamalainen Rename a variable.
Fri, 26 Sep 2014 01:52:14 +0300 Matti Hamalainen Another fix in the option handling.
Thu, 25 Sep 2014 03:47:48 +0300 Matti Hamalainen Oops, fix the new option handling options.
Thu, 25 Sep 2014 03:37:08 +0300 Matti Hamalainen Improve argument handling module.
Thu, 25 Sep 2014 03:18:27 +0300 Matti Hamalainen Clean up th_args API.
Sun, 22 Jun 2014 07:06:46 +0300 Matti Hamalainen Cosmetics.
Sun, 22 Jun 2014 06:20:26 +0300 Matti Hamalainen Fix long option parsing. I wonder how long that has been broken.
Sun, 18 Nov 2012 23:12:33 +0200 Matti Hamalainen Using strncmp() for long argument comparision with length of the
Mon, 12 Nov 2012 20:54:03 +0200 Matti Hamalainen Update copyrights.
Mon, 03 Oct 2011 18:39:31 +0300 Matti Hamalainen Sync changes.
Mon, 03 Oct 2011 15:40:54 +0300 Matti Hamalainen Change how "config.h" is included, etc.
Mon, 03 Oct 2011 15:39:13 +0300 Matti Hamalainen Constify.
Mon, 03 Oct 2011 15:38:53 +0300 Matti Hamalainen Change some structure member names in optarg_t.
Mon, 03 Oct 2011 15:37:53 +0300 Matti Hamalainen Separate program "banner" printing from th_args_help() to th_print_banner().
Sun, 02 Oct 2011 23:57:09 +0300 Matti Hamalainen Cosmetic cleanups.
Mon, 20 Apr 2009 00:01:43 +0300 Matti Hamalainen Updates.
Wed, 26 Mar 2008 04:49:16 +0200 Matti Hamalainen Typofix.
Wed, 26 Mar 2008 04:41:58 +0200 Matti Hamalainen Initial import into Mercurial repository. Discarding old cvs/svn history