1. 9ccba51 replaced global __flags_argc var with passing local var around by kate.ward · 15 years ago
  2. 87b0c2e updated comment regarding the use of 'x' chars for ksh93 on Ubuntu 6.06 by kate.ward · 15 years ago
  3. 3a67497 removed some code duplication by kate.ward · 15 years ago
  4. bda3917 removed extra 'x' chars in help output under solaris by kate.ward · 15 years ago
  5. 812aeae fixed some stdandard vs. enhanced testing issues by kate.ward · 15 years ago
  6. c521068 - fixed issue# 7 where long flags declared with '=' didn't work by kate.ward · 15 years ago
  7. c4b0ef7 few tweaks post-1.0.2 release by kate.ward · 16 years ago
  8. 1469dda finalizing 1.0.2 release by kate.ward · 16 years ago
  9. de77c87 fixed the long_desc short identifier in enhanced help test by kate.ward · 16 years ago
  10. 90681c3 shortened long default value in help tests by kate.ward · 16 years ago
  11. 6409961 very long default values now wrap differently under enhanced getopt by kate.ward · 16 years ago
  12. 129a5d9 replacing spaces with underscores in os_version by kate.ward · 16 years ago
  13. efc743d 1.0.2.: added Linux Red Hat 9 results by kate.ward · 16 years ago
  14. 887442f 1.0.2: updated results for Mac OS X 10.5.5 by kate.ward · 16 years ago
  15. bbbce1e improved os check to work for RH Linux 9 by kate.ward · 16 years ago
  16. 8f036db 1.0.2: updated results for Solaris 11 by kate.ward · 16 years ago
  17. 2764e4c an empty version now counts as an unknown version by kate.ward · 16 years ago
  18. 313accf 1.0.2: updated results for Mac OS X 10.5.5 by kate.ward · 16 years ago
  19. 84e6bb2 added Linux-Ubuntu-6.06 results by kate.ward · 16 years ago
  20. a848e77 moved shell presence check after the shell separation header by kate.ward · 16 years ago
  21. 14b33bf modified _flags_columns() to return pre-determined values; fixed two issues with ksh93 under Ubuntu 6.06 by kate.ward · 16 years ago
  22. 619806d added a bit of extra testing output by kate.ward · 16 years ago
  23. 0810769 added solaris 11 test result by kate.ward · 16 years ago
  24. b0fc330 added linux ubuntu 8.04 result by kate.ward · 16 years ago
  25. e87ecdd updated os x 10.5.5 result by kate.ward · 16 years ago
  26. b0aaccf test skip warning now present for all tests by kate.ward · 16 years ago
  27. 20b5e0d fixed the enhanced test, just like the standard test earlier by kate.ward · 16 years ago
  28. 51a36e3 added mac os x 10.5.5 result by kate.ward · 16 years ago
  29. d967240 more coding standard changes by kate.ward · 16 years ago
  30. 2f8a1a1 fixed screen width issue under solaris -- tput now works by kate.ward · 16 years ago
  31. 5bdeeff added check for whether we can write to the output file by kate.ward · 16 years ago
  32. 709c134 added tput code, but it doesn't work really :-( by kate.ward · 16 years ago
  33. 9b0568f fixed invalid logic -- was testing a rtrn variable that was from another function context. silly global variables in shell. by kate.ward · 16 years ago
  34. dadc164 issue# 3: added initial support for screen width detection by kate.ward · 16 years ago
  35. 4b9b045 showing unexpected help output better by kate.ward · 16 years ago
  36. 44d7cf8 fixed bug where linux version wasn't working by kate.ward · 16 years ago
  37. 18d456e worked on some function header documentation by kate.ward · 16 years ago
  38. cc14568 a bit of code shuffling, and bringing the code up to the documented coding standard by kate.ward · 16 years ago
  39. 274784e updated to be relevant for shFlags by kate.ward · 16 years ago
  40. 271aece added missing check for enhanced getopt (which os x doesn't have) by kate.ward · 16 years ago
  41. 9664c01 don't need to send stuff from stderr to stdout as the shflags_test.sh script does that internally now by kate.ward · 16 years ago
  42. dd6c913 standardized all std/enh checks to be of form 'test || do' by kate.ward · 16 years ago
  43. 5b48fc1 issue# 2 : --nohelp flag no longer produces help output by kate.ward · 16 years ago
  44. e556cbf simplified quoting on several asserts by kate.ward · 16 years ago
  45. 1353b6e fixed bug where the env variable wasn't defined by kate.ward · 16 years ago
  46. d2258ed reordering some constants in the code by kate.ward · 16 years ago
  47. abae05d no more warning is thrown when the user defines their own help flag by kate.ward · 16 years ago
  48. 1b600c5 fixed recursion bug in _flags_getFlagInfo(), and put more common stuff into test helpers by kate.ward · 16 years ago
  49. cd0bafa don't send 'Executing the test suite' message to stderr by kate.ward · 16 years ago
  50. d99166b by kate.ward · 16 years ago
  51. bcd6839 added coding standards by kate.ward · 16 years ago
  52. df46be9 moved common things into shflags_test_helpers, and added Id keyword by kate.ward · 16 years ago
  53. f99f485 moved common things into shflags_test_helpers, added Id keyword, and improved some tests by kate.ward · 16 years ago
  54. 5ed38f0 moved common things into shflags_test_helpers, and added Id keyword by kate.ward · 16 years ago
  55. 31cb24f a few minor tweaks and convinence fixes by kate.ward · 16 years ago
  56. 60c2598 separate parsing routines for standard and enhanced getopt (easier to test), and started applying the new coding standards by kate.ward · 16 years ago
  57. 9ebdd16 added separate tests for standard and enhanced getopt, and put more in the common setUp for the remaining tests by kate.ward · 16 years ago
  58. 3809767 upgraded shunit2 from 2.1.4 to 2.1.5 by kate.ward · 16 years ago
  59. 713fd9e disabled tests for /bin/sh as they don't work on Solaris by kate.ward · 16 years ago
  60. 2f3cad9 created versions library and gen_test_results.sh, and updated several other things as a result by kate.ward · 16 years ago
  61. 20d0678 added warning upon duplicate flag definition by kate.ward · 16 years ago
  62. 08e5bba line wrapping and extra code cleanup by kate.ward · 16 years ago
  63. 49111ee removed more-or-less duplicate help output test code by kate.ward · 16 years ago
  64. 437639d added the default value to help output by kate.ward · 16 years ago
  65. b7fa8d6 added warning about short flags during getopt parse failure by kate.ward · 16 years ago
  66. 4d8e047 FLAGS_PARENT no longer transforms into constant by kate.ward · 16 years ago
  67. c2b1f49 final 1.0.1 test results by kate.ward · 16 years ago
  68. 42cb23b fixed enhanced help test by kate.ward · 16 years ago
  69. f08c5b6 fixed help flag definition in zsh 3.0.8 by kate.ward · 16 years ago
  70. 58da201 some test results for 1.0.1 by kate.ward · 16 years ago
  71. 1d0ecc4 fixed problems with help; changed zsh checks by kate.ward · 16 years ago
  72. f32fb4f replaced with 2.1.4 by kate.ward · 16 years ago
  73. d3d3d08 finalizing 1.0.1 release by kate.ward · 16 years ago
  74. 8bfb959 moved testHelp() to shflags_test_public.sh by kate.ward · 16 years ago
  75. dc10fe9 fixed bug where [no] was added to all flag names by kate.ward · 16 years ago
  76. 2fb41e3 found problems with help output for booleans; writing tests to catch by kate.ward · 16 years ago
  77. 120b504 added copyright, license, and a description by kate.ward · 16 years ago
  78. b89ff22 added contributors by kate.ward · 16 years ago
  79. 695ddde added a couple of examples by kate.ward · 16 years ago
  80. 90fd99d finalizing 1.0.0 release by kate.ward · 16 years ago
  81. f8ea863 some minor changes by kate.ward · 16 years ago
  82. 34f3212 minor updates by kate.ward · 16 years ago
  83. 29ddd4e some header updates by kate.ward · 16 years ago
  84. a895395 replaced gflags with shflags, and updated version by kate.ward · 16 years ago
  85. 430e7c2 removed some shunit2 stuff and replaced with shflags. more still to do. by kate.ward · 16 years ago
  86. f51c616 initial check-in by kate.ward · 16 years ago