Fixed the build error for gcc-14
[platform/upstream/toybox.git] / scripts / mkflags.c
2024-06-05 wchang kimFixed the build error for gcc-14 61/312261/1 accepted/tizen_unified accepted/tizen_unified_dev accepted/tizen_unified_toolchain accepted/tizen_unified_x accepted/tizen_unified_x_asan tizen accepted/tizen/unified/20240611.123452 accepted/tizen/unified/dev/20240620.011147 accepted/tizen/unified/toolchain/20240610.173100 accepted/tizen/unified/x/20240610.223630 accepted/tizen/unified/x/asan/20240625.092132
2016-03-17 Yu JiungRevert back to upstream 0.6.0 and remove all except... 01/62701/1 submit/tizen/20160323.053424
2015-08-20 Hyejin KimMerge branch 'upstream' into tizen 86/46386/1 accepted/tizen/mobile/20150902.004600 accepted/tizen/tv/20150902.004610 accepted/tizen/wearable/20150902.004616 submit/tizen/20150901.111553
2015-08-12 Hyejin KimMerge remote-tracking branch 'toybox/master' into upstream upstream
2015-08-08 Isaac Dunhamscripts/mkflags.c: add missing unistd.h, ctype.h
2015-07-20 Hyejin KimMerge branch 'upstream' 21/44221/1
2015-07-16 Hyejin KimMerge branch from toybox/master
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-10-09 xrocheSynchonize with upstream repo 0.5.0 upstream/0.5.0
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.