]> pd.if.org Git - pdclib.old/history - internals
[gandr] s/__lp64__/__LP64__/ to match GCC define
[pdclib.old] / internals /
2014-11-12 Owen Shepherdflushbuffer: make EOL conversion code more robust again...
2014-10-09 Owen ShepherdAdd newline translationwq
2014-10-07 Owen ShepherdAdd _cbprintf/_vcbprintf (callback based printf formatters)
2014-07-21 Owen ShepherdMerge
2014-07-21 Owen ShepherdCompress the Unicode data into runs. This results in...
2013-09-01 Owen ShepherdEnable per-thread locale support to be compiled out
2013-04-30 Owen ShepherdPDCLIB-25 #comment Make _PDCLIB_wcinfo + _PDCLIB_wcinfo...
2013-04-30 Owen ShepherdPDCLIB-25 #resolve #comment Made ctype, wctype and...
2013-04-23 Owen ShepherdPDCLIB-2 PDCLIB-9 mbsinit
2013-03-21 Owen ShepherdPDCLIB-1 (PDCLIB-3) Make wide character classification...
2013-03-16 Owen ShepherdPDCLIB-3 #resolve Implement towctrans/wctrans. Complete...
2013-03-16 Owen ShepherdPDCLIB-3 Change _PDCLIB_wcinfo_t to use wint_t
2013-03-16 Owen ShepherdPDCLIB-3: Add lookup functions to _PDCLIB_locale.h...
2013-03-16 Owen ShepherdPDCLIB-3: Add _PDCLIB_unpackwint to enable UTF-16 platf...
2013-03-16 Owen ShepherdPDCLIB-1
2013-03-16 Owen ShepherdPDCLIB-1 Import Unciode character data table (see licen...
2013-02-20 Owen ShepherdNamespace cleanliness: Rename all ***_unlocked function...
2013-01-11 Owen ShepherdPDCLIB-2 PDCLIB-12 Correct surrogate behaviour of inter...
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 ShepherdAdd internal aliases for non _l variants
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: Add char32/char16 conversions to...
2012-12-31 Owen ShepherdPDCLIB-2 PDCLIB-9: As an extension, add the POSIX threa...
2012-12-31 Owen ShepherdPDCLIB-2 PDCLIB-12 tighten up restrict qualifiers on...
2012-12-31 Owen ShepherdMinimize the amount of internal definitions which get...
2012-12-31 Owen ShepherdPDCLIB-2 PDCLIB-12: If the internal character conversio...
2012-12-30 Owen ShepherdAdd _PDCLIB_UNREACHABLE (defines block of code as unrea...
2012-12-30 Owen ShepherdPDCLIB-2 PDCLIB-12: Move _PDCLIB_mbstate_t to _PDCLIB_e...
2012-12-30 Owen Shepherd_PDCLIB_encoding.h: match internal types
2012-12-30 Owen ShepherdMake _PDCLIB_mbstate_t available in the type namespace...
2012-12-30 Owen ShepherdElaborate on the interface of the encoding functions
2012-12-30 Owen ShepherdPDCLIB-12: Groundwork for encoding support system
2012-12-27 Owen ShepherdFix warnings
2012-12-27 Owen Shepherd_PDCLIB_float.h: add newline at end of file
2012-12-26 Owen Shepherd_PDCLIB_aux.h: Better detection of Clang and GCC features
2012-12-11 Owen ShepherdPDCLIB-18: Add _PDCLIB_getchars to _PDCLIB_io.h. Change...
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-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-16 Owen Shepherd<float.h> is now implemented in the platform independen...
2012-08-16 Owen ShepherdEnable building PDCLib with Watcom. This was surprising...
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-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...
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-07-19 solarMade printf() testcases 32/64 bit agnostic.
2010-07-19 solarMoved test-related files to testing subdirectory (i...
2010-06-24 solarTestcase printing made safe.
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-06-12 solarA couple of artifacts resulting in compile errors....
2008-05-28 solarIntermediate work, checked in for safekeeping as I...
2007-09-20 solarSmall rearrangements
2007-09-20 solarAdded test for interactive streams (_IOLBF / _IOFBF)
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 solarAdded close().
2006-06-07 solarFirst working testdriver.
2006-06-01 solarBeautified output.
2006-05-24 solarIntermediate freeze.
2006-05-24 solarDeclaration for Xdigits added.
2006-05-16 solarWrong type for open() parameter; fixed. Added _PDCLIB_N...
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-05-03 solarMoving files to new dir structure.
2006-02-06 solarAdding malloc(), free(), and realloc().
2006-02-06 solarReordering of memnode_t members for later optimization.
2006-01-30 solarMoved internal struct definitions to _PDCLIB_int.h...
2006-01-30 solarTweaking _PDCLIB_test.h.
next