2006-06-09 |
solar | Added setvbuf(). |
tree | commitdiff |
2006-06-08 |
solar | Fixed bug in fclose.c. Fixed regtest drivers in fopen... |
tree | commitdiff |
2006-06-07 |
solar | Added fclose(). |
tree | commitdiff |
2006-06-02 |
solar | Further output beautification. |
tree | commitdiff |
2006-06-01 |
solar | Beautified output. |
tree | commitdiff |
2006-06-01 |
solar | Disabled regtests for functionality internal to PDCLib. |
tree | commitdiff |
2006-06-01 |
solar | Added testdriver. |
tree | commitdiff |
2006-05-31 |
solar | Fixed test driver. |
tree | commitdiff |
2006-05-24 |
solar | Intermediate freeze. |
tree | commitdiff |
2006-05-24 |
solar | Declaration of Xdigits now handled by header. |
tree | commitdiff |
2006-05-24 |
solar | Declarating include and testdriver added. |
tree | commitdiff |
2006-05-24 |
solar | Testdriver added. |
tree | commitdiff |
2006-05-24 |
solar | Added test driver. |
tree | commitdiff |
2006-05-22 |
solar | Failed to terminate correctly at n < strlen(s2). Fixed... |
tree | commitdiff |
2006-05-16 |
solar | Bracing error; fixed. |
tree | commitdiff |
2006-05-12 |
solar | Intermediate work while migrating CVS -> SVN. |
tree | commitdiff |
2006-05-10 |
solar | Removed (macro-implemented) putc. |
tree | commitdiff |
2006-05-09 |
solar | Fixed compile warnings / errors. |
tree | commitdiff |
2006-05-08 |
solar | Removed macro-implemented getchar.c. |
tree | commitdiff |
2006-05-08 |
solar | Bla |
tree | commitdiff |
2006-04-26 |
solar | Temporary integration of _PDCLIB_print(), broken. |
tree | commitdiff |
2006-04-24 |
solar | Uppercase hex digits for printf() functions. |
tree | commitdiff |
2006-04-24 |
solar | va_end() was missing. Fixed. |
tree | commitdiff |
2006-04-14 |
solar | Whitespace cleanup. |
tree | commitdiff |
2006-04-12 |
solar | Unnecessary typedef removed. |
tree | commitdiff |
2006-04-07 |
solar | Temporary proof-of-concept for printf() output conversions. |
tree | commitdiff |
2006-03-13 |
solar | Initial checkin. |
tree | commitdiff |
2006-03-08 |
solar | Removed the $Name$ tags (not supported by SVN). Added... |
tree | commitdiff |
2006-03-06 |
solar | Porting current working set from CVS. |
tree | commitdiff |
2006-02-09 |
solar | exit( EXIT_FAILURE ) instead of exit( 1 ). |
tree | commitdiff |
2006-02-09 |
solar | Bug #1 - realloc( NULL, size ) fails. Fixed. |
tree | commitdiff |
2006-02-06 |
solar | Adding malloc(), free(), and realloc(). |
tree | commitdiff |
2006-02-06 |
solar | Added comments. |
tree | commitdiff |
2006-02-05 |
solar | Fallback to static array as pre-main malloc() created... |
tree | commitdiff |
2006-01-30 |
solar | Initial checkin. |
tree | commitdiff |
2006-01-30 |
solar | Added test driver. |
tree | commitdiff |
2006-01-30 |
solar | Added test driver. |
tree | commitdiff |
2006-01-30 |
solar | Tweaking _PDCLIB_test.h. |
tree | commitdiff |
2006-01-30 |
solar | Moved struct definition to internal header. |
tree | commitdiff |
2006-01-30 |
solar | Fixed multiple inclusion issue. |
tree | commitdiff |
2006-01-30 |
solar | Removed multiinclude test. |
tree | commitdiff |
2006-01-27 |
solar | Disabled zero-length sorting test when running under... |
tree | commitdiff |
2006-01-27 |
solar | Adjusted includes. |
tree | commitdiff |
2005-12-26 |
solar | Added exit, _Exit, atexit. |
tree | commitdiff |
2005-12-23 |
solar | Moved from functions/ to functions/_PDCLIB/. |
tree | commitdiff |
2005-12-23 |
solar | Added 'void' to empty parameter lists. |
tree | commitdiff |
2005-12-23 |
solar | Initial checkin. |
tree | commitdiff |
2005-12-23 |
solar | Improved "expected assertion failure" message in testdr... |
tree | commitdiff |
2005-12-17 |
solar | Added qsort. |
tree | commitdiff |
2005-12-16 |
solar | Artifact - code is original, not from PDPCLIB. |
tree | commitdiff |
2005-12-16 |
solar | Initial checkin. |
tree | commitdiff |
2005-12-15 |
solar | Initial checkin. |
tree | commitdiff |
2005-12-15 |
solar | Initial checkin. |
tree | commitdiff |
2005-12-15 |
solar | Added size_t to stdlib.h, added redefinition guards... |
tree | commitdiff |
2005-12-15 |
solar | Extended comment - old one left me clueless. |
tree | commitdiff |
2005-12-15 |
solar | Added test driver. |
tree | commitdiff |
2005-12-15 |
solar | Initial checkin. |
tree | commitdiff |
2005-12-15 |
solar | Added test drivers. |
tree | commitdiff |
2005-12-05 |
solar | Initial checkin. |
tree | commitdiff |
2005-12-04 |
solar | Added internal headerguard defines that were missing. |
tree | commitdiff |
2005-12-04 |
solar | Initial checkin. |
tree | commitdiff |
2005-12-03 |
solar | Initial checkin. |
tree | commitdiff |
2005-12-03 |
solar | Ugly workaround to keep wrappers from negating error... |
tree | commitdiff |
2005-12-03 |
solar | Added #ifdef to allow for regression against system... |
tree | commitdiff |
2005-12-03 |
solar | Added signaling "test" driver. |
tree | commitdiff |
2005-12-03 |
solar | Added #ifdef to allow regression against system lib. |
tree | commitdiff |
2005-12-03 |
solar | Helper functions for strto...() functions. |
tree | commitdiff |
2005-12-02 |
solar | Added atoi, atol, atoll plus internal helpers. |
tree | commitdiff |
2005-11-21 |
solar | Added test drivers. |
tree | commitdiff |
2005-11-21 |
solar | Added test driver, fixed off-by-one bug. |
tree | commitdiff |
2005-11-20 |
solar | Added test driver. |
tree | commitdiff |
2005-11-20 |
solar | Added test driver, fixed off-by-one bug. |
tree | commitdiff |
2005-11-20 |
solar | Added test driver. |
tree | commitdiff |
2005-11-20 |
solar | Added test driver; fixed sign bug. |
tree | commitdiff |
2005-11-20 |
solar | Added test driver. |
tree | commitdiff |
2005-11-20 |
solar | Added dummy test drivers to each *.c file, and target... |
tree | commitdiff |
2005-11-20 |
solar | Added Makefile and moved internal headers into seperate... |
tree | commitdiff |
2005-01-11 |
solar | Test-compile fixes. |
tree | commitdiff |
2005-01-11 |
solar | Initial checkin. |
tree | commitdiff |
2005-01-11 |
solar | Added a warning about missing test drivers. |
tree | commitdiff |
2005-01-09 |
solar | Added search functions. |
tree | commitdiff |
2005-01-09 |
solar | dos2unix |
tree | commitdiff |
2005-01-08 |
solar | Added some of <string.h>. |
tree | commitdiff |
2004-12-23 |
solar | Fixes to v0.1, added assert.h. |
tree | commitdiff |
2004-11-14 |
solar | Removed old files. |
tree | commitdiff |
2004-06-17 |
solar | Re-import from Subversion. origin/tags/OLD OLD |
tree | commitdiff |
2004-01-22 |
solar | Reviewed / implemented. |
tree | commitdiff |
2004-01-22 |
solar | Reviewed / implemented. |
tree | commitdiff |
2004-01-18 |
solar | Reviewed. |
tree | commitdiff |
2004-01-18 |
solar | Reviewed. |
tree | commitdiff |
2004-01-18 |
solar | Reviewed. |
tree | commitdiff |
2004-01-18 |
solar | Minimized include scope. |
tree | commitdiff |
2004-01-18 |
solar | Reviewed. |
tree | commitdiff |
2004-01-18 |
solar | Reviewed. |
tree | commitdiff |
2004-01-18 |
solar | Reviewed. |
tree | commitdiff |
2004-01-18 |
solar | Implemented. |
tree | commitdiff |
2003-12-03 |
solar | Introducing personalities. Removing C++ function decs... |
tree | commitdiff |
2003-11-24 |
solar | Merged PDPCLIB and Therx code. |
tree | commitdiff |
2003-11-23 |
solar | Added template implementation files. |
tree | commitdiff |
2003-11-23 |
solar | Implemented. |
tree | commitdiff |
next |