aboutsummaryrefslogtreecommitdiff
path: root/source
AgeCommit message (Expand)Author
2008-11-15replacing spaces with underscores in os_versionkate.ward
2008-11-15improved os check to work for RH Linux 9kate.ward
2008-11-15an empty version now counts as an unknown versionkate.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 check for whether we can write to the output filekate.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-14fixed bug where linux version wasn't workingkate.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-14updated to be relevant for shFlagskate.ward
2008-11-13added missing check for enhanced getopt (which os x doesn't have)kate.ward
2008-11-13don't need to send stuff from stderr to stdout as the shflags_test.sh script ...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-12(no commit message)kate.ward
2008-11-12added coding standardskate.ward
2008-11-12moved common things into shflags_test_helpers, and added Id keywordkate.ward
2008-11-12moved common things into shflags_test_helpers, added Id keyword, and improved...kate.ward
2008-11-12moved common things into shflags_test_helpers, and added Id keywordkate.ward
2008-11-12a few minor tweaks and convinence fixeskate.ward
2008-11-12separate parsing routines for standard and enhanced getopt (easier to test), ...kate.ward
2008-11-12added separate tests for standard and enhanced getopt, and put more in the co...kate.ward
2008-11-03upgraded shunit2 from 2.1.4 to 2.1.5kate.ward
2008-10-21disabled tests for /bin/sh as they don't work on Solariskate.ward
2008-10-21created versions library and gen_test_results.sh, and updated several other t...kate.ward
2008-10-21added warning upon duplicate flag definitionkate.ward
2008-10-21line wrapping and extra code cleanupkate.ward
2008-10-20removed more-or-less duplicate help output test codekate.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 enhanced help testkate.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-11replaced with 2.1.4kate.ward