Reworked scanf() testing. General cleanups.
[fw/pdclib] / functions / _PDCLIB / scan.c
2010-12-08 solarReworked scanf() testing. General cleanups.
2010-05-14 solarRenamed status->this to status->current to allow for...
2010-04-08 solarNo more errors from _PDCLIB_scan tests. Yay...
2010-04-07 solarSome fixes to string scanning. First half of scanset...
2010-04-07 solarCleanup of artifacts.
2010-04-07 solarOnly the character groups still missing...
2010-03-12 solarIntermediate debugging work on *scanf().
2009-10-01 solarHandling end-of-string and unspecified width.
2009-09-25 solarStarted debugging scanf() functions.
2009-09-23 solarCatching the unimplemented.
2009-09-23 solarRough draft implementation.
2009-09-22 solarIntermediate code.
2009-09-15 solarGetting closer to scan().
2009-09-14 solarFirst work towards scanf().