]> git.sur5r.net Git - cc65/history - libsrc/common/_scanf.c
Merge remote-tracking branch 'irgendwer/AtariOS_Structure' into master
[cc65] / libsrc / common / _scanf.c
2016-02-28 Bob AndrewsMerge pull request #7 from cvemu/master
2015-12-27 Oliver SchmidtMerge pull request #249 from polluks/master
2014-11-02 Stephan MühlstrasserMerge https://github.com/cc65/cc65 into c1p
2014-09-11 Oliver SchmidtMerge pull request #132 from greg-king5/high-zero
2014-09-10 Greg KingChanged literal zeroes of the style "#>0" into the... 132/head
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
2013-05-09 Oliver SchmidtRemoved (pretty inconsistently used) tab chars from...
2010-06-03 uzRemoved the prototype for _seterrno, since it is now...
2009-10-14 uzChanged names of the pragmas to be identical to the...
2008-08-03 uzA label must always be followed by a statement. This...
2005-02-14 cuzFixed tab removal which somehow went wrong
2005-02-14 cuzRemoved tabs from the foreign sources
2005-02-14 cuzScanf improvements by Greg King
2004-11-28 cuzSmall optimization
2004-11-27 cuzAdded assembler include function for _scanf
2004-11-26 cuzRewrote _scanf. It does need some tests and improvement...
2004-05-13 cuzSqueezed out a few bytes
2004-05-12 cuzFixed a bug
2004-05-02 cuzOptimization
2002-03-24 cuzCompleted _scanf.c, added vsscanf.c, rewrote sscanf.c.
2002-03-17 cuzWorking on the _scanf implementation
2001-07-14 cuzFixed geos portion of Makefile
2001-04-19 cuzWorking on the ..scanf functions