]> pd.if.org Git - pdclib.old/history - includes/stdio.h
Add _cbprintf/_vcbprintf (callback based printf formatters)
[pdclib.old] / includes / stdio.h
2014-10-07 Owen ShepherdAdd _cbprintf/_vcbprintf (callback based printf formatters)
2013-01-17 Owen ShepherdAnnotate _unlocked stdio as nothrow
2012-12-31 Owen ShepherdMinimize the amount of internal definitions which get...
2012-12-30 Owen Shepherd<stdio.h>: remove fileno_unlocked (illegal immigrant...
2012-12-30 Owen ShepherdManual page on unlocked stdio routines
2012-12-11 Owen ShepherdPDCLIB-19: Remove gets() when >=C11. Deprecated it...
2012-12-05 Owen ShepherdPDCLIB-8: First phase of intergation of new I/O backend...
2012-11-12 Owen ShepherdPDCLIB-16: Add _unlocked variations of all I/O routines...
2012-11-08 Owen ShepherdPDCLIB-15 PDCLIB-16:
2012-08-26 Owen ShepherdPDCLIB-7: Add _PDCLIB_ftell64 to give us full precision...
2012-08-14 Owen ShepherdAdd nothrow annotations where appropriate
2012-08-14 Owen Shepherd(merge)
2012-08-13 Owen Shepherd* Test cleanups: surround the code for all functions...
2012-08-02 Owen Shepherd* Change the style of inclusion of the internal/ header...
2011-06-13 solarFixes #45.
2010-12-23 solarStarted out on v0.6.
2010-11-20 solarFixed broken filename handling in freopen().
2010-06-20 solarSome cleanups.
2009-10-26 solarFILE
2009-09-13 solarMerged branch stdio_rewrite back into trunk.
2007-09-20 solarAdded test for interactive streams (_IOLBF / _IOFBF)
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.
2005-12-15 solarInitial checkin.
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.
2003-12-05 solarMoved shared defines and typedefs to individual files.
2003-12-03 solarStarted introducting "personality".
2003-11-24 solarMerged PDPCLIB code.
2003-11-21 solarSome cleanup.
2003-11-19 solarInitial load with header templates and some first decla...