]> pd.if.org Git - pdclib.old/history - functions/stdlib
Add _cbprintf/_vcbprintf (callback based printf formatters)
[pdclib.old] / functions / stdlib /
2012-12-31 Owen ShepherdMinimize the amount of internal definitions which get...
2012-12-27 Owen Shepherdqsort: Regression test now ignores 4th test on Mac...
2012-08-02 Owen ShepherdRemove these 4 files now they have moved to opt/. hg...
2011-02-20 solarFix for #42 - free( NULL ) must not fail.
2010-12-11 solarWe will cross that bridge when we come to it.
2010-07-18 solarBetter size-safe checking for integer widths.
2010-06-23 solarExtended test drivers to cover sign error.
2010-06-23 solarProper testing of overflow digit handling.
2010-06-19 solarStreams are now closed on program exit. (I hope; untested.)
2010-03-12 solarCompiling under Cygwin now.
2010-03-12 solarThinko pointed out by Brian Damgaard.
2009-09-16 solarCaught "0xz" corner case, and improved testing.
2009-09-13 solarMerged branch stdio_rewrite back into trunk.
2008-05-28 solarIntermediate work, checked in for safekeeping as I...
2007-09-12 solarBug #11 - memswp() in qsort() not type correct. Fixed.
2006-11-15 solarMisallocation in realloc() was not caught. Fixed.
2006-06-30 solarYet closer to functional output.
2006-06-26 solarAdded some functions.
2006-06-14 solarFixed size==0 bug pointed out by Rod P.
2006-06-02 solarFurther output beautification.
2006-06-01 solarBeautified output.
2006-06-01 solarDisabled regtests for functionality internal to PDCLib.
2006-03-08 solarRemoved the $Name$ tags (not supported by SVN). Added...
2006-03-06 solarPorting current working set from CVS.
2006-02-09 solarexit( EXIT_FAILURE ) instead of exit( 1 ).
2006-02-09 solarBug #1 - realloc( NULL, size ) fails. Fixed.
2006-02-06 solarAdding malloc(), free(), and realloc().
2006-02-06 solarAdded comments.
2006-02-05 solarFallback to static array as pre-main malloc() created...
2006-01-30 solarInitial checkin.
2006-01-30 solarAdded test driver.
2006-01-30 solarAdded test driver.
2006-01-30 solarTweaking _PDCLIB_test.h.
2006-01-30 solarMoved struct definition to internal header.
2006-01-27 solarDisabled zero-length sorting test when running under...
2006-01-27 solarAdjusted includes.
2005-12-26 solarAdded exit, _Exit, atexit.
2005-12-23 solarAdded 'void' to empty parameter lists.
2005-12-23 solarInitial checkin.
2005-12-17 solarAdded qsort.
2005-12-16 solarArtifact - code is original, not from PDPCLIB.
2005-12-16 solarInitial checkin.
2005-12-15 solarAdded size_t to stdlib.h, added redefinition guards...
2005-12-15 solarInitial checkin.
2005-12-15 solarAdded test drivers.
2005-12-05 solarInitial checkin.
2005-12-04 solarAdded internal headerguard defines that were missing.
2005-12-04 solarInitial checkin.
2005-12-03 solarInitial checkin.
2005-12-03 solarAdded #ifdef to allow for regression against system...
2005-12-02 solarAdded atoi, atol, atoll plus internal helpers.
2004-11-14 solarRemoved old files.
2004-06-17 solarRe-import from Subversion.
2003-11-24 solarMerged PDPCLIB and Therx code.
2003-11-23 solarAdded template implementation files.