aboutsummaryrefslogtreecommitdiff
path: root/source/1.0/src
AgeCommit message (Expand)Author
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
2008-11-14showing unexpected help output betterkate.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-13added missing check for enhanced getopt (which os x doesn't have)kate.ward
2008-11-13standardized all std/enh checks to be of form 'test || do'kate.ward
2008-11-13issue# 2 : --nohelp flag no longer produces help outputkate.ward
2008-11-13simplified quoting on several assertskate.ward
2008-11-12fixed bug where the env variable wasn't definedkate.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-12don't send 'Executing the test suite' message to stderrkate.ward
2008-11-12moved common things into shflags_test_helpers, and added Id keywordkate.ward