On altos, the primitive input function is ao_getchar, not getchar
[fw/pdclib] / internals /
2012-03-17 Keith PackardMark constant data as const
2010-12-30 solarAddressed ticket #40 (non-standard errno values).
2010-12-29 solarMoved ctype info into struct lconv.
2010-12-29 solarctype
2010-11-20 solarBug #39: fclose( stdout ) corrupts memory
2010-11-09 solarprintf / scanf macros in inttypes.h.
2010-07-19 solarMade printf() testcases 32/64 bit agnostic.
2010-07-19 solarMoved test-related files to testing subdirectory (i...
2010-06-24 solarTestcase printing made safe.
2010-06-23 solarExtended test drivers to cover sign error.
2010-06-19 solarStreams are now closed on program exit. (I hope; untested.)
2010-06-17 solarReworking internal file handling.
2010-05-16 solarAlmost done on tmpfile / tmpnam.
2010-05-16 solarAd-hoc solutions for perror() and strerror().
2010-05-14 solarRenamed status->this to status->current to allow for...
2010-03-12 solarIntermediate debugging work on *scanf().
2009-09-15 solarGetting closer to scan().
2009-09-14 solarFirst work towards scanf().
2009-09-13 solarMerged branch stdio_rewrite back into trunk.
2008-06-12 solarA couple of artifacts resulting in compile errors....
2008-05-28 solarIntermediate work, checked in for safekeeping as I...
2007-09-20 solarSmall rearrangements
2007-09-20 solarAdded test for interactive streams (_IOLBF / _IOFBF)
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-06-09 solarAdded setvbuf().
2006-06-07 solarAdded fclose().
2006-06-07 solarAdded close().
2006-06-07 solarFirst working testdriver.
2006-06-01 solarBeautified output.
2006-05-24 solarIntermediate freeze.
2006-05-24 solarDeclaration for Xdigits added.
2006-05-16 solarWrong type for open() parameter; fixed. Added _PDCLIB_N...
2006-05-12 solarIntermediate work while migrating CVS -> SVN.
2006-05-09 solarRemoved dead code. (This is in _PDCLIB_config.h now.)
2006-05-08 solarAdded missing _PDCLIB_ prefix to concat() macro calls.
2006-04-26 solarTemporary integration of _PDCLIB_print(), broken.
2006-04-07 solarTemporary proof-of-concept for printf() output conversions.
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-06 solarPorting current working set from CVS.
2006-05-03 solarMoving files to new dir structure.
2006-02-06 solarAdding malloc(), free(), and realloc().
2006-02-06 solarReordering of memnode_t members for later optimization.
2006-01-30 solarMoved internal struct definitions to _PDCLIB_int.h...
2006-01-30 solarTweaking _PDCLIB_test.h.
2006-01-30 solarMoved struct definition to internal header.
2005-12-26 solarAdded exit, _Exit, atexit.
2005-12-17 solarAdded qsort.
2005-12-15 solarAdded exit return codes.
2005-12-04 solarAdded div_t types.
2005-12-04 solarRemoved #warning lines (only #error is defined by the...
2005-12-03 solarUgly workaround to keep wrappers from negating error...
2005-12-03 solarAdded helpers for strto...() functions.
2005-12-02 solarAdded line number to failed testcase output.
2005-12-02 solarAdded atoi, atol, atoll plus internal helpers.
2005-12-02 solarAdded comment for _PDCLIB_intmax_t with cross-ref to...
2005-12-02 solarAdded _PDCLIB_inline mapped to inline for C99 only.
2005-11-21 solarAdded.
2005-11-20 solarAdded Makefile and moved internal headers into seperate...