OSDN Git Service

am 7e612cb8: (-s ours) am f41c7e0b: Merge remote-tracking branch \'toybox/master...
[android-x86/external-toybox.git] / scripts / mkflags.c
2015-08-27 Elliott Hughesam 7e612cb8: (-s ours) am f41c7e0b: Merge remote-tracki...
2015-08-27 Elliott Hughesam 707204ed: (-s ours) Revert "Don\'t add a symlink...
2015-08-27 Elliott Hughesam f5cef31b: (-s ours) am c96e4249: Don\'t add a symlin...
2015-08-27 Elliott Hughesam b2fcb6c8: (-s ours) am efac088b: Merge remote-tracki...
2015-08-27 Elliott Hughesam 2fc83b71: (-s ours) am 30b9035c: Merge "Redo mkstatu...
2015-08-27 Elliott Hughesam 56b81a01: (-s ours) am 3e713d86: Merge "Move the...
2015-08-27 Elliott Hughesam 2657806e: (-s ours) am 9f05d690: Merge "On testing...
2015-08-27 Elliott Hughesam 652655eb: (-s ours) am bef6d0ab: Merge "mknod: Add...
2015-08-27 Elliott Hughesam fb1ae07a: (-s ours) am e3764ccd: Regenerate generate...
2015-08-13 Elliott Hughesam f6511b27: Merge remote-tracking branch \'toybox...
2015-08-12 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-08-08 Isaac Dunhamscripts/mkflags.c: add missing unistd.h, ctype.h
2015-05-07 Elliott HughesMerge remote-tracking branch 'goog/mnc-dev-plus-aosp...
2015-05-04 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-05-03 Rob LandleyIf a shortopt is configured out right before a bare...
2015-03-11 Elliott HughesMerge remote-tracking branch 'toybox/master' into HEAD
2015-03-04 Hyejin Kimscripts/mkflags.c : main function need return 0 if...
2015-01-15 Elliott HughesMerge changes Ia8df7446,I77c8d1a7,Iaad492fd,I87fd25f2...
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.