]> pd.if.org Git - pdclib.old/history - functions/_PDCLIB
flushbuffer: make EOL conversion code more robust against I/O errors
[pdclib.old] / functions / _PDCLIB /
2012-12-31 Owen ShepherdPDCLIB-1 locale functions only included <_PDCLIB_locale...
2012-12-31 Owen ShepherdMinimize the amount of internal definitions which get...
2012-12-30 Owen ShepherdRename all files to match their primary symbol (avoids...
2012-12-27 Owen ShepherdFix warnings
2012-12-27 Owen ShepherdMove existing errno handling to tss_errno, to allow...
2012-12-26 Owen ShepherdPDCLIB_scan: For %p, use E_long. This is a temporary...
2012-12-26 Owen Shepherd_PDCLIB_print: Change "written" unsigned -> int due...
2012-12-26 Owen Shepherd_PDCLIB_scan: Correct INT_MAX -> UINT_MAX when initiali...
2012-12-26 Owen Shepherd_PDCLIB_scan: Had incorrect upper bound on field width...
2012-11-15 Owen ShepherdPDCLIB-15: _PDCLIB_print now calls through to putc_unlocked
2012-11-08 Owen ShepherdPDCLIB-15 PDCLIB-16:
2012-08-25 Owen ShepherdPDCLIB-6: Didn't increment the specification pointer...
2012-08-25 Owen ShepherdC11 7.21.6.1p8 "The result of converting a zero value...
2012-08-25 Owen ShepherdC11 7.21.6.1p4: the precision may be * or an _optional_...
2012-08-25 Owen ShepherdPDCLIB-6: Macros not wrapped in parentheses are evil...
2012-08-25 Owen ShepherdPDCLIB-6: Removing the zero flag requires bitwise and...
2012-08-25 Owen ShepherdPDCLIB-6: Move output from %s/%c specifiers to their...
2012-08-25 Owen ShepherdPDCLIB-6: _PDCLIB_status_t: change members from size_t...
2012-08-25 Owen ShepherdPDCLIB-6: int2base: alternate conversion specifier...
2012-08-25 Owen ShepherdPDCLIB-6: Inside _PDCLIB_print, remove intformat and...
2012-08-15 Owen Shepherd_PDCLIB_flushbuffer for win32. correct seeking behaviour.
2012-08-14 Owen Shepherd(merge)
2012-08-13 Owen Shepherd* Test cleanups: surround the code for all functions...
2012-08-03 Owen ShepherdImport dlmalloc (public domain) as a malloc implementat...
2012-08-02 Owen Shepherd* Change the style of inclusion of the internal/ header...
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.