summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/CommandLineArguments.cxx
Commit message (Expand)AuthorAgeFilesLines
* STYLE: Only allocate as much space as neededAndy Cedilnik2004-09-231-1/+1
* ENH: Make GetRemainingArguments actually workAndy Cedilnik2004-09-231-12/+16
* ENH: a bit more cleanup. The help should really be replaced by something like...Andy Cedilnik2004-09-161-3/+2
* ENH: Condense help string, add support for setting line length and make it workAndy Cedilnik2004-09-161-9/+30
* ENH: Move callback structure out of the public interface. Also block the warn...Andy Cedilnik2004-09-151-8/+23
* ERR: Fix borland buildKen Martin2004-09-141-0/+12
* ERR: Add missing includeAndy Cedilnik2004-09-141-0/+1
* ENH: Use const correctness for argumentsAndy Cedilnik2004-09-141-1/+1
* ERR: More missing ios and includesAndy Cedilnik2004-09-131-0/+1
* ERR: Fix IOS namespaceAndy Cedilnik2004-09-131-4/+4
* ENH: Move command line argument parsing code to kwsysAndy Cedilnik2004-09-131-0/+591