aboutsummaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)AuthorFilesLines
2016-08-15Implement per-locale string functionsCorinna Vinschen3-18/+56
2016-08-15Implement all per-locale ctype functionsCorinna Vinschen4-34/+77
2016-08-15posix.xml: Note duplocale, freelocale, newlocale, uselocale as implementedCorinna Vinschen1-4/+4
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-23posix.xml: Add missing unimplemented functions from POSIX-1.2013Corinna Vinschen1-0/+4
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-07Improve description of Cygwin ldd utilityJon Turney1-3/+13
2016-07-07Use <filename> tag, not <pathname> tagJon Turney1-1/+1
2016-07-07Use <example> tag at same level as <para>, not inside itJon Turney1-7/+18
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-02ldd: Handle executable relocation when setting breakpointCorinna Vinschen1-23/+24
2016-07-02ldd: terminate process on hitting breakpointCorinna Vinschen1-4/+1
2016-07-01Make sure to use the Winsock definition of FIONREAD in ioctlsocket callCorinna Vinschen1-1/+2
2016-06-29Restore mingw64-x86_64-gcc-core in FAQ listing required packagesJon Turney1-0/+1
2016-06-28Update FAQ listing required packages for building CygwinJon Turney1-8/+7
2016-06-27Reformat some too-long linesCorinna Vinschen2-3/+6
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-27Set supported Windows release to Windows 10Corinna Vinschen6-8/+8
2016-06-27Remove pre-Vista considerations from utilitiesCorinna Vinschen4-55/+4
2016-06-27Add release message for commit b2867a6Corinna Vinschen1-0/+3
2016-06-25Revert "Use .DELETE_ON_ERROR"Jon Turney1-4/+1