- 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
- ec7adba Add busybox-static to list of apt packages. by Kate Ward · 7 years ago
- d2dfc7d Using latest test_runner from upstream. by Kate Ward · 7 years ago
- 90379b1 Bumped FLAGS_VERSION to 1.2.2. by Kate Ward · 7 years ago
- 2907ef2 Updated CHANGES and RELEASE_NOTES in preparation for 1.2.2 release. by Kate Ward · 7 years ago
- 271a12c Ran shflags through ShellCheck. by Kate Ward · 7 years ago
- 743fe64 Ran shflags_test_helpers through ShellCheck. by Kate Ward · 7 years ago
- 5b3940a Ran shflags_private_test.sh through ShellCheck. by Kate Ward · 7 years ago
- ef7daa5 Ran shflags_public_test.sh through ShellCheck. by Kate Ward · 7 years ago
- 8e37fd0 Ran shflags_parsing_test.sh through ShellCheck. by Kate Ward · 7 years ago
- e46d632 Changed th_queryReturn() to not purposly leak the th_return variable. by Kate Ward · 7 years ago
- 8b11148 Ran shflags_issue_28_test.sh through ShellCheck. by Kate Ward · 7 years ago
- 6297303 Execute the correct test runner. by Kate Ward · 7 years ago
- 08f81ed Ran shflags_defines_tests.sh through ShellCheck. by Kate Ward · 7 years ago
- 0fcacd1 Upgraded test_runner to latest from kward/shlib. by Kate Ward · 7 years ago
- 9d30fb6 Renamed gen_test_results.sh to gen_test_reports.sh by Kate Ward · 7 years ago
- c576b72 Reworked shflags_tst.sh to be generic test_runner for *_test.sh tests. by Kate Ward · 7 years ago
- ae95771 Added Travis CI build status image. by Kate Ward · 7 years ago
- ff5cb87 Run gen_test_results.sh through ShellCheck. by Kate Ward · 7 years ago
- b256c4e Copied gen_test_results.sh from kward/shunit2. by Kate Ward · 7 years ago
- bd723b2 Merge branch 'master' of github.com:kward/shflags by Kate Ward · 7 years ago
- 347bac1 Setup Travis CI. by Kate Ward · 7 years ago
- 1126822 Merge branch 'master' of github.com:kward/shflags by Kate Ward · 7 years ago
- f9a3d77 Comment and function declaration cleanups. by Kate Ward · 7 years ago
- 3355cde Fixed Issue #45, and cleaned up helpless help output. by Kate Ward · 7 years ago
- 83807eb Started running through ShellCheck. by Kate Ward · 7 years ago
- fa2fc28 Updated versions to HEAD. by Kate Ward · 7 years ago
- 1973b01 Upgraded shunit2 library to 2.1.7pre. by Kate Ward · 7 years ago
- ccfb1cf Moved src/* and bin/gen_test_results.* up to root. by Kate Ward · 7 years ago
- 9029f00 Fixed speling problem. by Kate Ward · 7 years ago
- e545f3c Update the shFlags library to most recent version. by Kate Ward · 7 years ago
- 0d598fd Removing test results as I no longer think they should be included. by Kate Ward · 7 years ago
- f0c5669 Create CODE_OF_CONDUCT.md by Kate Ward · 7 years ago
- 20d6ae6 Moved CONTRIBUTING.md to root. by Kate Ward · 7 years ago
- f056bc0 Renamed to standard GitHub filename. by Kate Ward · 7 years ago
- d89ef91 Added more fixed issues to 1.2.1 release. by Kate Ward · 7 years ago
- 61ed659 Fixed issue #43. Added support for BusyBox ash shell. by Kate Ward · 7 years ago
- 8d8d068 Fixed styling. by Kate Ward · 7 years ago
- 0f00ef2 Added support for BusyBox ash shell. by Kate Ward · 7 years ago
- 5a21417 Updated FLAGS_VERSION to 1.2.1. by Kate Ward · 7 years ago