OSDN Git Service

Usischev Yury pointed out a use after free error.
[android-x86/external-toybox.git] / scripts / mkflags.c
2016-07-17 Rob LandleyThe recent option parsing changes broke the multiplexer...
2016-07-15 Rob LandleyAdd optional openssl accelerated versions of hash funct...
2016-07-01 Rob LandleyFix option parsing infrastructure bug.
2016-01-18 Rob LandleyImplement basic pkill plumbing, and fix FORCE_FLAGS...
2015-12-10 Rob LandleyExpand toys.optargs to 64 bits so people adding more...
2015-08-30 Rob LandleyBuild updates: make change should use top level .config...
2015-08-08 Isaac Dunhamscripts/mkflags.c: add missing unistd.h, ctype.h
2015-05-03 Rob LandleyIf a shortopt is configured out right before a bare...
2015-03-04 Hyejin Kimscripts/mkflags.c : main function need return 0 if...
2015-01-01 Rob LandleyRedo option parsing infrastructure so #define FORCE_FLA...
2014-05-10 Rob LandleyCatch duplicate command name (which breaks the build...
2014-04-09 Ashwini Sharma_mkflags_ had an issue for generating FLAG_xxxx macros...
2014-03-19 Ashwini SharmaThere are cases when the long options are of the format...
2014-02-25 Rob LandleyPut all FOR_xxx blocks after all CLEANUP_xxx in generat...
2014-02-16 Rob LandleyMake CLEANUP transitions work, so multiple NEWTOY(...
2014-02-16 Rob LandleyVarious cleanups found by Tom Sparrow's static analysis.
2014-02-08 Rob LandleyFix segfault with single build of a command with bare...
2013-10-03 Rob LandleySwitch flag generation from shell to C.