| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | sqrt: Fix NaN propagation for IEEE Std 754-2008 | Ray Donnelly | 2016-08-22 | 1 | -3/+2 |
* | Document nl_langinfo_l and separate POSIX from GNU extensions in release message | Corinna Vinschen | 2016-08-20 | 3 | -18/+29 |
* | Implement missing POSIX function nl_langinfo_l | Corinna Vinschen | 2016-08-20 | 2 | -1/+3 |
* | Introduce __current_locale_charset/__locale_charset | Corinna Vinschen | 2016-08-20 | 2 | -3/+4 |
* | Only define __getreent inline function when building newlib or Cygwin | Corinna Vinschen | 2016-08-20 | 5 | -3/+14 |
* | Add release message for commit eb61113 | Corinna Vinschen | 2016-08-19 | 2 | -0/+6 |
* | Add release message for commit a871644 | Corinna Vinschen | 2016-08-19 | 1 | -0/+4 |
* | Simplify "Windows-standard-like" permissions | Corinna Vinschen | 2016-08-19 | 2 | -23/+22 |
* | Fix outdated S_JUSTCREATED comment | Corinna Vinschen | 2016-08-19 | 1 | -3/+3 |
* | Reinstantiate Cygwin function called `__getreent' | Corinna Vinschen | 2016-08-18 | 2 | -2/+7 |
* | Revert "Fix __getreent function for Cygwin" | Corinna Vinschen | 2016-08-18 | 1 | -2/+1 |
* | Workaround AzureAD shortcomings | Corinna Vinschen | 2016-08-18 | 1 | -10/+90 |
* | Fix __getreent function for Cygwin | Corinna Vinschen | 2016-08-18 | 1 | -1/+2 |
* | Add release message for commit c02ac89 | Corinna Vinschen | 2016-08-17 | 2 | -0/+8 |
* | Add -i/--input option to locale(1) | Corinna Vinschen | 2016-08-17 | 2 | -14/+34 |
* | Rephrase release message | Corinna Vinschen | 2016-08-16 | 1 | -1/+1 |
* | Fix typo in release message | Corinna Vinschen | 2016-08-16 | 1 | -1/+0 |
* | Add release text for Cygwin 2.6.0 | Corinna Vinschen | 2016-08-15 | 3 | -29/+118 |
* | Implement strto[dflu]_l/wcsto[dflu]_l | Corinna Vinschen | 2016-08-15 | 3 | -5/+36 |
* | Make sure alloca is called even when optimizing, fully init _REENT | Corinna Vinschen | 2016-08-15 | 1 | -3/+7 |
* | Add sys/_locale.h header and fix up headers | Corinna Vinschen | 2016-08-15 | 1 | -1/+12 |
* | Bump CygwinAPI minor. | Corinna Vinschen | 2016-08-15 | 1 | -3/+5 |
* | Implement strfmon_l | Corinna Vinschen | 2016-08-15 | 3 | -36/+64 |
* | Rename __get_locale_XXX to __get_XXX_locale to use unified naming scheme | Corinna Vinschen | 2016-08-15 | 1 | -6/+6 |
* | Implement per-locale string functions | Corinna Vinschen | 2016-08-15 | 3 | -18/+56 |
* | Implement all per-locale ctype functions | Corinna Vinschen | 2016-08-15 | 4 | -34/+77 |
* | posix.xml: Note duplocale, freelocale, newlocale, uselocale as implemented | Corinna Vinschen | 2016-08-15 | 1 | -4/+4 |
* | Fix memory handling in functions called from loadlocale | Corinna Vinschen | 2016-08-15 | 1 | -20/+24 |
* | Implement newlocale, freelocale, duplocale, uselocale | Corinna Vinschen | 2016-08-15 | 2 | -3/+8 |
* | Rearrange struct __locale_t pointers into an array | Corinna Vinschen | 2016-08-15 | 1 | -9/+9 |
* | Change loadlocale to fill a __locale_t given as parameter | Corinna Vinschen | 2016-08-15 | 2 | -4/+4 |
* | Consolidate wctomb/mbtowc calls for POSIX-1.2008 | Corinna Vinschen | 2016-08-15 | 8 | -140/+109 |
* | POSIX-1.2008 per-thread locales, groundwork part 2 | Corinna Vinschen | 2016-08-15 | 3 | -48/+37 |
* | POSIX-1.2008 per-thread locales, groundwork part 1 | Corinna Vinschen | 2016-08-15 | 4 | -37/+65 |
* | Remove unused import/rexec.c accidentally imported by commit b6e90a06 | Corinna Vinschen | 2016-08-12 | 1 | -391/+0 |
* | kill(pid, sig) before waitpid() returns -1 for sig != 0 | Erik Bray | 2016-08-11 | 1 | -1/+1 |
* | Workaround for filesystems with broken FileAllInformation info class (NcFsd) | Corinna Vinschen | 2016-08-05 | 1 | -1/+24 |
* | Fix console clear screen if buffer is full | Corinna Vinschen | 2016-08-03 | 1 | -13/+22 |
* | Fix console clear screen in case of partial scrolling | Corinna Vinschen | 2016-08-01 | 1 | -2/+2 |
* | Open process with PROCESS_QUERY_INFORMATION to fetch maps | Corinna Vinschen | 2016-08-01 | 1 | -2/+2 |
* | Fix clear screen behaviour of console when user scrolled up or down | Corinna Vinschen | 2016-07-29 | 1 | -1/+21 |
* | Fix buffer scrolling when performing a "clear screen" | Corinna Vinschen | 2016-07-28 | 1 | -19/+35 |
* | Don't raise SIGTTIN from poll/select | Corinna Vinschen | 2016-07-27 | 3 | -10/+41 |
* | Remove redundant macro and function called `__getreent' | Corinna Vinschen | 2016-07-27 | 2 | -9/+0 |
* | posix.xml: Add missing unimplemented functions from POSIX-1.2013 | Corinna Vinschen | 2016-07-23 | 1 | -0/+4 |
* | Change "nodomain+nobody" to "no+body" | Corinna Vinschen | 2016-07-22 | 1 | -3/+3 |
* | Handle WinFSP nobody account | Corinna Vinschen | 2016-07-19 | 1 | -0/+28 |
* | Fix typo | Corinna Vinschen | 2016-07-18 | 1 | -1/+1 |
* | Add release message for commit 71df3bf | Corinna Vinschen | 2016-07-18 | 1 | -0/+3 |
* | truncl: Fix setting rounding bits in FPU control word | Corinna Vinschen | 2016-07-18 | 1 | -2/+6 |