summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* cygcheck: Fix broken test for invalid wcstombs conversion reading symlinksCorinna Vinschen2016-10-221-6/+6
* cygcheck: Fix check for Cygwin symlinkCorinna Vinschen2016-10-221-1/+1
* strace: Add comment trying to explain confusing codeCorinna Vinschen2016-10-221-0/+6
* cygcheck: Close with pclose what has been opened with popenCorinna Vinschen2016-10-221-1/+1
* towupper: Eliminate dead codeCorinna Vinschen2016-10-221-3/+0
* Fix a potential buffer overflow in wscanf familyCorinna Vinschen2016-10-221-6/+8
* get_alt_digits: Fix typo in allocationCorinna Vinschen2016-10-221-1/+1
* Remove unreachable code from passwd(1)Corinna Vinschen2016-10-221-3/+0
* Actually return value from __cp_indexCorinna Vinschen2016-10-222-4/+1
* Drop redundant checks for NULL input string in wctomb helper funcsCorinna Vinschen2016-10-221-6/+0
* Fix check for empty locale string in newlocaleCorinna Vinschen2016-10-221-2/+5
* Add _PC_CASE_INSENSITIVE to [f]pathconfKen Brown2016-10-215-1/+10
* Fix SetThreadName with gdb 7.10 on x86Jon Turney2016-10-201-1/+8
* Update FAQ answer about setting an early breakpointJon Turney2016-10-201-4/+13
* Don't check directories always case-insensitive in rename(2)Corinna Vinschen2016-10-192-1/+4
* Add release msg for 5a3496cCorinna Vinschen2016-10-191-0/+13
* Fix regression in console charset handlingCorinna Vinschen2016-10-191-0/+2
* Bump Cygwin version to 2.6.1Corinna Vinschen2016-10-191-1/+1
* Make ctype_.c and ctype_.h agree on _ctype_b typeThomas Preud'homme2016-10-171-0/+4
* dlopen: on x/lib search x/bin if exe is in x/binnewlib-snapshot-20160923Michael Haubenwallner2016-09-081-1/+42
* dlopen (pathfinder): try each basename per dirMichael Haubenwallner2016-09-081-6/+6
* dlopen: switch to new pathfinder classMichael Haubenwallner2016-09-083-109/+782
* Fix typo in strerror doccygwin-2_6_0-releaseCorinna Vinschen2016-08-311-1/+1
* strace: Don't print exception info for SetThreadName exceptionCorinna Vinschen2016-08-311-2/+6
* Fix passwd getting error 1265 when running on newer WindowsCorinna Vinschen2016-08-312-43/+52
* Add release message for commit 3d3ab82Yaakov Selkowitz2016-08-301-0/+3
* Fix off_t typedef on Cygwin64Yaakov Selkowitz2016-08-291-1/+1
* Change return type from locale_t to struct __locale_t * as wellCorinna Vinschen2016-08-251-3/+4
* Drop duplicate _ctype_ declaration from ctype_.hCorinna Vinschen2016-08-252-2/+2
* Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptrCorinna Vinschen2016-08-254-41/+37
* Fix formattingCorinna Vinschen2016-08-251-5/+6
* Fix SetThreadName with current gdbJon Turney2016-08-251-1/+6
* Use struct __locale_t * for reentrent locale functionsCorinna Vinschen2016-08-251-4/+4
* Add strerror_l prototype, change str[n]casecmp_l feature testsBrian Inglis2016-08-252-10/+15
* Avoid crash when calling __localeconv_l with __C_localeCorinna Vinschen2016-08-241-0/+3
* Include winsup.h prior to including other headersCorinna Vinschen2016-08-241-2/+5
* Use #if __GNU_VISIBLE, not #ifdef __GNU_VISIBLECorinna Vinschen2016-08-241-2/+2
* strerror_l: Fix copy-and-paste typoEric Blake2016-08-231-1/+1
* Clarify Cygwin's support for Win32 pathsKen Brown2016-08-231-5/+9
* Add missing LF in release textCorinna Vinschen2016-08-231-0/+1
* Mention strerror_l in libc/string/strings.texCorinna Vinschen2016-08-231-1/+1
* Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE t...Corinna Vinschen2016-08-235-6/+36
* Export and document strerror_l, strptime_l, wcsftime_l from CygwinCorinna Vinschen2016-08-234-12/+16
* Implement GNU extension strptime_lCorinna Vinschen2016-08-234-66/+94
* Implement GNU extension wcsftime_lCorinna Vinschen2016-08-233-3/+7
* Implement missing POSIX-1.2008 function strerror_lCorinna Vinschen2016-08-233-1/+26
* Add missing declarations of str{n}casecmp_l to strings.h.Corinna Vinschen2016-08-231-0/+5
* Send thread names to debuggerJon Turney2016-08-237-1/+38
* Add pthread_getname_np and pthread_setname_npJon Turney2016-08-238-2/+78
* Fix stray closing braceCorinna Vinschen2016-08-231-1/+0