summaryrefslogtreecommitdiffstats
path: root/winsup
Commit message (Expand)AuthorAgeFilesLines
...
* sqrt: Fix NaN propagation for IEEE Std 754-2008Ray Donnelly2016-08-221-3/+2
* Document nl_langinfo_l and separate POSIX from GNU extensions in release messageCorinna Vinschen2016-08-203-18/+29
* Implement missing POSIX function nl_langinfo_lCorinna Vinschen2016-08-202-1/+3
* Introduce __current_locale_charset/__locale_charsetCorinna Vinschen2016-08-202-3/+4
* Only define __getreent inline function when building newlib or CygwinCorinna Vinschen2016-08-205-3/+14
* Add release message for commit eb61113Corinna Vinschen2016-08-192-0/+6
* Add release message for commit a871644Corinna Vinschen2016-08-191-0/+4
* Simplify "Windows-standard-like" permissionsCorinna Vinschen2016-08-192-23/+22
* Fix outdated S_JUSTCREATED commentCorinna Vinschen2016-08-191-3/+3
* Reinstantiate Cygwin function called `__getreent'Corinna Vinschen2016-08-182-2/+7
* Revert "Fix __getreent function for Cygwin"Corinna Vinschen2016-08-181-2/+1
* Workaround AzureAD shortcomingsCorinna Vinschen2016-08-181-10/+90
* Fix __getreent function for CygwinCorinna Vinschen2016-08-181-1/+2
* Add release message for commit c02ac89Corinna Vinschen2016-08-172-0/+8
* Add -i/--input option to locale(1)Corinna Vinschen2016-08-172-14/+34
* Rephrase release messageCorinna Vinschen2016-08-161-1/+1
* Fix typo in release messageCorinna Vinschen2016-08-161-1/+0
* Add release text for Cygwin 2.6.0Corinna Vinschen2016-08-153-29/+118
* Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen2016-08-153-5/+36
* Make sure alloca is called even when optimizing, fully init _REENTCorinna Vinschen2016-08-151-3/+7
* Add sys/_locale.h header and fix up headersCorinna Vinschen2016-08-151-1/+12
* Bump CygwinAPI minor.Corinna Vinschen2016-08-151-3/+5
* Implement strfmon_lCorinna Vinschen2016-08-153-36/+64
* Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen2016-08-151-6/+6
* Implement per-locale string functionsCorinna Vinschen2016-08-153-18/+56
* Implement all per-locale ctype functionsCorinna Vinschen2016-08-154-34/+77
* posix.xml: Note duplocale, freelocale, newlocale, uselocale as implementedCorinna Vinschen2016-08-151-4/+4
* Fix memory handling in functions called from loadlocaleCorinna Vinschen2016-08-151-20/+24
* Implement newlocale, freelocale, duplocale, uselocaleCorinna Vinschen2016-08-152-3/+8
* Rearrange struct __locale_t pointers into an arrayCorinna Vinschen2016-08-151-9/+9
* Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen2016-08-152-4/+4
* Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen2016-08-158-140/+109
* POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen2016-08-153-48/+37
* POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen2016-08-154-37/+65
* Remove unused import/rexec.c accidentally imported by commit b6e90a06Corinna Vinschen2016-08-121-391/+0
* kill(pid, sig) before waitpid() returns -1 for sig != 0Erik Bray2016-08-111-1/+1
* Workaround for filesystems with broken FileAllInformation info class (NcFsd)Corinna Vinschen2016-08-051-1/+24
* Fix console clear screen if buffer is fullCorinna Vinschen2016-08-031-13/+22
* Fix console clear screen in case of partial scrollingCorinna Vinschen2016-08-011-2/+2
* Open process with PROCESS_QUERY_INFORMATION to fetch mapsCorinna Vinschen2016-08-011-2/+2
* Fix clear screen behaviour of console when user scrolled up or downCorinna Vinschen2016-07-291-1/+21
* Fix buffer scrolling when performing a "clear screen"Corinna Vinschen2016-07-281-19/+35
* Don't raise SIGTTIN from poll/selectCorinna Vinschen2016-07-273-10/+41
* Remove redundant macro and function called `__getreent'Corinna Vinschen2016-07-272-9/+0
* posix.xml: Add missing unimplemented functions from POSIX-1.2013Corinna Vinschen2016-07-231-0/+4
* Change "nodomain+nobody" to "no+body"Corinna Vinschen2016-07-221-3/+3
* Handle WinFSP nobody accountCorinna Vinschen2016-07-191-0/+28
* Fix typoCorinna Vinschen2016-07-181-1/+1
* Add release message for commit 71df3bfCorinna Vinschen2016-07-181-0/+3
* truncl: Fix setting rounding bits in FPU control wordCorinna Vinschen2016-07-181-2/+6