aboutsummaryrefslogtreecommitdiffstats
path: root/source/1.0/src
Commit message (Expand)AuthorAgeFilesLines
* restructured source for GitHubKate Ward2016-01-107-2433/+0
* fixed math bug on FreeBSD-9.1; retestedkate.ward2013-01-152-5/+5
* fixed all remaining failing testskate.ward2013-01-154-84/+104
* consolidated validFloat() back to single function; math() fixeskate.ward2013-01-142-68/+53
* added strlen function; back to one math functionkate.ward2013-01-142-17/+119
* reworked validFloat() and validInt() functions againkate.ward2013-01-124-113/+67
* updated docs and unit test regarding the usage of boolean flagskate.ward2013-01-072-16/+22
* fixed testComplicatedCommandLineStandard() test, really...kate.ward2013-01-061-2/+0
* fixed testComplicatedCommandLineStandard() testkate.ward2013-01-061-2/+5
* re-enabling some tests that were mistakenly disabled :-/kate.ward2013-01-061-16/+17
* added built-in and expr functions to do mathkate.ward2013-01-052-1/+55
* tweak to end-of-output noticekate.ward2013-01-051-1/+1
* using predefined list of valid bools, floats, and intskate.ward2013-01-051-4/+9
* - fixed ksh and zsh version detectionkate.ward2013-01-045-54/+179
* fixed broken testGetFlagInfo() testkate.ward2013-01-011-1/+1
* added mock_flags_columns to fix testStandardHelpOutput() method for screens >...kate.ward2013-01-011-1/+10
* fixed a commentkate.ward2013-01-011-1/+1
* allow users to override the FLAGS_EXPR_CMD variablekate.ward2012-12-171-8/+8
* fixed issue #15 -- add support for BSD variantskate.ward2012-12-171-13/+20
* fixed bug in flags_reset() relating to underscored nameskate.ward2011-06-281-3/+4
* added support for long flags with dashes (issue# 13 14)kate.ward2011-06-282-59/+91
* fixed issues 11 and 12; added ability to override OS getoptkate.ward2011-06-103-62/+82
* fixed flakey functionality of booleanskate.ward2010-03-282-17/+53
* minor comment changeskate.ward2010-03-281-3/+4
* fixed expn usage bug under FreeBSD 7.2kate.ward2010-03-181-10/+12
* finalizing 1.0.3 releasekate.ward2009-05-101-1/+1
* fixed bug in flags_reset() where the _default vars weren't being unsetkate.ward2009-05-101-1/+2
* removed _STR from the __FLAGS_INFO_* constantskate.ward2009-05-101-20/+20
* providing getopt error output to user; don't run getopt if no args passedkate.ward2009-04-243-50/+63
* added check to prevent overriding reserved flags constantskate.ward2009-04-012-1/+22
* replaced global __flags_argc var with passing local var aroundkate.ward2009-04-011-4/+7
* updated comment regarding the use of 'x' chars for ksh93 on Ubuntu 6.06kate.ward2009-04-011-3/+2
* removed some code duplicationkate.ward2009-04-011-2/+2
* removed extra 'x' chars in help output under solariskate.ward2009-04-011-11/+9
* fixed some stdandard vs. enhanced testing issueskate.ward2009-04-011-19/+38
* - fixed issue# 7 where long flags declared with '=' didn't workkate.ward2009-03-302-52/+75
* finalizing 1.0.2 releasekate.ward2008-11-171-1/+1
* fixed the long_desc short identifier in enhanced help testkate.ward2008-11-171-1/+1
* shortened long default value in help testskate.ward2008-11-171-4/+4
* very long default values now wrap differently under enhanced getoptkate.ward2008-11-172-6/+26
* moved shell presence check after the shell separation headerkate.ward2008-11-152-8/+7
* modified _flags_columns() to return pre-determined values; fixed two issues w...kate.ward2008-11-151-17/+26
* added a bit of extra testing outputkate.ward2008-11-151-3/+7
* test skip warning now present for all testskate.ward2008-11-151-2/+4
* fixed the enhanced test, just like the standard test earlierkate.ward2008-11-151-3/+3
* more coding standard changeskate.ward2008-11-151-67/+64
* fixed screen width issue under solaris -- tput now workskate.ward2008-11-151-5/+4
* added tput code, but it doesn't work really :-(kate.ward2008-11-142-4/+10
* fixed invalid logic -- was testing a rtrn variable that was from another func...kate.ward2008-11-141-3/+3
* issue# 3: added initial support for screen width detectionkate.ward2008-11-142-11/+29