aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/src/shflags
AgeCommit message (Expand)Author
2013-01-15fixed all remaining failing testskate.ward
2013-01-14consolidated validFloat() back to single function; math() fixeskate.ward
2013-01-14added strlen function; back to one math functionkate.ward
2013-01-12reworked validFloat() and validInt() functions againkate.ward
2013-01-07updated docs and unit test regarding the usage of boolean flagskate.ward
2013-01-05added built-in and expr functions to do mathkate.ward
2013-01-04- fixed ksh and zsh version detectionkate.ward
2013-01-01fixed a commentkate.ward
2012-12-17allow users to override the FLAGS_EXPR_CMD variablekate.ward
2012-12-17fixed issue #15 -- add support for BSD variantskate.ward
2011-06-28fixed bug in flags_reset() relating to underscored nameskate.ward
2011-06-28added support for long flags with dashes (issue# 13 14)kate.ward
2011-06-10fixed issues 11 and 12; added ability to override OS getoptkate.ward
2010-03-28fixed flakey functionality of booleanskate.ward
2010-03-18fixed expn usage bug under FreeBSD 7.2kate.ward
2009-05-10finalizing 1.0.3 releasekate.ward
2009-05-10fixed bug in flags_reset() where the _default vars weren't being unsetkate.ward
2009-05-10removed _STR from the __FLAGS_INFO_* constantskate.ward
2009-04-24providing getopt error output to user; don't run getopt if no args passedkate.ward
2009-04-01added check to prevent overriding reserved flags constantskate.ward
2009-04-01replaced global __flags_argc var with passing local var aroundkate.ward
2009-04-01updated comment regarding the use of 'x' chars for ksh93 on Ubuntu 6.06kate.ward
2009-04-01removed extra 'x' chars in help output under solariskate.ward
2009-03-30- fixed issue# 7 where long flags declared with '=' didn't workkate.ward
2008-11-17finalizing 1.0.2 releasekate.ward
2008-11-17very long default values now wrap differently under enhanced getoptkate.ward
2008-11-15modified _flags_columns() to return pre-determined values; fixed two issues w...kate.ward
2008-11-15more coding standard changeskate.ward
2008-11-15fixed screen width issue under solaris -- tput now workskate.ward
2008-11-14added tput code, but it doesn't work really :-(kate.ward
2008-11-14issue# 3: added initial support for screen width detectionkate.ward
2008-11-14worked on some function header documentationkate.ward
2008-11-14a bit of code shuffling, and bringing the code up to the documented coding st...kate.ward
2008-11-13issue# 2 : --nohelp flag no longer produces help outputkate.ward
2008-11-12reordering some constants in the codekate.ward
2008-11-12no more warning is thrown when the user defines their own help flagkate.ward
2008-11-12fixed recursion bug in _flags_getFlagInfo(), and put more common stuff into t...kate.ward
2008-11-12separate parsing routines for standard and enhanced getopt (easier to test), ...kate.ward
2008-10-21added warning upon duplicate flag definitionkate.ward
2008-10-19added the default value to help outputkate.ward
2008-08-28added warning about short flags during getopt parse failurekate.ward
2008-07-18FLAGS_PARENT no longer transforms into constantkate.ward
2008-07-11fixed help flag definition in zsh 3.0.8kate.ward
2008-07-11fixed problems with help; changed zsh checkskate.ward
2008-07-10finalizing 1.0.1 releasekate.ward
2008-07-10fixed bug where [no] was added to all flag nameskate.ward
2008-06-18some header updateskate.ward
2008-06-17replaced gflags with shflags, and updated versionkate.ward
2008-06-17initial check-inkate.ward