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
AgeCommit message (Expand)Author
2016-09-08dlopen: on x/lib search x/bin if exe is in x/binnewlib-snapshot-20160923Michael Haubenwallner
2016-09-08dlopen (pathfinder): try each basename per dirMichael Haubenwallner
2016-09-08dlopen: switch to new pathfinder classMichael Haubenwallner
2016-08-31Fix typo in strerror doccygwin-2_6_0-releaseCorinna Vinschen
2016-08-31strace: Don't print exception info for SetThreadName exceptionCorinna Vinschen
2016-08-31Fix passwd getting error 1265 when running on newer WindowsCorinna Vinschen
2016-08-30Add release message for commit 3d3ab82Yaakov Selkowitz
2016-08-29Fix off_t typedef on Cygwin64Yaakov Selkowitz
2016-08-25Change return type from locale_t to struct __locale_t * as wellCorinna Vinschen
2016-08-25Drop duplicate _ctype_ declaration from ctype_.hCorinna Vinschen
2016-08-25Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptrCorinna Vinschen
2016-08-25Fix formattingCorinna Vinschen
2016-08-25Fix SetThreadName with current gdbJon Turney
2016-08-25Use struct __locale_t * for reentrent locale functionsCorinna Vinschen
2016-08-25Add strerror_l prototype, change str[n]casecmp_l feature testsBrian Inglis
2016-08-24Avoid crash when calling __localeconv_l with __C_localeCorinna Vinschen
2016-08-24Include winsup.h prior to including other headersCorinna Vinschen
2016-08-24Use #if __GNU_VISIBLE, not #ifdef __GNU_VISIBLECorinna Vinschen
2016-08-23strerror_l: Fix copy-and-paste typoEric Blake
2016-08-23Clarify Cygwin's support for Win32 pathsKen Brown
2016-08-23Add missing LF in release textCorinna Vinschen
2016-08-23Mention strerror_l in libc/string/strings.texCorinna Vinschen
2016-08-23Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE t...Corinna Vinschen
2016-08-23Export and document strerror_l, strptime_l, wcsftime_l from CygwinCorinna Vinschen
2016-08-23Implement GNU extension strptime_lCorinna Vinschen
2016-08-23Implement GNU extension wcsftime_lCorinna Vinschen
2016-08-23Implement missing POSIX-1.2008 function strerror_lCorinna Vinschen
2016-08-23Add missing declarations of str{n}casecmp_l to strings.h.Corinna Vinschen
2016-08-23Send thread names to debuggerJon Turney
2016-08-23Add pthread_getname_np and pthread_setname_npJon Turney
2016-08-23Fix stray closing braceCorinna Vinschen
2016-08-23Add/change a few #ifdef comments in locale code for clearnessCorinna Vinschen
2016-08-23Remove erroneous POSIX guards for reentrant locale functionsCorinna Vinschen
2016-08-23Reference __global_locale only via __get_global_locale.Corinna Vinschen
2016-08-22Avoid truncating from long double to double in sinhl().David Wohlferd
2016-08-22sqrt: Fix NaN propagation for IEEE Std 754-2008Ray Donnelly
2016-08-21Remove extern declaration of __locale_cjk_lang in string/local.hCorinna Vinschen
2016-08-20Document nl_langinfo_l and separate POSIX from GNU extensions in release messageCorinna Vinschen
2016-08-20Implement missing POSIX function nl_langinfo_lCorinna Vinschen
2016-08-20Introduce __current_locale_charset/__locale_charsetCorinna Vinschen
2016-08-20Only define __getreent inline function when building newlib or CygwinCorinna Vinschen
2016-08-19Add release message for commit eb61113Corinna Vinschen
2016-08-19Add release message for commit a871644Corinna Vinschen
2016-08-19Simplify "Windows-standard-like" permissionsCorinna Vinschen
2016-08-19Fix outdated S_JUSTCREATED commentCorinna Vinschen
2016-08-19Fix html buildThomas Preud'homme
2016-08-19Fix html build with makeinfo 5.2Thomas Preudhomme
2016-08-18Reinstantiate Cygwin function called `__getreent'Corinna Vinschen
2016-08-18Revert "Fix __getreent function for Cygwin"Corinna Vinschen
2016-08-18Workaround AzureAD shortcomingsCorinna Vinschen