]> pd.if.org Git - pdclib.old/history - includes
[gandr] split _PDCLIB_stdinit to better separate stdio and locale
[pdclib.old] / includes /
2014-10-07 Owen ShepherdAdd _cbprintf/_vcbprintf (callback based printf formatters)
2013-09-01 Owen ShepherdEnable per-thread locale support to be compiled out
2013-03-16 Owen ShepherdPDCLIB-3 Add <wctype.h>
2013-03-16 Owen ShepherdPDCLIB-2 #ifdef guard surrounding WEOF
2013-03-16 Owen ShepherdRemove obsolete header comment
2013-03-16 Owen ShepherdPDCLIB-1
2013-01-17 Owen ShepherdAnnotate _unlocked stdio as nothrow
2012-12-31 Owen ShepherdPDCLIB-2 PDCLIB-9: MB_CUR_MAX macro and implementation
2012-12-31 Owen ShepherdPDCLIB-1 PDCLIB-2 PDCLIB-9 PDCLIB-12: Add thread specif...
2012-12-31 Owen ShepherdPDCLIB-2 PDCLIB-9: Add char32/char16 conversions to...
2012-12-31 Owen ShepherdPDCLIB-2 PDCLIB-9: As an extension, add the POSIX threa...
2012-12-31 Owen ShepherdMinimize the amount of internal definitions which get...
2012-12-31 Owen Shepherdassert: for assert(x), mark !x case as _PDCLIB_UNREACHABLE
2012-12-30 Owen ShepherdPDCLIB-2 PDCLIB-12: Move _PDCLIB_mbstate_t to _PDCLIB_e...
2012-12-30 Owen ShepherdMake _PDCLIB_mbstate_t available in the type namespace...
2012-12-30 Owen Shepherduchar.h: correct preprocessor directives
2012-12-30 Owen ShepherdPDCLIB-2 PDCLIB-12: Add uchar.h with appropriate type...
2012-12-30 Owen Shepherd<stdio.h>: remove fileno_unlocked (illegal immigrant...
2012-12-30 Owen ShepherdManual page on unlocked stdio routines
2012-12-27 Owen Shepherdthreads.h: correct definition of call_once when no...
2012-12-27 Owen ShepherdMove existing errno handling to tss_errno, to allow...
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-09-11 Owen ShepherdPDCLIB-2: <wchar.h>: don't expect or expose definition...
2012-08-29 Owen ShepherdPDCLIB-2: Complete wchar.h + manual page. This header...
2012-08-26 Owen ShepherdPDCLIB-7: Add _PDCLIB_ftell64 to give us full precision...
2012-08-25 Owen Shepherd<string.h>: add POSIX 2008 extension strnlen (general...
2012-08-23 Owen Shepherd<threads.h>: correct declaration of thrd_start_t. oops.
2012-08-23 Owen Shepherd<time.h>: define timespec_get, TIME_UTC, to support...
2012-08-22 Owen Shepherdcall_once: inline definition in threads.h (available...
2012-08-22 Owen Shepherd_PDCLIB_ONCE_FLAG_DONE -> _PDCLIB_ONCE_FLAG_IS_DONE...
2012-08-16 Owen Shepherd<float.h> is now implemented in the platform independen...
2012-08-14 Owen ShepherdEDOM was repeated
2012-08-14 Owen ShepherdAdd nothrow annotations where appropriate
2012-08-14 Owen ShepherdBugfix: memmove parameters incorrectly defined as restrict.
2012-08-14 Owen Shepherd(merge)
2012-08-13 Owen Shepherd* Test cleanups: surround the code for all functions...
2012-08-12 Owen Shepherd * New feature check macro system. See _PDCLIB_aux...
2012-08-03 Owen ShepherdImport dlmalloc (public domain) as a malloc implementat...
2012-08-02 Owen Shepherd* Change the style of inclusion of the internal/ header...
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.
next