]> pd.if.org Git - pdclib/history - opt
Cosmetic comment fixes.
[pdclib] / opt /
2016-03-14 Martin BauteRemoved basecodecs from PDCLIB_OPTIONS, added opt/Readm...
2016-03-14 Martin BauteMoved base codecs to main codebase.
2016-03-14 Martin BauteMoved errno to main codebase.
2016-03-14 Martin BauteMoved the C locale implementation into main code base...
2016-03-14 Martin BauteMoved notime and mincoll from opt/ to functions/.
2016-03-13 Martin Bautedos2unix
2016-03-13 Martin Bautedlmalloc not really optional, and I am not fond of...
2016-03-13 Martin BautePDCLib includes with quotes, not <>.
2016-03-13 Martin BautePulled in aligned_alloc from dlmalloc.c (dlmemalign).
2016-03-13 Martin BauteSince all platforms are already configured to use dlmal...
2016-03-13 Martin BauteSweeping cleanups. Sorry for the massive commit; I...
2016-03-11 Martin BauteRedeclaration of standard functions by dlmalloc. Fixed...
2016-03-10 Martin BauteReworked errno. Added values from Linux / Windows....
2016-03-08 Martin BautePointer typedef resulted in non-const structure where...
2016-03-08 Martin BauteNo path that would not initialize outc, but compiler...
2016-03-07 Martin BauteRemoved SVN keyword tags.
2016-03-01 Martin BauteCompiler warnings regarding const > non-const assignmen...
2014-11-24 Owen Shepherd[dlmalloc] correct definition of MMAP
2014-10-07 Owen ShepherdModify various POSIX platform files so you can build...
2014-10-03 Owen ShepherdAdd optional EIO to tss_errno
2014-07-14 Owen ShepherdPDCLIB-26 #resolve fixed don't leak setvbuf allocated...
2014-07-14 Owen Shepherd[tss_errno] Include errno.h in errno.c
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-01-07 Owen Shepherdtss_errno: _PDCLIB_errno_func()
2013-01-07 Owen Shepherderrno: parts of old errno system were left in _PDCLIB_int.h
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 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...