Lines Matching refs:Fixed
11 Fixed #9. shFlags now works properly with 'set -e' enabled.
13 Fixed #50. The `FLAGS_ARGC` variable is no longer is no longer exported. The variable was marked ob…
23 Fixed the examples to work again with the new code structure.
31 Fixed bug in `_flags_columns()` where `stty size` sometimes gave unexpected
42 Fixed issue #45. Empty help string causes `shflags_test_issue_28.sh` to fail.
50 Fixed issue #43. Added support for BusyBox `ash` shell.
52 Fixed issues #26, #27. Re-factored `_flags_itemInList()` to use built-ins.
54 Fixed issue #31. Documented newline support in `FLAGS_HELP`.
56 Fixed issue #28. `DEFINE_boolean` misbehaves when help-string is empty.
58 Fixed issue #25. Fix some typos.
68 Fixed issue #10. Usage of `expr` under FreeBSD 7.2 (FreeNAS 0.7.1) and FreeBSD 8.0 that was causing…
70 Fixed issue where booleans were sometimes mis-configured to require additional values like other fl…
74 Fixed issue #11. When help is requested, the help flag is no longer prefixed with '[no]'.
78 Fixed issue #12. Requesting help shouldn't be considered an error.
84 Fixed issues #13, #14. Added support for dashes '-' in long flag names. The defined flag will still…
92 Fixed issue in `shflags_test_public.sh` where screens >80 columns were causing a test to fail.
94 Issue #22. Fixed broken `testGetFlagInfo()` test.
108 Fixed issue# 7 where long flags defined with '=' (e.g. `--abc=123`) made it impossible for the user…
116 Fixed bug under Solaris where the generated help was adding extra 'x' characters.
120 Fixed some unset variable bugs.
128 Fixed `flags_reset()` so it unsets the default value environment vars.
139 Fixed bug that returned an error instead of success when recalling the default values for empty str…
157 Fixed bug where the help output added '[no]' to all flag names