]> pd.if.org Git - pdclib/history - functions/_PDCLIB
Moving closer to unified I/O testing.
[pdclib] / functions / _PDCLIB /
2010-06-19 solarStreams are now closed on program exit. (I hope; untested.)
2010-05-16 solarAd-hoc solutions for perror() and strerror().
2010-05-15 solarFixed a purely syntactical FIXME.
2010-05-15 solarMinor touches.
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-04-04 solarImproper test code handling uncovered by Owen at osdev.org
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-16 solarCaught "0xz" corner case, and improved testing.
2009-09-15 solarGetting closer to scan().
2009-09-14 solarFirst work towards scanf().
2009-09-13 solarMerged branch stdio_rewrite back into trunk.
2009-02-19 solarAdded FIXME
2008-06-11 solarWarnings regarding signed / unsigned issues. Fixed.
2008-05-28 solarIntermediate work, checked in for safekeeping as I...
2007-09-20 solarAdded handling for fflush( NULL ).
2007-09-14 solarMinor cleanups.
2007-09-12 solarBug #11 - memswp() in qsort() not type correct. Fixed.
2006-07-06 solarImproved testdrivers.
2006-06-26 solarAdded some functions.
2006-05-31 solarFixed test driver.
2006-05-24 solarIntermediate freeze.
2006-05-24 solarDeclaration of Xdigits now handled by header.
2006-05-24 solarDeclarating include and testdriver added.
2006-05-12 solarIntermediate work while migrating CVS -> SVN.
2006-05-09 solarFixed compile warnings / errors.
2006-04-26 solarTemporary integration of _PDCLIB_print(), broken.
2006-04-24 solarUppercase hex digits for printf() functions.
2006-04-07 solarTemporary proof-of-concept for printf() output conversions.
2006-03-08 solarRemoved the $Name$ tags (not supported by SVN). Added...
2006-03-06 solarPorting current working set from CVS.
2006-01-30 solarRemoved multiinclude test.
2005-12-23 solarMoved from functions/ to functions/_PDCLIB/.
2005-12-15 solarInitial checkin.
2005-12-15 solarExtended comment - old one left me clueless.
2005-12-15 solarInitial checkin.
2005-12-04 solarAdded internal headerguard defines that were missing.
2005-12-03 solarUgly workaround to keep wrappers from negating error...
2005-12-03 solarHelper functions for strto...() functions.
2005-12-02 solarAdded atoi, atol, atoll plus internal helpers.