]> git.sur5r.net Git - cc65/history - src/common/cmdline.c
Don't count the NULL (doh!).
[cc65] / src / common / cmdline.c
2015-08-30 Greg KingDon't count the NULL (doh!). 202/head
2015-08-30 Greg KingFixed a comparison operator; so that the NULL at the...
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-07-01 Oliver SchmidtMerge pull request #128 from greg-king5/multi-comments
2014-06-30 Greg KingChanged multi-line C comments into another style. 128/head
2014-03-19 Christian GroesslerMerge remote-tracking branch 'upstream/master' into...
2014-03-04 Oliver SchmidtNormalized code.
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2009-10-08 uzNew function InvArg().
2003-10-31 cuzRemoved dead code
2003-06-03 cuzRestructuring the object file format
2002-04-08 cuzRemove duplicate line feed
2001-10-11 cuzFixed another signedness problem
2001-10-11 cuzLast change fixed the wrong parameter
2001-10-11 cuzFixed a signedness problem
2001-09-15 cuzFix signed/unsigned comparisons
2001-03-23 cuzType change
2001-03-09 cuzAdded command line response files
2000-08-23 cuzCheck for the presence of an argument if the option...
2000-08-19 cuzUse more gcc attributes
2000-06-14 cuzMore common subroutines
2000-06-14 cuzRename a function
2000-06-14 cuzFixed an error
2000-06-14 cuzNew module for command line parsing