]> sourceware.org Git - newlib-cygwin.git/shortlog
newlib-cygwin.git
2016-10-23 Corinna Vinschengetfacl: Don't trust length of incoming user/groupname
2016-10-23 Corinna Vinschentzset: Fix array length given to GetGeoInfoW
2016-10-23 Corinna Vinschenstrace: Fix Coverity issues
2016-10-23 Corinna Vinschencygcheck: Use snprintf instead of multiple strcat
2016-10-23 Corinna Vinschencygcheck: Eenable output of Vista++ FS flags
2016-10-22 Corinna Vinschencygcheck: Eliminate dead code
2016-10-22 Corinna Vinschencygcheck: Fix broken test for invalid wcstombs conversi...
2016-10-22 Corinna Vinschencygcheck: Fix check for Cygwin symlink
2016-10-22 Corinna Vinschenstrace: Add comment trying to explain confusing code
2016-10-22 Corinna Vinschencygcheck: Close with pclose what has been opened with...
2016-10-22 Corinna Vinschentowupper: Eliminate dead code
2016-10-22 Corinna VinschenFix a potential buffer overflow in wscanf family
2016-10-22 Corinna Vinschenget_alt_digits: Fix typo in allocation
2016-10-22 Corinna VinschenRemove unreachable code from passwd(1)
2016-10-22 Corinna VinschenActually return value from __cp_index
2016-10-22 Corinna VinschenDrop redundant checks for NULL input string in wctomb...
2016-10-22 Corinna VinschenFix check for empty locale string in newlocale
2016-10-21 Ken BrownAdd _PC_CASE_INSENSITIVE to [f]pathconf
2016-10-20 Jon TurneyFix SetThreadName with gdb 7.10 on x86
2016-10-20 Jon TurneyUpdate FAQ answer about setting an early breakpoint
2016-10-19 Corinna VinschenDon't check directories always case-insensitive in...
2016-10-19 Corinna VinschenAdd release msg for 5a3496c
2016-10-19 Corinna VinschenFix regression in console charset handling
2016-10-19 Corinna VinschenBump Cygwin version to 2.6.1
2016-10-17 Thomas Preud... Make ctype_.c and ctype_.h agree on _ctype_b type
2016-09-08 Michael Haubenwallnerdlopen: on x/lib search x/bin if exe is in x/bin newlib-snapshot-20160923
2016-09-08 Michael Haubenwallnerdlopen (pathfinder): try each basename per dir
2016-09-08 Michael Haubenwallnerdlopen: switch to new pathfinder class
2016-08-31 Corinna VinschenFix typo in strerror doc cygwin-2_6_0-release
2016-08-31 Corinna Vinschenstrace: Don't print exception info for SetThreadName...
2016-08-31 Corinna VinschenFix passwd getting error 1265 when running on newer...
2016-08-30 Yaakov SelkowitzAdd release message for commit 3d3ab82
2016-08-29 Yaakov SelkowitzFix off_t typedef on Cygwin64
2016-08-25 Corinna VinschenChange return type from locale_t to struct __locale_t...
2016-08-25 Corinna VinschenDrop duplicate _ctype_ declaration from ctype_.h
2016-08-25 Corinna VinschenDrop global __ctype_ptr__ entirely in favor of using...
2016-08-25 Corinna VinschenFix formatting
2016-08-25 Jon TurneyFix SetThreadName with current gdb
2016-08-25 Corinna VinschenUse struct __locale_t * for reentrent locale functions
2016-08-25 Brian InglisAdd strerror_l prototype, change str[n]casecmp_l featur...
2016-08-24 Corinna VinschenAvoid crash when calling __localeconv_l with __C_locale
2016-08-24 Corinna VinschenInclude winsup.h prior to including other headers
2016-08-24 Corinna VinschenUse #if __GNU_VISIBLE, not #ifdef __GNU_VISIBLE
2016-08-23 Eric Blakestrerror_l: Fix copy-and-paste typo
2016-08-23 Ken BrownClarify Cygwin's support for Win32 paths
2016-08-23 Corinna VinschenAdd missing LF in release text
2016-08-23 Corinna VinschenMention strerror_l in libc/string/strings.tex
2016-08-23 Corinna VinschenAdd __get_C_locale inline function and fix new locale...
2016-08-23 Corinna VinschenExport and document strerror_l, strptime_l, wcsftime_l...
2016-08-23 Corinna VinschenImplement GNU extension strptime_l
2016-08-23 Corinna VinschenImplement GNU extension wcsftime_l
2016-08-23 Corinna VinschenImplement missing POSIX-1.2008 function strerror_l
2016-08-23 Corinna VinschenAdd missing declarations of str{n}casecmp_l to strings.h.
2016-08-23 Jon TurneySend thread names to debugger
2016-08-23 Jon TurneyAdd pthread_getname_np and pthread_setname_np
2016-08-23 Corinna VinschenFix stray closing brace
2016-08-23 Corinna VinschenAdd/change a few #ifdef comments in locale code for...
2016-08-23 Corinna VinschenRemove erroneous POSIX guards for reentrant locale...
2016-08-23 Corinna VinschenReference __global_locale only via __get_global_locale.
2016-08-22 David WohlferdAvoid truncating from long double to double in sinhl().
2016-08-22 Ray Donnellysqrt: Fix NaN propagation for IEEE Std 754-2008
2016-08-21 Corinna VinschenRemove extern declaration of __locale_cjk_lang in strin...
2016-08-20 Corinna VinschenDocument nl_langinfo_l and separate POSIX from GNU...
2016-08-20 Corinna VinschenImplement missing POSIX function nl_langinfo_l
2016-08-20 Corinna VinschenIntroduce __current_locale_charset/__locale_charset
2016-08-20 Corinna VinschenOnly define __getreent inline function when building...
2016-08-19 Corinna VinschenAdd release message for commit eb61113
2016-08-19 Corinna VinschenAdd release message for commit a871644
2016-08-19 Corinna VinschenSimplify "Windows-standard-like" permissions
2016-08-19 Corinna VinschenFix outdated S_JUSTCREATED comment
2016-08-19 Thomas Preud... Fix html build
2016-08-19 Thomas PreudhommeFix html build with makeinfo 5.2
2016-08-18 Corinna VinschenReinstantiate Cygwin function called `__getreent'
2016-08-18 Corinna VinschenRevert "Fix __getreent function for Cygwin"
2016-08-18 Corinna VinschenWorkaround AzureAD shortcomings
2016-08-18 Corinna VinschenFix __getreent function for Cygwin
2016-08-17 Thomas PreudhommeFix pdf build failure wrt documentation of is*_l functions
2016-08-17 Corinna VinschenAdd release message for commit c02ac89
2016-08-17 Corinna VinschenAdd -i/--input option to locale(1)
2016-08-17 Corinna VinschenConstify __locale_ctype_ptr and __locale_ctype_ptr_l
2016-08-16 Corinna VinschenActually return pointers in locale categroy accessor...
2016-08-16 Corinna VinschenAlways fall back to __ctype_ptr__ in isXXX_l functions.
2016-08-16 Corinna VinschenAvoid "implicit declaration of function ‘strtold_l...
2016-08-16 Corinna VinschenUse era_info_t and alt_digits_t on _WANT_C99_TIME_FORMA...
2016-08-16 Corinna VinschenExpose locale category accessor functions to non-__HAVE...
2016-08-16 Corinna Vinschen__localeconv_l: Always define locale variable lconv
2016-08-16 Corinna VinschenDon't use locale_t in internal header
2016-08-16 Corinna VinschenRephrase release message
2016-08-16 Corinna VinschenFix typo in release message
2016-08-15 Corinna VinschenAdd release text for Cygwin 2.6.0
2016-08-15 Corinna VinschenImplement strto[dflu]_l/wcsto[dflu]_l
2016-08-15 Corinna VinschenAdd documentation for duplocale, freelocale, newlocale...
2016-08-15 Corinna VinschenFold documentation of is*_l funcs into documentation...
2016-08-15 Corinna Vinschensetlocale/localeconv are *not* POSIX-1.2008
2016-08-15 Corinna Vinschensetlocale.h: Fix current locale handling for !__HAVE_LO...
2016-08-15 Corinna Vinschen__loadlocale: Set missing val when evaluating CP874
2016-08-15 Corinna VinschenMake sure alloca is called even when optimizing, fully...
2016-08-15 Corinna VinschenFix multiple thinkos in newlocale
2016-08-15 Corinna VinschenFix _REENT_INIT initialization of _locale
2016-08-15 Corinna VinschenFix typo in isalnum_l doc
next
This page took 0.056427 seconds and 5 git commands to generate.