Age | Commit message (Expand) | Author | Files | Lines |
2016-08-15 | Implement per-locale string functions | Corinna Vinschen | 27 | -118/+816 |
2016-08-15 | Implement all per-locale ctype functions | Corinna Vinschen | 43 | -70/+2021 |
2016-08-15 | Move localeconv, duplocale, freelocale, newlocale, uselocale into separate files | Corinna Vinschen | 11 | -334/+425 |
2016-08-15 | include/locale.h: Fix POSIX guards | Corinna Vinschen | 1 | -2/+10 |
2016-08-15 | Remove non-working __part_load_locale function and any related code | Corinna Vinschen | 11 | -459/+9 |
2016-08-15 | posix.xml: Note duplocale, freelocale, newlocale, uselocale as implemented | Corinna Vinschen | 1 | -4/+4 |
2016-08-15 | Fix memory handling in functions called from loadlocale | Corinna Vinschen | 7 | -43/+96 |
2016-08-15 | Implement newlocale, freelocale, duplocale, uselocale | Corinna Vinschen | 4 | -8/+273 |
2016-08-15 | Use __get_global_locale function where appropriate | Corinna Vinschen | 1 | -18/+22 |
2016-08-15 | Rearrange struct __locale_t pointers into an array | Corinna Vinschen | 8 | -103/+91 |
2016-08-15 | Change loadlocale to fill a __locale_t given as parameter | Corinna Vinschen | 12 | -88/+87 |
2016-08-15 | Consolidate wctomb/mbtowc calls for POSIX-1.2008 | Corinna Vinschen | 31 | -356/+942 |
2016-08-15 | POSIX-1.2008 per-thread locales, groundwork part 2 | Corinna Vinschen | 20 | -477/+272 |
2016-08-15 | POSIX-1.2008 per-thread locales, groundwork part 1 | Corinna Vinschen | 31 | -484/+610 |
2016-08-12 | Do not include wctype.h in wchar.h with _GNU_SOURCE | Yaakov Selkowitz | 1 | -1/+1 |
2016-08-12 | Define va_list in stdio.h and wchar.h | Yaakov Selkowitz | 2 | -3/+31 |
2016-08-12 | Remove unused import/rexec.c accidentally imported by commit b6e90a06 | Corinna Vinschen | 1 | -391/+0 |
2016-08-11 | Include wctype.h in wchar.h as an XSI extension | Yaakov Selkowitz | 1 | -0/+4 |
2016-08-11 | Feature test macros overhaul: wctype.h | Yaakov Selkowitz | 1 | -0/+2 |
2016-08-11 | kill(pid, sig) before waitpid() returns -1 for sig != 0 | Erik Bray | 1 | -1/+1 |
2016-08-11 | Feature test macros overhaul: wchar.h, part 2 | Yaakov Selkowitz | 1 | -0/+30 |
2016-08-11 | arc: Fix strcmp for big endian without barrel shifter | Anton Kolesov | 1 | -3/+3 |
2016-08-11 | arc: Add align keyword. | Claudiu Zissulescu | 1 | -2/+2 |
2016-08-11 | arc: Use prefetch instead of prealloc. | Claudiu Zissulescu | 1 | -0/+2 |
2016-08-11 | arc: Use unaligned loads/stores for memcopy. | Claudiu Zissulescu | 1 | -0/+59 |
2016-08-08 | rtems: define _POSIX_CLOCK_SELECTION feature | Gedare Bloom | 1 | -0/+1 |
2016-08-08 | rtems: add sys/mman.h | Gedare Bloom | 1 | -0/+263 |
2016-08-05 | Workaround for filesystems with broken FileAllInformation info class (NcFsd) | Corinna Vinschen | 1 | -1/+24 |
2016-08-03 | Fix console clear screen if buffer is full | Corinna Vinschen | 1 | -13/+22 |
2016-08-01 | Fix console clear screen in case of partial scrolling | Corinna Vinschen | 1 | -2/+2 |
2016-08-01 | Open process with PROCESS_QUERY_INFORMATION to fetch maps | Corinna Vinschen | 1 | -2/+2 |
2016-07-29 | Fix clear screen behaviour of console when user scrolled up or down | Corinna Vinschen | 1 | -1/+21 |
2016-07-28 | Fix buffer scrolling when performing a "clear screen" | Corinna Vinschen | 1 | -19/+35 |
2016-07-27 | Don't raise SIGTTIN from poll/select | Corinna Vinschen | 3 | -10/+41 |
2016-07-27 | Remove redundant macro and function called `__getreent' | Corinna Vinschen | 2 | -9/+0 |
2016-07-23 | posix.xml: Add missing unimplemented functions from POSIX-1.2013 | Corinna Vinschen | 1 | -0/+4 |
2016-07-22 | Change "nodomain+nobody" to "no+body" | Corinna Vinschen | 1 | -3/+3 |
2016-07-19 | Handle WinFSP nobody account | Corinna Vinschen | 1 | -0/+28 |
2016-07-18 | Fix typo | Corinna Vinschen | 1 | -1/+1 |
2016-07-18 | Add release message for commit 71df3bf | Corinna Vinschen | 1 | -0/+3 |
2016-07-18 | truncl: Fix setting rounding bits in FPU control word | Corinna Vinschen | 1 | -2/+6 |
2016-07-15 | math.h: fix guards on basic M_ constants | Yaakov Selkowitz | 1 | -1/+1 |
2016-07-14 | Put previous doc in correct section | Eric Blake | 1 | -3/+3 |
2016-07-14 | Add release message for commit fe9e3b4 | Corinna Vinschen | 1 | -0/+3 |
2016-07-14 | Transform all special chars in relative Windows path string | Corinna Vinschen | 1 | -3/+6 |
2016-07-14 | Fix 32-bit SSIZE_MAX | Eric Blake | 2 | -1/+12 |
2016-07-14 | Add release message for commit 82e0649 | Corinna Vinschen | 1 | -0/+2 |
2016-07-14 | machine/_types.h: __blkcnt_t should be signed | Ray Donnelly | 1 | -1/+1 |
2016-07-07 | Improve description of Cygwin ldd utility | Jon Turney | 1 | -3/+13 |
2016-07-07 | Use <filename> tag, not <pathname> tag | Jon Turney | 1 | -1/+1 |