log scripts/mkflags.c @ 1225:06206518a74c draft

age author description
Wed, 19 Mar 2014 13:57:06 -0500 Ashwini Sharma There are cases when the long options are of the format abc-def. In current implementation FLAG_xxx macros are generated for long options too. with __-__ sign in the macro, it will generate errors. draft
Mon, 24 Feb 2014 23:34:43 -0600 Rob Landley Put all FOR_xxx blocks after all CLEANUP_xxx in generated/flags.h so the usages don't have to be in alphabetical order. draft
Sun, 16 Feb 2014 17:31:33 -0600 Rob Landley Make CLEANUP transitions work, so multiple NEWTOY() can exist in the same file. draft
Sun, 16 Feb 2014 11:09:23 -0600 Rob Landley Various cleanups found by Tom Sparrow's static analysis. draft
Sat, 08 Feb 2014 10:53:26 -0600 Rob Landley Fix segfault with single build of a command with bare longopts. draft
Thu, 03 Oct 2013 03:18:00 -0500 Rob Landley Switch flag generation from shell to C. draft