]> pd.if.org Git - pdclib/history - functions/stdlib/realloc.c
Comment cleanups.
[pdclib] / functions / stdlib / realloc.c
2016-03-16 Martin BauteComment cleanups.
2006-11-15 solarMisallocation in realloc() was not caught. Fixed.
2006-06-14 solarFixed size==0 bug pointed out by Rod P.
2006-03-08 solarRemoved the $Name$ tags (not supported by SVN). Added...
2006-03-06 solarPorting current working set from CVS.
2006-02-09 solarBug #1 - realloc( NULL, size ) fails. Fixed.
2006-02-06 solarAdding malloc(), free(), and realloc().
2004-11-14 solarRemoved old files.
2004-06-17 solarRe-import from Subversion. origin/tags/OLD OLD
2003-11-24 solarMerged PDPCLIB and Therx code.
2003-11-23 solarAdded template implementation files.