]> pd.if.org Git - pdclib/history - draft.c
First working testdriver.
[pdclib] / draft.c
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 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 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.