On altos, the primitive input function is ao_getchar, not getchar
[fw/pdclib] / includes /
2013-10-10 Keith PackardAllow platform to *not* include some header files upstream
2012-03-17 Keith PackardMark constant data as const
2011-06-13 solarAdded LC_* definitions.
2011-06-13 solarFixes #45.
2010-12-30 solarAddressed ticket #40 (non-standard errno values).
2010-12-29 solarMoved ctype info into struct lconv.
2010-12-29 solarctype
2010-12-23 solarForgot parameter type.
2010-12-23 solarStarted out on v0.6.
2010-12-10 solarCompleted <signal.h>, and moved into platform.
2010-12-09 solarPreliminary signal handling.
2010-12-09 solarSVN properties cleanup.
2010-11-20 solarFixed broken filename handling in freopen().
2010-11-09 solarprintf / scanf macros in inttypes.h.
2010-06-20 solarSome cleanups.
2010-05-16 solarAlmost done on tmpfile / tmpnam.
2010-05-16 solarAd-hoc solutions for perror() and strerror().
2010-05-15 solarAdded inttypes.h
2009-10-26 solarFILE
2009-09-15 solarGetting closer to scan().
2009-09-13 solarMerged branch stdio_rewrite back into trunk.
2007-09-20 solarAdded test for interactive streams (_IOLBF / _IOFBF)
2007-09-12 solarBug #11 - memswp() in qsort() not type correct. Fixed.
2006-07-06 solarFinished scanf docs.
2006-06-29 solarCloser to functional printf().
2006-06-26 solarAdded some functions.
2006-06-09 solarAdded setvbuf().
2006-05-24 solarTemporary patching for stdio development.
2006-05-09 solarRemoved _PDCLIB_status_t (this is in _PDCLIB_int.h...
2006-05-08 solarAdded struct status_t.
2006-04-26 solarTemporary integration of _PDCLIB_print(), broken.
2006-04-07 solarTemporary proof-of-concept for printf() output conversions.
2006-03-20 solarImproved header documentation.
2006-03-13 solarDocumented the direct I/O functions.
2006-03-13 solarDocumented the unformatted I/O functions.
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-09 solarBug #3 - float.h to ./platform/example/. Fixed.
2006-02-05 solarAdded realloc().
2006-01-30 solarExtended for 0.4 release.
2006-01-30 solarRemoved redundant include.
2005-12-26 solarAdded exit, _Exit, atexit.
2005-12-23 solarexit() and its macros were added a bit hasty; fixed.
2005-12-17 solarAdded qsort.
2005-12-15 solarAdded size_t to stdlib.h, added redefinition guards...
2005-12-15 solarInitial checkin.
2005-12-04 solarRemoved #warning lines (only #error is defined by the...
2005-12-04 solarAdding missing internal include.
2005-12-02 solarSome non-7-bit chars have crept in. Fixed.
2005-11-20 solarAdded Makefile and moved internal headers into seperate...
2005-11-20 solarMoved the includes into subdirectory (again). Teaches...
2004-11-14 solarRemoving old files.
2004-11-14 solarRemoved old files.
2004-06-17 solarRe-import from Subversion.
2004-01-23 solarImproved docs.
2004-01-20 solarRough documentation on all functions.
2004-01-19 solarPartially documented.
2004-01-18 solarFixed strspn() doc.
2004-01-18 solarCosmetic edits.
2004-01-18 solarCompleted documentation.
2004-01-18 solarAdded some documentation.
2003-12-05 solarMoved shared defines and typedefs to individual files.
2003-12-03 solarIntroducing personalities. Removing C++ function decs...
2003-12-03 solarStarted introducting "personality".
2003-11-24 solarMerged PDPCLIB code.
2003-11-23 solarAdded missing float.h. Some touches.
2003-11-21 solarSome cleanup.
2003-11-21 solarAdapted void expression syntax from standard docs.
2003-11-21 solarFleshing out the headers.
2003-11-19 solarInitial load with header templates and some first decla...