index
:
platform/upstream/toybox
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_8.0_unified
accepted/tizen_9.0_unified
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_unified_dev
accepted/tizen_unified_riscv
accepted/tizen_unified_toolchain
accepted/tizen_unified_x
accepted/tizen_unified_x_asan
accepted/tizen_wearable
sandbox/jobol/0.5.2
sandbox/jobol/0.5.2-futur
sandbox/mkashkarov/tizen_6.0_build
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_4.0_tv
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
tizen_8.0
tizen_9.0
upstream
Domain: Network & Connectivity / Common;
Taesoo Jun <steve.jun@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
scripts
/
mkflags.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-08
scripts/mkflags.c: add missing unistd.h, ctype.h
Isaac Dunham
1
-0
/
+2
2015-05-03
If a shortopt is configured out right before a bare longopt, the option parsi...
Rob Landley
1
-3
/
+6
2015-03-04
scripts/mkflags.c : main function need return 0 if normal exit
Hyejin Kim
1
-0
/
+2
2014-12-31
Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...
Rob Landley
1
-9
/
+57
2014-05-10
Catch duplicate command name (which breaks the build already, but doesn't ide...
Rob Landley
1
-4
/
+13
2014-04-09
_mkflags_ had an issue for generating FLAG_xxxx macros for long options.
Ashwini Sharma
1
-1
/
+7
2014-03-19
There are cases when the long options are of the format abc-def. In current i...
Ashwini Sharma
1
-1
/
+1
2014-02-24
Put all FOR_xxx blocks after all CLEANUP_xxx in generated/flags.h so the usag...
Rob Landley
1
-9
/
+25
2014-02-16
Make CLEANUP transitions work, so multiple NEWTOY() can exist in the same file.
Rob Landley
1
-2
/
+3
2014-02-16
Various cleanups found by Tom Sparrow's static analysis.
Rob Landley
1
-1
/
+0
2014-02-08
Fix segfault with single build of a command with bare longopts.
Rob Landley
1
-1
/
+2
2013-10-03
Switch flag generation from shell to C.
Rob Landley
1
-0
/
+129