- 191e13b Fixed #50. FLAGS_ARGC is no longer exported. Started 1.4.0pre series. by Kate Ward · 4 years, 7 months ago
- dbf2af3 Pulled from upstream. by Kate Ward · 4 years, 7 months ago
- a44e8f3 Fixed handling of deleted files. by Kate Ward · 4 years, 7 months ago
- 4bfa983 Fixed more set -e issues. by Kate Ward · 4 years, 7 months ago
- 42dfe33 Fixed bug that allowed bad commit to succeed. by Kate Ward · 4 years, 7 months ago
- 6d54e98 Fixed shellcheck errors. by Kate Ward · 4 years, 7 months ago
- 1c69f4a Fixed more set -e errors. by Kate Ward · 4 years, 7 months ago
- e5e39ae Removed unused variable. by Kate Ward · 4 years, 7 months ago
- c825973 More set -e fixes. by Kate Ward · 4 years, 7 months ago
- 34692b3 Fixes to th_showOutput(). by Kate Ward · 4 years, 7 months ago
- 417b8e7 Merge branch 'master' of github.com:kward/shflags by Kate Ward · 4 years, 7 months ago
- 1962cd8 Enabled "set -e" by default. by Kate Ward · 4 years, 7 months ago
- 73cecf4 Modernized the testGetoptStandard function. by Kate Ward · 4 years, 7 months ago
- 804340a Modernized the testGetoptStandard function. by Kate Ward · 4 years, 7 months ago
- 6bd759f Pulled from upstream. by Kate Ward · 4 years, 7 months ago
- 11da4af Merge branch 'master' of github.com:kward/shflags by Kate Ward · 4 years, 7 months ago
- 1da6c32 Removed unused TH_MY_NAME variable. by Kate Ward · 4 years, 7 months ago
- ed8aff3 Merge branch 'master' of github.com:kward/shflags by Kate Ward · 4 years, 7 months ago
- 80b1757 Pulled from upstream. by Kate Ward · 4 years, 7 months ago
- cdbcd51 Fixed minor shell nit. by Kate Ward · 4 years, 7 months ago
- fd2f41a Fix warning for shells that aren't passing. by Kate Ward · 4 years, 7 months ago
- 8586a9c Added testing of mksh. by Kate Ward · 4 years, 7 months ago
- 0f34b31 Replaced tabs with spaces. by Kate Ward · 4 years, 7 months ago
- c6cb1fb Trying to figure out where the test_runner is failing. by Kate Ward · 4 years, 7 months ago
- fc7cff3 Don't test 16.04 twice. by Kate Ward · 4 years, 7 months ago
- 15b7f4c Try testing with multiple linux distros. by Kate Ward · 4 years, 7 months ago
- 1e62c87 Fixed shellcheck errors. by Kate Ward · 4 years, 7 months ago
- b338c2f Run with multiple linux distros. by Kate Ward · 4 years, 7 months ago
- 653ff1c Fixes to hooks. by Kate Ward · 4 years, 7 months ago
- 00bcdc5 Fixes to hooks. by Kate Ward · 4 years, 7 months ago
- 2523169 Fixes to hooks. by Kate Ward · 4 years, 7 months ago
- 77a6d9e Fixed 'set -e' errors. by Kate Ward · 4 years, 7 months ago
- 16e941e Setup repo hooks. by Kate Ward · 4 years, 7 months ago
- fb1f053 Removed line limit restrictions. by Kate Ward · 4 years, 7 months ago
- 7cafbef Refactored logging code and fixed some 'set -e' issues. by Kate Ward · 4 years, 7 months ago
- 0fc2cbb Pulled latest from upstream. by Kate Ward · 4 years, 7 months ago
- d368f83 Fixed expr command determination to work with 'set -e'. by Kate Ward · 4 years, 7 months ago
- 5a723f8 Limit which branches and tags will be tested. by Kate Ward · 4 years, 8 months ago
- fb36b54 Fixed ShellCheck warnings. by Kate Ward · 4 years, 8 months ago
- 16a3af2 Fixed ShellCheck warnings. by Kate Ward · 4 years, 8 months ago
- 9cfea86 Reworked to fix test failures on both macOS and Linux. by Kate Ward · 4 years, 8 months ago
- ffe0a6b Fixed recent test failures, and a shunit2 bug. by Kate Ward · 4 years, 8 months ago
- 94ed67b Updated from upstream. by Kate Ward · 4 years, 8 months ago
- 4c28683 Merged public and issue_28 tests. Fixed test errors. by Kate Ward · 4 years, 8 months ago
- d3e76c4 Fixed by rebasing on upstream. by Kate Ward · 4 years, 8 months ago
- 0e3de93 Fixing merge issue. by Kate Ward · 4 years, 8 months ago
- befbecb Merged from GitHub. by Kate Ward · 4 years, 8 months ago
- a056c12 Updated from upstream. by Kate Ward · 4 years, 8 months ago
- d0cd25c Removed blank line. by Kate Ward · 4 years, 8 months ago
- cbc669d Starting a new 1.2.4 release series. by Kate Ward · 4 years, 8 months ago
- d3cd612 Updated from upstream. by Kate Ward · 4 years, 8 months ago
- 8c168e5 Fixed recent shellcheck errors. by Kate Ward · 4 years, 9 months ago
- 874a56a Rewrapped a function declaration. by Kate Ward · 6 years ago
- b028d78 Prep for v1.2.3 release. by Kate Ward · 7 years ago
- 30a53b2 Additional work on dealing with race condition. by Kate Ward · 7 years ago
- 864c72e Ran through Markdown formatter. by Kate Ward · 7 years ago
- 1712316 Ran through Markdown formatter. by Kate Ward · 7 years ago
- 035a31e Ran through Markdown formatter. by Kate Ward · 7 years ago
- 63cef95 Fixed long lines, and ran through Markdown formatter. by Kate Ward · 7 years ago
- e1c853f Upgraded shUnit2 to v2.1.7. by Kate Ward · 7 years ago
- cb0ad72 Ran through Markdown formatter. by Kate Ward · 7 years ago
- c5f50be Fixed to work again after code reorg. by Kate Ward · 7 years ago
- 51ccc27 Prevent redirection operators from overwriting files. by Kate Ward · 7 years ago
- 9123f58 Moved logging code earlier so it can be used during initialization. by Kate Ward · 7 years ago
- d2ecc88 Merge branch 'master' of github.com:kward/shflags by Kate Ward · 7 years ago
- e38d04c Fixed ash misdetection. by Kate Ward · 7 years ago
- 5bc87c6 Pulled from upstream. by Kate Ward · 7 years ago
- 6ead6d7 Disable check when exporting variables. by Kate Ward · 7 years ago
- f7a9994 Disabled the wrong ShellCheck check. by Kate Ward · 7 years ago
- 3908d0f Fixed ShellCheck issues. by Kate Ward · 7 years ago
- 1bab6fa Removed references to gen_test_report.sh. by Kate Ward · 7 years ago
- 5704f92 Fixed issues preventing tests from running with /bin/sh on Solaris 8. by Kate Ward · 7 years ago
- 16cd121 Removed glob tests from testItemInList() as they don't work on zsh. by Kate Ward · 7 years ago
- 4a9ecde Replaced _flags_validInt() with much simpler code. by Kate Ward · 7 years ago
- e64fc76 Changed my mind. Not quoting a $1 variable. by Kate Ward · 7 years ago
- ef9f2e0 Fix shellcheck issue. by Kate Ward · 7 years ago
- eef376e Validate that globbing works in _flags_itemInList(). by Kate Ward · 7 years ago
- 44075ed Synced from upstream. by Kate Ward · 7 years ago
- 18f53a5 Removed gen_test_report.sh and referenced but unused libraries. by Kate Ward · 7 years ago
- c6b8f1c Set default values for arg values of th_showOutput(). by Kate Ward · 7 years ago
- a8e81fd Added unit test for underscoreName(), and fixed potential POSIX compliance issue. by Kate Ward · 7 years ago
- e563d4c Reordered comments in header. by Kate Ward · 7 years ago
- f3824ae Updated GitHub URL. by Kate Ward · 7 years ago
- bf9a247 Made a sym-link to ../shflags. by Kate Ward · 7 years ago
- 5df39c9 Fixed grammar in comment. by Kate Ward · 7 years ago
- c4ac0bc No longer needed. by Kate Ward · 7 years ago
- 30989be Removing the list of contributors hasn't been maintained. by Kate Ward · 7 years ago
- 0a88beb Removing unused code. by Kate Ward · 7 years ago
- 9158750 Updated test_runner and versions from upstream. by Kate Ward · 7 years ago
- 65f8857 Replaced test_runner with upstream version. by Kate Ward · 7 years ago
- b1b2715 Bumped version to 1.2.3pre there was already a 1.2.2 release. by Kate Ward · 7 years ago
- 47237bc Capitalizing sentences and adding periods. by Kate Ward · 7 years ago
- eb7b230 Merge branch 'master' of github.com:kward/shflags by Kate Ward · 7 years ago
- 638ed78 Ran through ShellCheck. Again. by Kate Ward · 7 years ago
- 8810828 Fixed merge failure. by Kate Ward · 7 years ago
- 350c4c2 Merge branch 'master' of github.com:kward/shflags by Kate Ward · 7 years ago
- 61c6d0e Fixed #46. Improved getopt version determination. by Kate Ward · 7 years ago
- 16e8d0d Fixed #47. A call for help should return a non-zero exit code. by Kate Ward · 7 years ago
- 78740ed Fixed bug in _flags_columns() for when `stty size` gives unexpected output. by Kate Ward · 7 years ago
- f5126ee Busybox is already installed by default. Removing. by Kate Ward · 7 years ago