1. 78740ed Fixed bug in _flags_columns() for when `stty size` gives unexpected output. by Kate Ward · 7 years ago
  2. f5126ee Busybox is already installed by default. Removing. by Kate Ward · 7 years ago
  3. ec7adba Add busybox-static to list of apt packages. by Kate Ward · 7 years ago
  4. d2dfc7d Using latest test_runner from upstream. by Kate Ward · 7 years ago
  5. 90379b1 Bumped FLAGS_VERSION to 1.2.2. by Kate Ward · 7 years ago
  6. 2907ef2 Updated CHANGES and RELEASE_NOTES in preparation for 1.2.2 release. by Kate Ward · 7 years ago
  7. 271a12c Ran shflags through ShellCheck. by Kate Ward · 7 years ago
  8. 743fe64 Ran shflags_test_helpers through ShellCheck. by Kate Ward · 7 years ago
  9. 5b3940a Ran shflags_private_test.sh through ShellCheck. by Kate Ward · 7 years ago
  10. ef7daa5 Ran shflags_public_test.sh through ShellCheck. by Kate Ward · 7 years ago
  11. 8e37fd0 Ran shflags_parsing_test.sh through ShellCheck. by Kate Ward · 7 years ago
  12. e46d632 Changed th_queryReturn() to not purposly leak the th_return variable. by Kate Ward · 7 years ago
  13. 8b11148 Ran shflags_issue_28_test.sh through ShellCheck. by Kate Ward · 7 years ago
  14. 6297303 Execute the correct test runner. by Kate Ward · 7 years ago
  15. 08f81ed Ran shflags_defines_tests.sh through ShellCheck. by Kate Ward · 7 years ago
  16. 0fcacd1 Upgraded test_runner to latest from kward/shlib. by Kate Ward · 7 years ago
  17. 9d30fb6 Renamed gen_test_results.sh to gen_test_reports.sh by Kate Ward · 7 years ago
  18. c576b72 Reworked shflags_tst.sh to be generic test_runner for *_test.sh tests. by Kate Ward · 7 years ago
  19. ae95771 Added Travis CI build status image. by Kate Ward · 7 years ago
  20. ff5cb87 Run gen_test_results.sh through ShellCheck. by Kate Ward · 7 years ago
  21. b256c4e Copied gen_test_results.sh from kward/shunit2. by Kate Ward · 7 years ago
  22. bd723b2 Merge branch 'master' of github.com:kward/shflags by Kate Ward · 7 years ago
  23. 347bac1 Setup Travis CI. by Kate Ward · 7 years ago
  24. 1126822 Merge branch 'master' of github.com:kward/shflags by Kate Ward · 7 years ago
  25. f9a3d77 Comment and function declaration cleanups. by Kate Ward · 7 years ago
  26. 3355cde Fixed Issue #45, and cleaned up helpless help output. by Kate Ward · 7 years ago
  27. 83807eb Started running through ShellCheck. by Kate Ward · 7 years ago
  28. fa2fc28 Updated versions to HEAD. by Kate Ward · 7 years ago
  29. 1973b01 Upgraded shunit2 library to 2.1.7pre. by Kate Ward · 7 years ago
  30. ccfb1cf Moved src/* and bin/gen_test_results.* up to root. by Kate Ward · 7 years ago
  31. 9029f00 Fixed speling problem. by Kate Ward · 7 years ago
  32. e545f3c Update the shFlags library to most recent version. by Kate Ward · 7 years ago
  33. 0d598fd Removing test results as I no longer think they should be included. by Kate Ward · 7 years ago
  34. f0c5669 Create CODE_OF_CONDUCT.md by Kate Ward · 7 years ago
  35. 20d6ae6 Moved CONTRIBUTING.md to root. by Kate Ward · 7 years ago
  36. f056bc0 Renamed to standard GitHub filename. by Kate Ward · 7 years ago
  37. d89ef91 Added more fixed issues to 1.2.1 release. by Kate Ward · 7 years ago
  38. 61ed659 Fixed issue #43. Added support for BusyBox ash shell. by Kate Ward · 7 years ago
  39. 8d8d068 Fixed styling. by Kate Ward · 7 years ago
  40. 0f00ef2 Added support for BusyBox ash shell. by Kate Ward · 7 years ago
  41. 2eebfa3 Merge branch 'petervanderdoes-feature/refactor_itemInList' by Kate Ward · 7 years ago
  42. 23802b9 Merge branch 'feature/refactor_itemInList' of git://github.com/petervanderdoes/shflags into petervanderdoes-feature/refactor_itemInList by Kate Ward · 7 years ago
  43. 1c2ca7f _flags_useBuiltin() cleanup. by Kate Ward · 7 years ago
  44. d204c88 Reformatted to Markdown, so renamed accordingly. by Kate Ward · 7 years ago
  45. c7ed818 Some speling fixes. by Kate Ward · 7 years ago
  46. acf6015 Use table driven test for itemsInList(). by Kate Ward · 7 years ago
  47. db66215 Added support for creating backups. by Kate Ward · 7 years ago
  48. 925e0f8 Updated macOS detection. by Kate Ward · 7 years ago
  49. e2f7024 Improve the system data output. by Kate Ward · 7 years ago
  50. 3ddf742 Stop adding date to test output. by Kate Ward · 7 years ago
  51. 620db3b Merge pull request #42 from kward/issue40 by Kate Ward · 7 years ago
  52. ad000e2 Added function declaration section. by Kate Ward · 7 years ago
  53. b250412 Moved 1.2.x changes to new file. by Kate Ward · 7 years ago
  54. 34048cf Output messages at default logging level. by Kate Ward · 7 years ago
  55. 7976541 Added test for GitHub Issue #28. by Kate Ward · 7 years ago
  56. dc385d5 Improved logging so it has a default level that can be changed. by Kate Ward · 7 years ago
  57. c5dbc0c fixed shflags and gflags code references by Kate Ward · 7 years ago
  58. 060162d Merge pull request #35 from petervanderdoes/feature/fix_typos by Kate Ward · 7 years ago
  59. 0e37616 updated shunit2 license by Kate Ward · 8 years ago
  60. 95df737 Merge pull request #37 from wrymarki/master by Kate Ward · 8 years ago
  61. f59ade4 Exit with FALSE handling 'help' argument. by Waldemar Rymarkiewicz · 8 years ago
  62. c4dbb87 Fix typos by Peter van der Does · 9 years ago
  63. ade2a17 Fix typos by Peter van der Does · 9 years ago
  64. bf1e2b6 Fix typos by Peter van der Does · 9 years ago
  65. 99bafd5 Fix typos by Peter van der Does · 9 years ago
  66. 4f2f26e Fix typos by Peter van der Does · 9 years ago
  67. 24b18df Fix some test parameters and add new ones. by Peter van der Does · 9 years ago
  68. 6d0ccc8 Remove external command by Peter van der Does · 9 years ago
  69. f768056 Point to 1.2.x documentation by Kate Ward · 9 years ago
  70. 125fddd Minor formatting tweak by Kate Ward · 9 years ago
  71. 42aba67 Minor tweaks by Kate Ward · 9 years ago
  72. 9b23aa2 updated 1.2.0 test results by Kate Ward · 9 years ago
  73. a397c1c Minor cleanups by Kate Ward · 9 years ago
  74. 9910530 Renamed 1.0.4 to 1.2.0 as there won't be a 1.0.4 release by Kate Ward · 9 years ago
  75. 6675c43 Removed copyright and obsolete license info. by Kate Ward · 9 years ago
  76. 5cbacee Ignore hidden files generated by OS X. by Kate Ward · 9 years ago
  77. 10c2821 Updated version number to 1.0.4 by Kate Ward · 9 years ago
  78. 0aa2203 When I changed licenses, I mistakenly updated the shUnit2 license. Oops. by Kate Ward · 9 years ago
  79. 7fe1664 tested on OS X 10.10.3 by Kate Ward · 9 years ago
  80. f3b7243 add support for OS X 10.9 and 10.10 by Kate Ward · 9 years ago
  81. 61afcdd Added URL for shUnit2 by Kate Ward · 9 years ago
  82. 85f86ac Minor formatting tweaks, and copyright update. by Kate Ward · 9 years ago
  83. 77c9192 Moved the "Making a release" info to the wiki, leaving this very short. by Kate Ward · 9 years ago
  84. 4b66ecd restructured source for GitHub by Kate Ward · 9 years ago
  85. b11509f Migrated to Markdown. Still many references to code.google.com :-( by Kate Ward · 9 years ago
  86. dfa9a16 Migrated to Markdown; noted license change by Kate Ward · 9 years ago
  87. 023929d Changing license from LGPL 2.1 to Apache 2.0. by Kate Ward · 9 years ago
  88. af8d27d fixes so the help output works by kate.ward · 12 years ago
  89. f5f46cb synced lib/shflags to latest HEAD by kate.ward · 12 years ago
  90. d87a1d9 fixed math bug on FreeBSD-9.1; retested by kate.ward · 12 years ago
  91. 691f3d1 latest test resuls by kate.ward · 12 years ago
  92. bd42ba4 fixed unset variable error by kate.ward · 12 years ago
  93. 22eaa84 updated lib/shflags to most recent development version by kate.ward · 12 years ago
  94. a2adce1 fixed all remaining failing tests by kate.ward · 12 years ago
  95. 7417827 consolidated validFloat() back to single function; math() fixes by kate.ward · 12 years ago
  96. 4c9178d reworked ksh version check for Solaris 8 by kate.ward · 12 years ago
  97. 1e1a098 updated function and variable naming section by kate.ward · 12 years ago
  98. c85fa86 added strlen function; back to one math function by kate.ward · 12 years ago
  99. c66a5fc reworked validFloat() and validInt() functions again by kate.ward · 12 years ago
  100. 0a4f16f updated docs and unit test regarding the usage of boolean flags by kate.ward · 12 years ago