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