]> pd.if.org Git - pdclib.old/history - opt
PDCLIB-2 Add strlen() variant for char16_t/char32_t strings
[pdclib.old] / opt /
2012-12-31 Owen ShepherdPDCLIB-1 PDCLIB-2 PDCLIB-9 PDCLIB-12: Add thread specif...
2012-12-31 Owen Shepherdpthread c11 threading backend: add support for thread...
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-31 Owen ShepherdPDCLIB-2 PDCLIB-12: UTF-8 codec
2012-12-30 Owen ShepherdPDCLIB-2 PDCLIB-12: Add Latin-1 codec
2012-12-30 Owen ShepherdPDCLIB-2 PDCLIB-12: ASCII codec correct off-by-one...
2012-12-30 Owen ShepherdPDCLIB-2 PDCLIB-12: Add new "basecodecs" option, which...
2012-12-27 Owen ShepherdAdd pthreads threading backend and move the POSIX port...
2012-12-27 Owen ShepherdFix warnings
2012-12-27 Owen Shepherdopt/nothread: add support for recursion
2012-12-27 Owen ShepherdMove existing errno handling to tss_errno, to allow...
2012-09-11 Owen ShepherdPDCLIB-2: Pure wide character functions
2012-08-25 Owen Shepherdopt nothread: Fix call_once to match recent changes...
2012-08-23 Owen Shepherd<time.h> opt/notime: add timespec_get. wrap time with...
2012-08-22 Owen Shepherd_PDCLIB_ONCE_FLAG_DONE -> _PDCLIB_ONCE_FLAG_IS_DONE...
2012-08-22 Owen ShepherdRemove dev_zero_fd from dlmalloc.c (we don't use it...
2012-08-14 Owen Shepherd(merge)
2012-08-13 Owen Shepherd* Test cleanups: surround the code for all functions...
2012-08-06 Owen ShepherdUnit tests
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...