fw/pdclib
2006-06-14 solarSkeleton implementation for now.
2006-06-14 solarTestdriver fixes.
2006-06-14 solarAdded preliminary test drivers.
2006-06-14 solarFixed size==0 bug pointed out by Rod P.
2006-06-09 solarAdded setvbuf().
2006-06-08 solarFixed bug in fclose.c. Fixed regtest drivers in fopen...
2006-06-07 solarAdded fclose().
2006-06-07 solarSet to ignore close.c when linked.
2006-06-07 solarAdded close().
2006-06-07 solarImproved testdriver and implementation.
2006-06-07 solarFirst working testdriver.
2006-06-02 solarFixed warnings in test driver.
2006-06-02 solarAdded testdriver for _PDCLIB_rename().
2006-06-02 solarAdded testdriver for _PDCLIB_remove().
2006-06-02 solarFurther output beautification.
2006-06-01 solarDisabled format string warnings on ...printf() regtest...
2006-06-01 solarBeautified output.
2006-06-01 solarWhen pdclib.a did not exist, make did print a message...
2006-06-01 solarDisabled regtests for functionality internal to PDCLib.
2006-06-01 solarReplaced constants with compiler builtins. (At least...
2006-06-01 solarAdded testdriver.
2006-05-31 solarDisabled unused definitions to avoid warnings.
2006-05-31 solarFixed test driver.
2006-05-24 solarIntermediate freeze.
2006-05-24 solarTemporary patching for stdio development.
2006-05-24 solarDeclaration for Xdigits added.
2006-05-24 solarDeclaration of Xdigits now handled by header.
2006-05-24 solarDeclarating include and testdriver added.
2006-05-24 solarTestdriver added.
2006-05-24 solarAdded test driver.
2006-05-22 solarFailed to terminate correctly at n < strlen(s2). Fixed...
2006-05-18 solarAdded single-file test, -fno-builtin CFLAG.
2006-05-17 solarRemoved redundant -Wall.
2006-05-16 solarImproved self-documentation. Added dev. targets 'links...
2006-05-16 solarWrong type for open() parameter; fixed. Added _PDCLIB_N...
2006-05-16 solarBracing error; fixed.
2006-05-12 solarIntermediate work while migrating CVS -> SVN.
2006-05-10 solarRemoved (macro-implemented) putc.
2006-05-09 solarAdded target 'find' for convenience.
2006-05-09 solarAdded general idea of std... initializers.
2006-05-09 solarFixed compile warnings / errors.
2006-05-09 solarRemoved _PDCLIB_status_t (this is in _PDCLIB_int.h...
2006-05-09 solarRemoved dead code. (This is in _PDCLIB_config.h now.)
2006-05-09 solarKludge to avoid unistd.h redefinition warnings.
2006-05-08 solarAdded stdinit.c to hold stdin, stdout, stderr initializ...
2006-05-08 solarAdded struct status_t.
2006-05-08 solarAdded missing _PDCLIB_ prefix to concat() macro calls.
2006-05-08 solarRemoved macro-implemented getchar.c.
2006-05-08 solarBla
2006-05-08 solarAdded progress messages (again).
2006-04-26 solarTemporary integration of _PDCLIB_print(), broken.
2006-04-24 solarUppercase hex digits for printf() functions.
2006-04-24 solarva_end() was missing. Fixed.
2006-04-24 solarAdded test for %n.
2006-04-23 solarPreliminary implementations for %c, %s, %p and %n.
2006-04-16 solarRemoved the header outputs from the test driver.
2006-04-16 solarChecked the remaining 'TODO' comments.
2006-04-16 solarYES! VICTORY!
2006-04-16 solarDon't quote me, but this does look good...
2006-04-16 solarSTUPID STUPID STUPID bug fixed!
2006-04-15 solarHouston, we have lift off!
2006-04-15 solarSwitched to _PDCLIB_sprintf().
2006-04-14 solarWhitespace cleanup.
2006-04-14 solarRemoved TESTCASE macro and parse_out_wrapper in favour...
2006-04-13 solarStarted _PDCLIB_printf.
2006-04-12 solarMerged the padwrappers into parse_out().
2006-04-12 solarUnnecessary typedef removed.
2006-04-12 solarNow calling wrapper instead of conversion routine directly.
2006-04-11 solarPreparing to step up from padwrap() to parse_out_wrapper().
2006-04-10 solarMore tests, unsigned fixes.
2006-04-10 solarFirst attempt at upadwrap.
2006-04-10 solarSome cleanup.
2006-04-10 solarAdded unsigned tests.
2006-04-10 solarSome improvements.
2006-04-07 solarAll tests except hex / zero work.
2006-04-07 solarTemporary proof-of-concept for printf() output conversions.
2006-03-20 solarImproved header documentation.
2006-03-20 solarSet svn:ignore to ignore dependency files and test...
2006-03-13 solarDocumented the direct I/O functions.
2006-03-13 solarDocumented the unformatted I/O functions.
2006-03-13 solarInitial checkin.
2006-03-10 solarMoving platform specifics from stdio.h to _PDCLIB_confi...
2006-03-08 solarRemoved the $Name$ tags (not supported by SVN). Added...
2006-03-08 solarSet svn:ignore on kate project file.
2006-03-07 solarSet svn:ignore for platform files.
2006-03-06 solarPorting current working set from CVS.
2006-05-03 solarMoving files to new dir structure.
2006-03-05 solarAdjusting directory structure to main.
2006-02-09 solarBug #3 - float.h to ./platform/example/. Fixed.
2006-02-09 solarBug #4 - Misspelled name in credits. Fixed.
2006-02-09 solarSetting the roadmap for v0.5.
2006-02-09 solarexit( EXIT_FAILURE ) instead of exit( 1 ).
2006-02-09 solarBug #1 - realloc( NULL, size ) fails. Fixed.
2006-02-06 solarAdded v0.4 release date.
2006-02-06 solarAdding malloc(), free(), and realloc().
2006-02-06 solarAdded comments.
2006-02-06 solarReordering of memnode_t members for later optimization.
2006-02-05 solarOverly optimistic; no v0.4 today as malloc() still...
2006-02-05 solarFallback to static array as pre-main malloc() created...
2006-02-05 solarv0.4 release: stdlib.h
next