aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/src
AgeCommit message (Expand)Author
2016-01-10restructured source for GitHubKate Ward
2013-01-15fixed math bug on FreeBSD-9.1; retestedkate.ward
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-06fixed testComplicatedCommandLineStandard() test, really...kate.ward
2013-01-06fixed testComplicatedCommandLineStandard() testkate.ward
2013-01-06re-enabling some tests that were mistakenly disabled :-/kate.ward
2013-01-05added built-in and expr functions to do mathkate.ward
2013-01-05tweak to end-of-output noticekate.ward
2013-01-05using predefined list of valid bools, floats, and intskate.ward
2013-01-04- fixed ksh and zsh version detectionkate.ward
2013-01-01fixed broken testGetFlagInfo() testkate.ward
2013-01-01added mock_flags_columns to fix testStandardHelpOutput() method for screens >...kate.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-28minor comment changeskate.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 some code duplicationkate.ward
2009-04-01removed extra 'x' chars in help output under solariskate.ward
2009-04-01fixed some stdandard vs. enhanced testing issueskate.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-17fixed the long_desc short identifier in enhanced help testkate.ward
2008-11-17shortened long default value in help testskate.ward
2008-11-17very long default values now wrap differently under enhanced getoptkate.ward
2008-11-15moved shell presence check after the shell separation headerkate.ward
2008-11-15modified _flags_columns() to return pre-determined values; fixed two issues w...kate.ward
2008-11-15added a bit of extra testing outputkate.ward
2008-11-15test skip warning now present for all testskate.ward
2008-11-15fixed the enhanced test, just like the standard test earlierkate.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-14fixed invalid logic -- was testing a rtrn variable that was from another func...kate.ward
2008-11-14issue# 3: added initial support for screen width detectionkate.ward