]> pd.if.org Git - pdclib/history - internals/_PDCLIB_int.h
Pointer typedef resulted in non-const structure where const was intended.
[pdclib] / internals / _PDCLIB_int.h
2016-03-08 Martin BautePointer typedef resulted in non-const structure where...
2016-03-07 Martin BauteStatic assert macro, config sanity checks
2014-10-07 Owen ShepherdAdd _cbprintf/_vcbprintf (callback based printf formatters)
2013-01-07 Owen Shepherdchar16_t/char32_t were incorrectly defined as int*_t...
2013-01-07 Owen Shepherderrno: parts of old errno system were left in _PDCLIB_int.h
2013-01-01 Owen ShepherdPDCLIB-2 PDCLIB-8: Implement mbrtowc using mbrtoc32...
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: As an extension, add the POSIX threa...
2012-12-31 Owen ShepherdMinimize the amount of internal definitions which get...
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-27 Owen Shepherd_PDCLIB_float.h: add newline at end of file
2012-12-04 Owen ShepherdOn C++, define _PDCLIB_wchar_t to be builtin type wchar_t
2012-11-08 Owen ShepherdPDCLIB-15 PDCLIB-16:
2012-09-11 Owen ShepherdPDCLIB-2: <wchar.h>: don't expect or expose definition...
2012-08-25 Owen ShepherdPDCLIB-6: _PDCLIB_status_t: change members from size_t...
2012-08-14 Owen ShepherdAdd nothrow annotations where appropriate
2012-08-02 Owen Shepherd* Change the style of inclusion of the internal/ header...
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...