aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen2-1/+18
2016-08-15Make sure alloca is called even when optimizing, fully init _REENTCorinna Vinschen1-3/+7
2016-08-15Add sys/_locale.h header and fix up headersCorinna Vinschen1-1/+12
2016-08-15Bump CygwinAPI minor.Corinna Vinschen1-3/+5
2016-08-15Implement strfmon_lCorinna Vinschen2-35/+63
2016-08-15Rename __get_locale_XXX to __get_XXX_locale to use unified naming schemeCorinna Vinschen1-6/+6
2016-08-15Implement per-locale string functionsCorinna Vinschen2-10/+47
2016-08-15Implement all per-locale ctype functionsCorinna Vinschen3-1/+43
2016-08-15Fix memory handling in functions called from loadlocaleCorinna Vinschen1-20/+24
2016-08-15Implement newlocale, freelocale, duplocale, uselocaleCorinna Vinschen2-3/+8
2016-08-15Rearrange struct __locale_t pointers into an arrayCorinna Vinschen1-9/+9
2016-08-15Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen2-4/+4
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen8-140/+109
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen3-48/+37
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen4-37/+65
2016-08-12Remove unused import/rexec.c accidentally imported by commit b6e90a06Corinna Vinschen1-391/+0
2016-08-11kill(pid, sig) before waitpid() returns -1 for sig != 0Erik Bray1-1/+1
2016-08-05Workaround for filesystems with broken FileAllInformation info class (NcFsd)Corinna Vinschen1-1/+24
2016-08-03Fix console clear screen if buffer is fullCorinna Vinschen1-13/+22
2016-08-01Fix console clear screen in case of partial scrollingCorinna Vinschen1-2/+2
2016-08-01Open process with PROCESS_QUERY_INFORMATION to fetch mapsCorinna Vinschen1-2/+2
2016-07-29Fix clear screen behaviour of console when user scrolled up or downCorinna Vinschen1-1/+21
2016-07-28Fix buffer scrolling when performing a "clear screen"Corinna Vinschen1-19/+35
2016-07-27Don't raise SIGTTIN from poll/selectCorinna Vinschen3-10/+41
2016-07-27Remove redundant macro and function called `__getreent'Corinna Vinschen2-9/+0
2016-07-22Change "nodomain+nobody" to "no+body"Corinna Vinschen1-3/+3
2016-07-19Handle WinFSP nobody accountCorinna Vinschen1-0/+28
2016-07-18Fix typoCorinna Vinschen1-1/+1
2016-07-18Add release message for commit 71df3bfCorinna Vinschen1-0/+3
2016-07-18truncl: Fix setting rounding bits in FPU control wordCorinna Vinschen1-2/+6
2016-07-14Put previous doc in correct sectionEric Blake1-3/+3
2016-07-14Add release message for commit fe9e3b4Corinna Vinschen1-0/+3
2016-07-14Transform all special chars in relative Windows path stringCorinna Vinschen1-3/+6
2016-07-14Fix 32-bit SSIZE_MAXEric Blake2-1/+12
2016-07-14Add release message for commit 82e0649Corinna Vinschen1-0/+2
2016-07-14machine/_types.h: __blkcnt_t should be signedRay Donnelly1-1/+1
2016-07-06Add release message for commit 8cff156Corinna Vinschen1-1/+2
2016-07-06strace: Make sure strace timer isn't copied to child processCorinna Vinschen1-1/+1
2016-07-06Redefine locale info in struct _reent for per-thread localesCorinna Vinschen1-1/+0
2016-07-01Make sure to use the Winsock definition of FIONREAD in ioctlsocket callCorinna Vinschen1-1/+2
2016-06-27Reformat some too-long linesCorinna Vinschen1-2/+4
2016-06-27Add comment to point out missing access right per documentationCorinna Vinschen1-0/+4
2016-06-27Use PROCESS/THREAD_QUERY_LIMITED_INFORMATION where appropriateCorinna Vinschen4-13/+20
2016-06-27Add release message for commit b2867a6Corinna Vinschen1-0/+3
2016-06-25Revert "Use .DELETE_ON_ERROR"Jon Turney1-4/+1
2016-06-25Use .DELETE_ON_ERRORJon Turney1-1/+4
2016-06-25Remove leftover useless copyright hintsCorinna Vinschen5-15/+0
2016-06-25Clarify setting of child_info::msv_count in child_info.hCorinna Vinschen1-1/+1
2016-06-25Remove CYGWIN=detect_bloda optionCorinna Vinschen4-83/+1
2016-06-25No longer support "Interact with desktop"Corinna Vinschen1-28/+20