]> pd.if.org Git - pdclib/shortlog
pdclib
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 BauteRevert reordering of declarations; for easier tracking...
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 BauteMissing declarations / definitions added to stdlib.h.
2016-03-13 Martin BauteGetting stdlib.h to C11.
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-13 Martin Baute<stdnoreturn.h> is defined to be just this. Including...
2016-03-13 Martin BauteComment reformatting for consistency.
2016-03-11 Martin BauteNo return value valid code but gave warning. Fixed.
2016-03-11 Martin BauteAggressive test driver gave multiple format warnings...
2016-03-11 Martin BauteRedeclaration of standard functions by dlmalloc. Fixed...
2016-03-11 Martin BauteDisabled unused function.
2016-03-11 Martin Bautegets() not required anymore since C11. Disabled to...
2016-03-11 Martin BauteRegTest gives warning about implicitly declared functio...
2016-03-11 Martin BauteWarning 'value may be used uninitialized'. Fixed.
2016-03-11 Martin BauteType mismatches give compiler warnings. Fixed.
2016-03-11 Martin BauteRegTest defines no functions, resulting in 'unused...
2016-03-11 Martin BauteErroneously declared extended float constants as double...
2016-03-10 Martin BauteReworked errno. Added values from Linux / Windows....
2016-03-08 Martin BauteAdding the _PDCLIB_UNREACHABLE default fixed warnings...
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-08 Martin BauteLocal helpers made static, silencing compiler warnings.
2016-03-07 Martin BauteFixing compiler warnings.
2016-03-07 Martin BauteThe other code did not work, and ((void)0) is actually...
2016-03-07 Martin BauteStatic assert macro, config sanity checks
2016-03-07 Martin BauteRemoved SVN keyword tags.
2016-03-07 Martin Bauteassert.h can be included multiple times, redefining...
2016-03-03 Martin BautePatch suggested by darkinsanity, http://forum.osdev...
2016-03-01 Martin BauteRemoved historical Readme, all this is being said in...
2016-03-01 Martin BauteCompiler warnings regarding const > non-const assignmen...
2014-11-24 Owen Shepherd[gandr] s/__lp64__/__LP64__/ to match GCC define
2014-11-24 Owen Shepherd[dlmalloc] correct definition of MMAP
2014-11-23 Owen Shepherd[gandr]: implement /_PDCLIB_(alloc|free)pages/
2014-11-23 Owen Shepherd[gandr]: seekf: pass newPos, not &newPos to gd_seek...
2014-11-12 Owen Shepherdflushbuffer: make EOL conversion code more robust again...
2014-11-12 Owen Shepherdfwrite: output line buffered content as we go along
2014-10-22 Owen ShepherdAdd /strl(cpy|cat)/ under _BSD_SOURCE guards
2014-10-09 Owen ShepherdAdd newline translationwq
2014-10-07 Owen Shepherd[gandr] split _PDCLIB_stdinit to better separate stdio...
2014-10-07 Owen ShepherdModify various POSIX platform files so you can build...
2014-10-07 Owen ShepherdPDCLIB-27 #resolve fixed
2014-10-07 Owen ShepherdAdd manual pages for _cbprintf family
2014-10-07 Owen ShepherdAdd _cbprintf/_vcbprintf (callback based printf formatters)
2014-10-03 Owen ShepherdAdd optional EIO to tss_errno
2014-07-21 Owen ShepherdMerge
2014-07-21 Owen ShepherdCompress the Unicode data into runs. This results in...
2014-07-14 Owen ShepherdPDCLIB-26 #resolve fixed don't leak setvbuf allocated...
2014-07-14 Owen ShepherdInitial stab at gandr platform
2014-07-14 Owen ShepherdOnly build helloworld test when building tests
2014-07-14 Owen Shepherd[tss_errno] Include errno.h in errno.c
2014-06-09 cycl0neMemory leak on setvbuf. Since the buffer wasnt freed...
2013-09-01 Owen ShepherdPlace each opt-module on its' own line (easier to read)
2013-09-01 Owen ShepherdBring example platform up to date
2013-09-01 Owen ShepherdEnable per-thread locale support to be compiled out
2013-09-01 Owen ShepherdUse the GCC ability to place each function/piece of...
2013-09-01 Owen ShepherdBuild the helloworld test app with the same settings...
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-20 #resolve Add support for "unusual" cases...
2013-04-23 Owen ShepherdPDCLIB-2 c32rtomb: likewise missing NULL destination...
2013-04-23 Owen ShepherdPDCLIB-2 c16rtomb: did not support NULL destination...
2013-04-23 Owen ShepherdPDCLIB-2 c16rtomb never cleared _Surrogate
2013-04-23 Owen ShepherdPDCLIB-2 PDCLIB-9 mbsinit
2013-04-20 Owen ShepherdUnicodeData.py: actually fill in encoding declaration
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 towupper(3) towlower(3)
2013-03-16 Owen ShepherdPDCLIB-3 Change _PDCLIB_wcinfo_t to use wint_t
2013-03-16 Owen ShepherdPDCLIB-3 implement isw* functions
2013-03-16 Owen ShepherdPDCLIB-3 Add iswctype(3)
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 ShepherdWin32: Change wint_t to be signed int (32-bit) in order...
2013-03-16 Owen ShepherdPDCLIB-3 correct classification of space characters
2013-03-16 Owen ShepherdPDCLIB-3 wctype: add parentheses around bitwise logic...
2013-03-16 Owen ShepherdPDCLIB-3 Add wctype(3)
2013-03-16 Owen ShepherdPDCLIB-3 Add <wctype.h>
2013-03-16 Owen ShepherdPDCLIB-3 Add XDIGIT to list of bits in Unicode characte...
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-03-16 Owen ShepherdPDCLIB-1
2013-03-16 Owen ShepherdInclude usage data in UnicodeData.py docstring
2013-03-16 Owen ShepherdRemove obsolete comment from Readme file
2013-03-16 Owen ShepherdPDCLIB-1 Import Unciode character data table (see licen...
2013-02-26 Owen ShepherdAdd manual pages for POSIX locale extensions duplocale...
2013-02-20 Owen Shepherdroff typo fix (-St -> .St)
2013-02-20 Owen ShepherdAdd manpage for setlocale
2013-02-20 Owen ShepherdRemove empty lines from manpages (lint errors)
2013-02-20 Owen ShepherdNamespace cleanliness: Rename all ***_unlocked function...
2013-02-20 Owen Shepherdvfprintf: use putc_unlocked
next