Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
AgeCommit message (Expand)Author
2016-08-15Implement all per-locale ctype functionsCorinna Vinschen
2016-08-15posix.xml: Note duplocale, freelocale, newlocale, uselocale as implementedCorinna Vinschen
2016-08-15Fix memory handling in functions called from loadlocaleCorinna Vinschen
2016-08-15Implement newlocale, freelocale, duplocale, uselocaleCorinna Vinschen
2016-08-15Rearrange struct __locale_t pointers into an arrayCorinna Vinschen
2016-08-15Change loadlocale to fill a __locale_t given as parameterCorinna Vinschen
2016-08-15Consolidate wctomb/mbtowc calls for POSIX-1.2008Corinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 2Corinna Vinschen
2016-08-15POSIX-1.2008 per-thread locales, groundwork part 1Corinna Vinschen
2016-08-12Remove unused import/rexec.c accidentally imported by commit b6e90a06Corinna Vinschen
2016-08-11kill(pid, sig) before waitpid() returns -1 for sig != 0Erik Bray
2016-08-05Workaround for filesystems with broken FileAllInformation info class (NcFsd)Corinna Vinschen
2016-08-03Fix console clear screen if buffer is fullCorinna Vinschen
2016-08-01Fix console clear screen in case of partial scrollingCorinna Vinschen
2016-08-01Open process with PROCESS_QUERY_INFORMATION to fetch mapsCorinna Vinschen
2016-07-29Fix clear screen behaviour of console when user scrolled up or downCorinna Vinschen
2016-07-28Fix buffer scrolling when performing a "clear screen"Corinna Vinschen
2016-07-27Don't raise SIGTTIN from poll/selectCorinna Vinschen
2016-07-27Remove redundant macro and function called `__getreent'Corinna Vinschen
2016-07-23posix.xml: Add missing unimplemented functions from POSIX-1.2013Corinna Vinschen
2016-07-22Change "nodomain+nobody" to "no+body"Corinna Vinschen
2016-07-19Handle WinFSP nobody accountCorinna Vinschen
2016-07-18Fix typoCorinna Vinschen
2016-07-18Add release message for commit 71df3bfCorinna Vinschen
2016-07-18truncl: Fix setting rounding bits in FPU control wordCorinna Vinschen
2016-07-14Put previous doc in correct sectionEric Blake
2016-07-14Add release message for commit fe9e3b4Corinna Vinschen
2016-07-14Transform all special chars in relative Windows path stringCorinna Vinschen
2016-07-14Fix 32-bit SSIZE_MAXEric Blake
2016-07-14Add release message for commit 82e0649Corinna Vinschen
2016-07-14machine/_types.h: __blkcnt_t should be signedRay Donnelly
2016-07-07Improve description of Cygwin ldd utilityJon Turney
2016-07-07Use <filename> tag, not <pathname> tagJon Turney
2016-07-07Use <example> tag at same level as <para>, not inside itJon Turney
2016-07-06Add release message for commit 8cff156Corinna Vinschen
2016-07-06strace: Make sure strace timer isn't copied to child processCorinna Vinschen
2016-07-06Redefine locale info in struct _reent for per-thread localesCorinna Vinschen
2016-07-02ldd: Handle executable relocation when setting breakpointCorinna Vinschen
2016-07-02ldd: terminate process on hitting breakpointCorinna Vinschen
2016-07-01Make sure to use the Winsock definition of FIONREAD in ioctlsocket callCorinna Vinschen
2016-06-29Restore mingw64-x86_64-gcc-core in FAQ listing required packagesJon Turney
2016-06-28Update FAQ listing required packages for building CygwinJon Turney
2016-06-27Reformat some too-long linesCorinna Vinschen
2016-06-27Add comment to point out missing access right per documentationCorinna Vinschen
2016-06-27Use PROCESS/THREAD_QUERY_LIMITED_INFORMATION where appropriateCorinna Vinschen
2016-06-27Set supported Windows release to Windows 10Corinna Vinschen
2016-06-27Remove pre-Vista considerations from utilitiesCorinna Vinschen
2016-06-27Add release message for commit b2867a6Corinna Vinschen
2016-06-25Revert "Use .DELETE_ON_ERROR"Jon Turney
2016-06-25Use .DELETE_ON_ERRORJon Turney