aboutsummaryrefslogtreecommitdiff
path: root/shflags
AgeCommit message (Expand)Author
2020-04-13Removed FLAGS_ARGC harder.Kate Ward
2020-04-13Fixed a couple of potential set -e stragglers.Kate Ward
2020-04-13Fixed #50. FLAGS_ARGC is no longer exported. Started 1.4.0pre series.Kate Ward
2020-04-11More set -e fixes.Kate Ward
2020-04-10Fixed 'set -e' errors.Kate Ward
2020-04-09Refactored logging code and fixed some 'set -e' issues.Kate Ward
2020-04-09Fixed expr command determination to work with 'set -e'.Kate Ward
2020-03-30Fixed ShellCheck warnings.Kate Ward
2020-03-29Reworked to fix test failures on both macOS and Linux.Kate Ward
2020-03-29Starting a new 1.2.4 release series.Kate Ward
2020-02-11Fixed recent shellcheck errors.Kate Ward
2018-01-25Prep for v1.2.3 release.Kate Ward
2018-01-25Moved logging code earlier so it can be used during initialization.Kate Ward
2018-01-18Fixed ShellCheck issues.Kate Ward
2018-01-17Replaced _flags_validInt() with much simpler code.Kate Ward
2018-01-16Changed my mind. Not quoting a $1 variable.Kate Ward
2018-01-16Validate that globbing works in _flags_itemInList().Kate Ward
2018-01-15Added unit test for underscoreName(), and fixed potential POSIX compliance is...Kate Ward
2018-01-15Reordered comments in header.Kate Ward
2017-10-22Bumped version to 1.2.3pre there was already a 1.2.2 release.Kate Ward
2017-10-21Capitalizing sentences and adding periods.Kate Ward
2017-10-21Ran through ShellCheck. Again.Kate Ward
2017-10-21Fixed #46. Improved getopt version determination.Kate Ward
2017-10-21Fixed #47. A call for help should return a non-zero exit code.Kate Ward
2017-10-19Fixed bug in _flags_columns() for when `stty size` gives unexpected output.Kate Ward
2017-10-18Bumped FLAGS_VERSION to 1.2.2.Kate Ward
2017-10-18Ran shflags through ShellCheck.Kate Ward
2017-10-16Merge branch 'master' of github.com:kward/shflagsKate Ward
2017-10-16Comment and function declaration cleanups.Kate Ward
2017-10-16Fixed Issue #45, and cleaned up helpless help output.Kate Ward
2017-10-06Started running through ShellCheck.Kate Ward
2017-10-06Moved src/* and bin/gen_test_results.* up to root.Kate Ward