Commit Graph

14 Commits

Author SHA1 Message Date
c499425869 Fixed the exporting of cmdarg_ and CMDARG_ variables for subshells (for real this time) 2013-10-29 19:29:59 -04:00
08bc5c4c62 Syntax fix to previous fix (the people who sacked the previous people, have been sacked) 2013-10-29 19:11:01 -04:00
5facea1cc5 Fixed a bug where the #include fakery caused chained scripts that wanted to call cmdarg were unable to do so and were unable to see CMDARG_ associative arrays, so wierd things started happening 2013-10-29 19:10:08 -04:00
51b3114748 Fixed a bogus bash version check that caused cmdarg to refuse to run on systems with nonstandard bash 2013-10-16 00:43:20 -04:00
77d48c3425 Fixed PREFIX in Makefile, added several tests in tests/ 2013-10-09 22:42:16 -04:00
034e79e9bf Fixed the stupid cmdarg_* prefixing of hash and array arguments, just use the key 2013-10-09 13:38:06 -04:00
308e38279f Added a few new functions for dumping config state, also added new facilities for specifying that certain config options should be an array or a hash 2013-10-09 13:27:05 -04:00
299377270e Closes #2 : Add -o to fix a broken grep on the bash version in cygwin 2013-10-08 14:16:38 -04:00
baf7232c79 Added makefile and spec for rpm builds 2013-09-24 11:42:10 -04:00
cc6ba88784 Fixed a bug in how true/false flags are handled 2013-07-10 13:44:46 -04:00
a049ad7921 cmdarg_traceback prints LASTERR now 2013-07-09 09:20:33 -04:00
e10acfbd05 Added traceback function from http://blog.yjl.im/2012/01/printing-out-call-stack-in-bash.html 2013-07-09 06:59:42 -04:00
c3fe169bdd Initial commit, everything appears to work 2013-07-02 10:10:09 -04:00
6d247993f4 Initial commit, everything appears to work 2013-07-02 10:02:51 -04:00