1. ff5cb87 Run gen_test_results.sh through ShellCheck. by Kate Ward · 7 years ago
  2. b256c4e Copied gen_test_results.sh from kward/shunit2. by Kate Ward · 7 years ago
  3. bd723b2 Merge branch 'master' of github.com:kward/shflags by Kate Ward · 7 years ago
  4. 347bac1 Setup Travis CI. by Kate Ward · 7 years ago
  5. 1126822 Merge branch 'master' of github.com:kward/shflags by Kate Ward · 7 years ago
  6. f9a3d77 Comment and function declaration cleanups. by Kate Ward · 7 years ago
  7. 3355cde Fixed Issue #45, and cleaned up helpless help output. by Kate Ward · 7 years ago
  8. 83807eb Started running through ShellCheck. by Kate Ward · 7 years ago
  9. fa2fc28 Updated versions to HEAD. by Kate Ward · 7 years ago
  10. 1973b01 Upgraded shunit2 library to 2.1.7pre. by Kate Ward · 7 years ago
  11. ccfb1cf Moved src/* and bin/gen_test_results.* up to root. by Kate Ward · 7 years ago
  12. 9029f00 Fixed speling problem. by Kate Ward · 7 years ago
  13. e545f3c Update the shFlags library to most recent version. by Kate Ward · 7 years ago
  14. 0d598fd Removing test results as I no longer think they should be included. by Kate Ward · 7 years ago
  15. f0c5669 Create CODE_OF_CONDUCT.md by Kate Ward · 7 years ago
  16. 20d6ae6 Moved CONTRIBUTING.md to root. by Kate Ward · 7 years ago
  17. f056bc0 Renamed to standard GitHub filename. by Kate Ward · 7 years ago
  18. d89ef91 Added more fixed issues to 1.2.1 release. by Kate Ward · 7 years ago
  19. 61ed659 Fixed issue #43. Added support for BusyBox ash shell. by Kate Ward · 7 years ago
  20. 8d8d068 Fixed styling. by Kate Ward · 7 years ago
  21. 0f00ef2 Added support for BusyBox ash shell. by Kate Ward · 7 years ago
  22. 2eebfa3 Merge branch 'petervanderdoes-feature/refactor_itemInList' by Kate Ward · 7 years ago
  23. 23802b9 Merge branch 'feature/refactor_itemInList' of git://github.com/petervanderdoes/shflags into petervanderdoes-feature/refactor_itemInList by Kate Ward · 7 years ago
  24. 1c2ca7f _flags_useBuiltin() cleanup. by Kate Ward · 7 years ago
  25. d204c88 Reformatted to Markdown, so renamed accordingly. by Kate Ward · 7 years ago
  26. c7ed818 Some speling fixes. by Kate Ward · 7 years ago
  27. acf6015 Use table driven test for itemsInList(). by Kate Ward · 7 years ago
  28. db66215 Added support for creating backups. by Kate Ward · 7 years ago
  29. 925e0f8 Updated macOS detection. by Kate Ward · 7 years ago
  30. e2f7024 Improve the system data output. by Kate Ward · 7 years ago
  31. 3ddf742 Stop adding date to test output. by Kate Ward · 7 years ago
  32. 620db3b Merge pull request #42 from kward/issue40 by Kate Ward · 7 years ago
  33. ad000e2 Added function declaration section. by Kate Ward · 7 years ago
  34. b250412 Moved 1.2.x changes to new file. by Kate Ward · 7 years ago
  35. 34048cf Output messages at default logging level. by Kate Ward · 7 years ago
  36. 7976541 Added test for GitHub Issue #28. by Kate Ward · 7 years ago
  37. dc385d5 Improved logging so it has a default level that can be changed. by Kate Ward · 7 years ago
  38. c5dbc0c fixed shflags and gflags code references by Kate Ward · 7 years ago
  39. 060162d Merge pull request #35 from petervanderdoes/feature/fix_typos by Kate Ward · 7 years ago
  40. 0e37616 updated shunit2 license by Kate Ward · 8 years ago
  41. 95df737 Merge pull request #37 from wrymarki/master by Kate Ward · 8 years ago
  42. f59ade4 Exit with FALSE handling 'help' argument. by Waldemar Rymarkiewicz · 8 years ago
  43. c4dbb87 Fix typos by Peter van der Does · 9 years ago
  44. ade2a17 Fix typos by Peter van der Does · 9 years ago
  45. bf1e2b6 Fix typos by Peter van der Does · 9 years ago
  46. 99bafd5 Fix typos by Peter van der Does · 9 years ago
  47. 4f2f26e Fix typos by Peter van der Does · 9 years ago
  48. 24b18df Fix some test parameters and add new ones. by Peter van der Does · 9 years ago
  49. 6d0ccc8 Remove external command by Peter van der Does · 9 years ago
  50. f768056 Point to 1.2.x documentation by Kate Ward · 9 years ago
  51. 125fddd Minor formatting tweak by Kate Ward · 9 years ago
  52. 42aba67 Minor tweaks by Kate Ward · 9 years ago
  53. 9b23aa2 updated 1.2.0 test results by Kate Ward · 9 years ago
  54. a397c1c Minor cleanups by Kate Ward · 9 years ago
  55. 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
  56. 6675c43 Removed copyright and obsolete license info. by Kate Ward · 9 years ago
  57. 5cbacee Ignore hidden files generated by OS X. by Kate Ward · 9 years ago
  58. 10c2821 Updated version number to 1.0.4 by Kate Ward · 9 years ago
  59. 0aa2203 When I changed licenses, I mistakenly updated the shUnit2 license. Oops. by Kate Ward · 9 years ago
  60. 7fe1664 tested on OS X 10.10.3 by Kate Ward · 9 years ago
  61. f3b7243 add support for OS X 10.9 and 10.10 by Kate Ward · 9 years ago
  62. 61afcdd Added URL for shUnit2 by Kate Ward · 9 years ago
  63. 85f86ac Minor formatting tweaks, and copyright update. by Kate Ward · 9 years ago
  64. 77c9192 Moved the "Making a release" info to the wiki, leaving this very short. by Kate Ward · 9 years ago
  65. 4b66ecd restructured source for GitHub by Kate Ward · 9 years ago
  66. b11509f Migrated to Markdown. Still many references to code.google.com :-( by Kate Ward · 9 years ago
  67. dfa9a16 Migrated to Markdown; noted license change by Kate Ward · 9 years ago
  68. 023929d Changing license from LGPL 2.1 to Apache 2.0. by Kate Ward · 9 years ago
  69. af8d27d fixes so the help output works by kate.ward · 12 years ago
  70. f5f46cb synced lib/shflags to latest HEAD by kate.ward · 12 years ago
  71. d87a1d9 fixed math bug on FreeBSD-9.1; retested by kate.ward · 12 years ago
  72. 691f3d1 latest test resuls by kate.ward · 12 years ago
  73. bd42ba4 fixed unset variable error by kate.ward · 12 years ago
  74. 22eaa84 updated lib/shflags to most recent development version by kate.ward · 12 years ago
  75. a2adce1 fixed all remaining failing tests by kate.ward · 12 years ago
  76. 7417827 consolidated validFloat() back to single function; math() fixes by kate.ward · 12 years ago
  77. 4c9178d reworked ksh version check for Solaris 8 by kate.ward · 12 years ago
  78. 1e1a098 updated function and variable naming section by kate.ward · 12 years ago
  79. c85fa86 added strlen function; back to one math function by kate.ward · 12 years ago
  80. c66a5fc reworked validFloat() and validInt() functions again by kate.ward · 12 years ago
  81. 0a4f16f updated docs and unit test regarding the usage of boolean flags by kate.ward · 12 years ago
  82. a8cbe67 updated test results by kate.ward · 12 years ago
  83. e7cf298 OS X 10.7.4 test results by kate.ward · 12 years ago
  84. 83e37ac 1.0.4 results for OS X 10.8.2 by kate.ward · 12 years ago
  85. 3d04c55 fixed testComplicatedCommandLineStandard() test, really... by kate.ward · 12 years ago
  86. 32d97fb fixed testComplicatedCommandLineStandard() test by kate.ward · 12 years ago
  87. 20d9ef5 re-enabling some tests that were mistakenly disabled :-/ by kate.ward · 12 years ago
  88. f499750 fixed logic errors preventing output from being written by kate.ward · 12 years ago
  89. b075920 added built-in and expr functions to do math by kate.ward · 12 years ago
  90. da1f856 tweak to end-of-output notice by kate.ward · 12 years ago
  91. 60095fa using predefined list of valid bools, floats, and ints by kate.ward · 12 years ago
  92. 65d38c3 added detection of OS X 10.7.x and 10.8.x by kate.ward · 12 years ago
  93. 4a16b43 added dry_run mode to gen_test_results by kate.ward · 12 years ago
  94. 81973e8 added FreeBSD 9.1 test result by kate.ward · 12 years ago
  95. 56b16a9 added current test results for 1.0.4 by kate.ward · 12 years ago
  96. e10dd53 - fixed ksh and zsh version detection by kate.ward · 12 years ago
  97. cba92e5 fixed broken testGetFlagInfo() test by kate.ward · 12 years ago
  98. 24b324f by kate.ward · 12 years ago
  99. 1ee8856 added mock_flags_columns to fix testStandardHelpOutput() method for screens >80 columns by kate.ward · 12 years ago
  100. 4eb3135 fixed a comment by kate.ward · 12 years ago