]> pd.if.org Git - pdclib/history - functions/_PDCLIB
Some filename cleanup in functions/_PDCLIB.
[pdclib] / functions / _PDCLIB /
2017-04-30 Martin BauteSome filename cleanup in functions/_PDCLIB. branches/retrace origin/branches/retrace
2016-04-08 Martin BauteMoving branches closer together.
2016-04-08 Martin BautePut int2base() into a macro to reduce code replication.
2016-04-08 Martin BauteClearing the Tyndur tests.
2016-04-08 Martin Baute%s and %c handling.
2016-04-07 Martin BauteAllowed precision to be negative / ignored.
2016-04-07 Martin BauteActivated Tyndur tests for _PDCLIB_print(). Fixed flag...
2016-04-06 Martin BauteTyndur tests
2016-03-31 Martin BauteISO week calculation.
2016-03-25 Martin BauteREGTEST wrapping.
2016-03-18 Martin BauteWhitespace cleanups.
2016-03-17 Martin BauteNo exceptions to regtestdrivers anymore.
2016-03-17 Martin BauteSystem includes -> local includes.
2016-03-17 Martin BauteFixed pointer handling of printf() / scanf().
2016-03-17 Martin BauteRemoved Cygwin platform.
2016-03-16 Martin BauteVarious updates. Made assert() no longer rely on standa...
2016-03-16 Martin BauteComment cleanups.
2016-03-16 Martin BauteRemoved the header include guard 'optimization'.
2011-03-17 solarFixed prototype warnings.
2011-01-11 solarFix for #41.
2010-12-30 solarAddressed ticket #40 (non-standard errno values).
2010-12-29 solarMoved ctype info into struct lconv.
2010-12-20 solarSome testcases for scanf(). Fixed bug with %*... ....
2010-12-15 solarMore cleaning up.
2010-12-11 solarEOL handling is for text mode conversion.
2010-12-08 solarReworked scanf() testing. General cleanups.
2010-12-06 solarTest drivers for fgetpos, fsetpos, and perror. Cannot...
2010-12-01 solar*Much* better.
2010-11-30 solarBetter error reporting on printf's.
2010-11-21 solarStatus review.
2010-11-19 solarFixing bug #37 and #38.
2010-10-01 solarStreamlined printf testing.
2010-09-26 solarImproved reporting by printf tests.
2010-07-21 solarUncovered severe formatting bug with one-digit numbers...
2010-07-20 solarFormatting bug.
2010-07-19 solarFurther streamlined testing.
2010-07-19 solarCleaned up the testing a bit.
2010-06-19 solarStreams are now closed on program exit. (I hope; untested.)
2010-05-16 solarAd-hoc solutions for perror() and strerror().
2010-05-15 solarFixed a purely syntactical FIXME.
2010-05-15 solarMinor touches.
2010-05-14 solarRenamed status->this to status->current to allow for...
2010-04-08 solarNo more errors from _PDCLIB_scan tests. Yay...
2010-04-07 solarSome fixes to string scanning. First half of scanset...
2010-04-07 solarCleanup of artifacts.
2010-04-07 solarOnly the character groups still missing...
2010-04-04 solarImproper test code handling uncovered by Owen at osdev.org
2010-03-12 solarIntermediate debugging work on *scanf().
2009-10-01 solarHandling end-of-string and unspecified width.
2009-09-25 solarStarted debugging scanf() functions.
2009-09-23 solarCatching the unimplemented.
2009-09-23 solarRough draft implementation.
2009-09-22 solarIntermediate code.
2009-09-16 solarCaught "0xz" corner case, and improved testing.
2009-09-15 solarGetting closer to scan().
2009-09-14 solarFirst work towards scanf().
2009-09-13 solarMerged branch stdio_rewrite back into trunk.
2009-02-19 solarAdded FIXME
2008-06-11 solarWarnings regarding signed / unsigned issues. Fixed.
2008-05-28 solarIntermediate work, checked in for safekeeping as I...
2007-09-20 solarAdded handling for fflush( NULL ).
2007-09-14 solarMinor cleanups.
2007-09-12 solarBug #11 - memswp() in qsort() not type correct. Fixed.
2006-07-06 solarImproved testdrivers.
2006-06-26 solarAdded some functions.
2006-05-31 solarFixed test driver.
2006-05-24 solarIntermediate freeze.
2006-05-24 solarDeclaration of Xdigits now handled by header.
2006-05-24 solarDeclarating include and testdriver added.
2006-05-12 solarIntermediate work while migrating CVS -> SVN.
2006-05-09 solarFixed compile warnings / errors.
2006-04-26 solarTemporary integration of _PDCLIB_print(), broken.
2006-04-24 solarUppercase hex digits for printf() functions.
2006-04-07 solarTemporary proof-of-concept for printf() output conversions.
2006-03-08 solarRemoved the $Name$ tags (not supported by SVN). Added...
2006-03-06 solarPorting current working set from CVS.
2006-01-30 solarRemoved multiinclude test.
2005-12-23 solarMoved from functions/ to functions/_PDCLIB/.
2005-12-15 solarInitial checkin.
2005-12-15 solarExtended comment - old one left me clueless.
2005-12-15 solarInitial checkin.
2005-12-04 solarAdded internal headerguard defines that were missing.
2005-12-03 solarUgly workaround to keep wrappers from negating error...
2005-12-03 solarHelper functions for strto...() functions.
2005-12-02 solarAdded atoi, atol, atoll plus internal helpers.