2016-03-10 |
Martin Baute | Reworked errno. Added values from Linux / Windows.... |
commit | commitdiff | tree | snapshot |
2016-03-08 |
Martin Baute | Adding the _PDCLIB_UNREACHABLE default fixed warnings... |
commit | commitdiff | tree | snapshot |
2016-03-08 |
Martin Baute | Pointer typedef resulted in non-const structure where... |
commit | commitdiff | tree | snapshot |
2016-03-08 |
Martin Baute | No path that would not initialize outc, but compiler... |
commit | commitdiff | tree | snapshot |
2016-03-08 |
Martin Baute | Local helpers made static, silencing compiler warnings. |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Martin Baute | Fixing compiler warnings. |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Martin Baute | The other code did not work, and ((void)0) is actually... |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Martin Baute | Static assert macro, config sanity checks |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Martin Baute | Removed SVN keyword tags. |
commit | commitdiff | tree | snapshot |
2016-03-07 |
Martin Baute | assert.h can be included multiple times, redefining... |
commit | commitdiff | tree | snapshot |
2016-03-03 |
Martin Baute | Patch suggested by darkinsanity, http://forum.osdev... |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Martin Baute | Removed historical Readme, all this is being said in... |
commit | commitdiff | tree | snapshot |
2016-03-01 |
Martin Baute | Compiler warnings regarding const > non-const assignmen... |
commit | commitdiff | tree | snapshot |
2014-11-24 |
Owen Shepherd | [gandr] s/__lp64__/__LP64__/ to match GCC define |
commit | commitdiff | tree | snapshot |
2014-11-24 |
Owen Shepherd | [dlmalloc] correct definition of MMAP |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Owen Shepherd | [gandr]: implement /_PDCLIB_(alloc|free)pages/ |
commit | commitdiff | tree | snapshot |
2014-11-23 |
Owen Shepherd | [gandr]: seekf: pass newPos, not &newPos to gd_seek... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Owen Shepherd | flushbuffer: make EOL conversion code more robust again... |
commit | commitdiff | tree | snapshot |
2014-11-12 |
Owen Shepherd | fwrite: output line buffered content as we go along |
commit | commitdiff | tree | snapshot |
2014-10-22 |
Owen Shepherd | Add /strl(cpy|cat)/ under _BSD_SOURCE guards |
commit | commitdiff | tree | snapshot |
2014-10-09 |
Owen Shepherd | Add newline translationwq |
commit | commitdiff | tree | snapshot |
2014-10-07 |
Owen Shepherd | [gandr] split _PDCLIB_stdinit to better separate stdio... |
commit | commitdiff | tree | snapshot |
2014-10-07 |
Owen Shepherd | Modify various POSIX platform files so you can build... |
commit | commitdiff | tree | snapshot |
2014-10-07 |
Owen Shepherd | PDCLIB-27 #resolve fixed |
commit | commitdiff | tree | snapshot |
2014-10-07 |
Owen Shepherd | Add manual pages for _cbprintf family |
commit | commitdiff | tree | snapshot |
2014-10-07 |
Owen Shepherd | Add _cbprintf/_vcbprintf (callback based printf formatters) |
commit | commitdiff | tree | snapshot |
2014-10-03 |
Owen Shepherd | Add optional EIO to tss_errno |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Owen Shepherd | Merge |
commit | commitdiff | tree | snapshot |
2014-07-21 |
Owen Shepherd | Compress the Unicode data into runs. This results in... |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Owen Shepherd | PDCLIB-26 #resolve fixed don't leak setvbuf allocated... |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Owen Shepherd | Initial stab at gandr platform |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Owen Shepherd | Only build helloworld test when building tests |
commit | commitdiff | tree | snapshot |
2014-07-14 |
Owen Shepherd | [tss_errno] Include errno.h in errno.c |
commit | commitdiff | tree | snapshot |
2014-06-09 |
cycl0ne | Memory leak on setvbuf. Since the buffer wasnt freed... |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Owen Shepherd | Place each opt-module on its' own line (easier to read) |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Owen Shepherd | Bring example platform up to date |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Owen Shepherd | Enable per-thread locale support to be compiled out |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Owen Shepherd | Use the GCC ability to place each function/piece of... |
commit | commitdiff | tree | snapshot |
2013-09-01 |
Owen Shepherd | Build the helloworld test app with the same settings... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Owen Shepherd | PDCLIB-25 #comment Make _PDCLIB_wcinfo + _PDCLIB_wcinfo... |
commit | commitdiff | tree | snapshot |
2013-04-30 |
Owen Shepherd | PDCLIB-25 #resolve #comment Made ctype, wctype and... |
commit | commitdiff | tree | snapshot |
2013-04-23 |
Owen Shepherd | PDCLIB-20 #resolve Add support for "unusual" cases... |
commit | commitdiff | tree | snapshot |
2013-04-23 |
Owen Shepherd | PDCLIB-2 c32rtomb: likewise missing NULL destination... |
commit | commitdiff | tree | snapshot |
2013-04-23 |
Owen Shepherd | PDCLIB-2 c16rtomb: did not support NULL destination... |
commit | commitdiff | tree | snapshot |
2013-04-23 |
Owen Shepherd | PDCLIB-2 c16rtomb never cleared _Surrogate |
commit | commitdiff | tree | snapshot |
2013-04-23 |
Owen Shepherd | PDCLIB-2 PDCLIB-9 mbsinit |
commit | commitdiff | tree | snapshot |
2013-04-20 |
Owen Shepherd | UnicodeData.py: actually fill in encoding declaration |
commit | commitdiff | tree | snapshot |
2013-03-21 |
Owen Shepherd | PDCLIB-1 (PDCLIB-3) Make wide character classification... |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-3 #resolve Implement towctrans/wctrans. Complete... |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-3 towupper(3) towlower(3) |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-3 Change _PDCLIB_wcinfo_t to use wint_t |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-3 implement isw* functions |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-3 Add iswctype(3) |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-3: Add lookup functions to _PDCLIB_locale.h... |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-3: Add _PDCLIB_unpackwint to enable UTF-16 platf... |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | Win32: Change wint_t to be signed int (32-bit) in order... |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-3 correct classification of space characters |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-3 wctype: add parentheses around bitwise logic... |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-3 Add wctype(3) |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-3 Add <wctype.h> |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-3 Add XDIGIT to list of bits in Unicode characte... |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-2 #ifdef guard surrounding WEOF |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | Remove obsolete header comment |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-1 |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-1 |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | Include usage data in UnicodeData.py docstring |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | Remove obsolete comment from Readme file |
commit | commitdiff | tree | snapshot |
2013-03-16 |
Owen Shepherd | PDCLIB-1 Import Unciode character data table (see licen... |
commit | commitdiff | tree | snapshot |
2013-02-26 |
Owen Shepherd | Add manual pages for POSIX locale extensions duplocale... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Owen Shepherd | roff typo fix (-St -> .St) |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Owen Shepherd | Add manpage for setlocale |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Owen Shepherd | Remove empty lines from manpages (lint errors) |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Owen Shepherd | Namespace cleanliness: Rename all ***_unlocked function... |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Owen Shepherd | vfprintf: use putc_unlocked |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Owen Shepherd | setvbuf: lock file appropriately |
commit | commitdiff | tree | snapshot |
2013-02-20 |
Owen Shepherd | gets: lock file before performing read |
commit | commitdiff | tree | snapshot |
2013-01-17 |
Owen Shepherd | Annotate _unlocked stdio as nothrow |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Owen Shepherd | PDCLIB-2 PDCLIB-9 Add single character unicode conversi... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Owen Shepherd | PDCLIB-1 Add stub freelocale() |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Owen Shepherd | PDCLIB-2 PDCLIB-12 Correct surrogate behaviour of inter... |
commit | commitdiff | tree | snapshot |
2013-01-11 |
Owen Shepherd | PDCLIB-2 PDCLIB-9 Correct header entry of mbrtoc32 |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Owen Shepherd | win32: stdinit: update to new locale system |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Owen Shepherd | win32: crt0: initialize locale TSS |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Owen Shepherd | win32: add opt basecodecs |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Owen Shepherd | tss_errno: _PDCLIB_errno_func() |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Owen Shepherd | win32: update tmpfile return type to be FILE* |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Owen Shepherd | win32: refer to errno, not _PDCLIB_errno |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Owen Shepherd | char16_t/char32_t were incorrectly defined as int*_t... |
commit | commitdiff | tree | snapshot |
2013-01-07 |
Owen Shepherd | errno: parts of old errno system were left in _PDCLIB_int.h |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Owen Shepherd | PDCLIB-2 PDCLIB-9: Internal mbstates |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Owen Shepherd | PDCLIB-1 uselocale |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Owen Shepherd | PDCLIB-2 PDCLIB-9 wcrtomb |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Owen Shepherd | PDCLIB-2 PDCLIB-9 mbrtowc |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Owen Shepherd | Add internal aliases for non _l variants |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Owen Shepherd | PDCLIB-2 PDCLIB-8: Implement mbrtowc using mbrtoc32... |
commit | commitdiff | tree | snapshot |
2013-01-01 |
Owen Shepherd | PDCLIB-2 PDCLIB-9: Fix warning in c32rtomb |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Owen Shepherd | PDCLIB-2 PDCLIB-9: Single character conversions for... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Owen Shepherd | PDCLIB-2 PDCLIB-9: MB_CUR_MAX macro and implementation |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Owen Shepherd | Move lconv definition for default locale inside of... |
commit | commitdiff | tree | snapshot |
2012-12-31 |
Owen Shepherd | PDCLIB-2 Add strlen() variant for char16_t/char32_t... |
commit | commitdiff | tree | snapshot |
next |