]> pd.if.org Git - pdclib/history - functions/_PDCLIB/print.c
Cosmetic comment fixes.
[pdclib] / functions / _PDCLIB / print.c
2012-12-30 Owen ShepherdRename all files to match their primary symbol (avoids...
2012-12-27 Owen ShepherdFix warnings
2012-12-26 Owen Shepherd_PDCLIB_print: Change "written" unsigned -> int due...
2012-11-15 Owen ShepherdPDCLIB-15: _PDCLIB_print now calls through to putc_unlocked
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-14 Owen Shepherd(merge)
2012-08-13 Owen Shepherd* Test cleanups: surround the code for all functions...
2010-12-15 solarMore cleaning up.
2010-12-08 solarReworked scanf() testing. General cleanups.
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-05-15 solarFixed a purely syntactical FIXME.
2010-05-15 solarMinor touches.
2010-05-14 solarRenamed status->this to status->current to allow for...
2009-09-13 solarMerged branch stdio_rewrite back into trunk.
2009-02-19 solarAdded FIXME
2008-06-11 solarWarnings regarding signed / unsigned issues. Fixed.
2007-09-14 solarMinor cleanups.
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-12 solarIntermediate work while migrating CVS -> SVN.
2006-05-09 solarFixed compile warnings / errors.
2006-04-26 solarTemporary integration of _PDCLIB_print(), broken.