]> pd.if.org Git - pdclib/history - functions/stdio/vfscanf.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / stdio / vfscanf.c
2016-03-13 Martin BautePDCLib includes with quotes, not <>.
2016-03-07 Martin BauteRemoved SVN keyword tags.
2013-02-20 Owen ShepherdNamespace cleanliness: Rename all ***_unlocked function...
2012-12-31 Owen ShepherdMinimize the amount of internal definitions which get...
2012-11-12 Owen ShepherdPDCLIB-16: Add _unlocked variations of all I/O routines...
2010-12-16 solarCleaning up TODOs.
2010-12-08 solarReworked scanf() testing. General cleanups.
2010-07-19 solarscanf() returns -1 on early input error.
2010-07-16 solarFixed EOF handling.
2010-07-01 solarMore improved unified tests (now life).
2010-06-23 solarIndividual init to get around warnings on 64bit.
2010-05-14 solarCompacted initializing of status struct.
2010-05-14 solarCopy & paste error having sscanf code in there. Fixed.
2010-05-14 solarRenamed status->this to status->current to allow for...
2010-03-12 solarIntermediate debugging work on *scanf().
2009-10-01 solarProper handling of NULL return code.
2009-09-25 solarStarted debugging scanf() functions.
2006-03-08 solarRemoved the $Name$ tags (not supported by SVN). Added...
2006-03-06 solarPorting current working set from CVS.
2004-11-14 solarRemoved old files.
2004-06-17 solarRe-import from Subversion. origin/tags/OLD OLD
2003-11-23 solarAdded template implementation files.