On altos, the primitive input function is ao_getchar, not getchar
[fw/pdclib] / internals / _PDCLIB_int.h
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-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-05-28 solarIntermediate work, checked in for safekeeping as I...
2007-09-20 solarSmall rearrangements
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 solarFirst working testdriver.
2006-05-24 solarIntermediate freeze.
2006-05-24 solarDeclaration for Xdigits added.
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-02-06 solarReordering of memnode_t members for later optimization.
2006-01-30 solarMoved internal struct definitions to _PDCLIB_int.h...
2005-12-03 solarUgly workaround to keep wrappers from negating error...
2005-12-03 solarAdded helpers for strto...() functions.
2005-12-02 solarAdded atoi, atol, atoll plus internal helpers.
2005-11-20 solarAdded Makefile and moved internal headers into seperate...