index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
newlib
Commit message (
Expand
)
Author
Age
Files
Lines
*
towupper: Eliminate dead code
Corinna Vinschen
2016-10-22
1
-3
/
+0
*
Fix a potential buffer overflow in wscanf family
Corinna Vinschen
2016-10-22
1
-6
/
+8
*
get_alt_digits: Fix typo in allocation
Corinna Vinschen
2016-10-22
1
-1
/
+1
*
Actually return value from __cp_index
Corinna Vinschen
2016-10-22
2
-4
/
+1
*
Drop redundant checks for NULL input string in wctomb helper funcs
Corinna Vinschen
2016-10-22
1
-6
/
+0
*
Fix check for empty locale string in newlocale
Corinna Vinschen
2016-10-22
1
-2
/
+5
*
Add _PC_CASE_INSENSITIVE to [f]pathconf
Ken Brown
2016-10-21
1
-0
/
+1
*
Make ctype_.c and ctype_.h agree on _ctype_b type
Thomas Preud'homme
2016-10-17
1
-0
/
+4
*
Fix typo in strerror doc
cygwin-2_6_0-release
Corinna Vinschen
2016-08-31
1
-1
/
+1
*
Fix off_t typedef on Cygwin64
Yaakov Selkowitz
2016-08-29
1
-1
/
+1
*
Change return type from locale_t to struct __locale_t * as well
Corinna Vinschen
2016-08-25
1
-3
/
+4
*
Drop duplicate _ctype_ declaration from ctype_.h
Corinna Vinschen
2016-08-25
2
-2
/
+2
*
Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptr
Corinna Vinschen
2016-08-25
3
-37
/
+33
*
Use struct __locale_t * for reentrent locale functions
Corinna Vinschen
2016-08-25
1
-4
/
+4
*
Add strerror_l prototype, change str[n]casecmp_l feature tests
Brian Inglis
2016-08-25
2
-10
/
+15
*
Avoid crash when calling __localeconv_l with __C_locale
Corinna Vinschen
2016-08-24
1
-0
/
+3
*
Use #if __GNU_VISIBLE, not #ifdef __GNU_VISIBLE
Corinna Vinschen
2016-08-24
1
-2
/
+2
*
strerror_l: Fix copy-and-paste typo
Eric Blake
2016-08-23
1
-1
/
+1
*
Mention strerror_l in libc/string/strings.tex
Corinna Vinschen
2016-08-23
1
-1
/
+1
*
Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE t...
Corinna Vinschen
2016-08-23
5
-6
/
+36
*
Implement GNU extension strptime_l
Corinna Vinschen
2016-08-23
2
-39
/
+46
*
Implement GNU extension wcsftime_l
Corinna Vinschen
2016-08-23
2
-3
/
+6
*
Implement missing POSIX-1.2008 function strerror_l
Corinna Vinschen
2016-08-23
1
-1
/
+18
*
Add missing declarations of str{n}casecmp_l to strings.h.
Corinna Vinschen
2016-08-23
1
-0
/
+5
*
Fix stray closing brace
Corinna Vinschen
2016-08-23
1
-1
/
+0
*
Add/change a few #ifdef comments in locale code for clearness
Corinna Vinschen
2016-08-23
4
-13
/
+13
*
Remove erroneous POSIX guards for reentrant locale functions
Corinna Vinschen
2016-08-23
1
-2
/
+0
*
Reference __global_locale only via __get_global_locale.
Corinna Vinschen
2016-08-23
1
-3
/
+3
*
Remove extern declaration of __locale_cjk_lang in string/local.h
Corinna Vinschen
2016-08-21
1
-4
/
+0
*
Implement missing POSIX function nl_langinfo_l
Corinna Vinschen
2016-08-20
2
-93
/
+58
*
Introduce __current_locale_charset/__locale_charset
Corinna Vinschen
2016-08-20
3
-5
/
+15
*
Fix html build
Thomas Preud'homme
2016-08-19
1
-67
/
+34
*
Revert "Fix __getreent function for Cygwin"
Corinna Vinschen
2016-08-18
1
-6
/
+1
*
Fix __getreent function for Cygwin
Corinna Vinschen
2016-08-18
1
-1
/
+6
*
Fix pdf build failure wrt documentation of is*_l functions
Thomas Preudhomme
2016-08-17
4
-104
/
+5
*
Constify __locale_ctype_ptr and __locale_ctype_ptr_l
Corinna Vinschen
2016-08-17
2
-8
/
+5
*
Actually return pointers in locale categroy accessor functions
Corinna Vinschen
2016-08-16
1
-8
/
+8
*
Always fall back to __ctype_ptr__ in isXXX_l functions.
Corinna Vinschen
2016-08-16
1
-1
/
+2
*
Avoid "implicit declaration of function ‘strtold_l’" in wcstold.c
Corinna Vinschen
2016-08-16
1
-0
/
+1
*
Use era_info_t and alt_digits_t on _WANT_C99_TIME_FORMATS targets only
Corinna Vinschen
2016-08-16
1
-2
/
+12
*
Expose locale category accessor functions to non-__HAVE_LOCALE_INFO__ targets.
Corinna Vinschen
2016-08-16
1
-1
/
+49
*
__localeconv_l: Always define locale variable lconv
Corinna Vinschen
2016-08-16
1
-1
/
+1
*
Don't use locale_t in internal header
Corinna Vinschen
2016-08-16
2
-2
/
+2
*
Implement strto[dflu]_l/wcsto[dflu]_l
Corinna Vinschen
2016-08-15
24
-807
/
+999
*
Add documentation for duplocale, freelocale, newlocale, and uselocale.
Corinna Vinschen
2016-08-15
6
-2
/
+209
*
Fold documentation of is*_l funcs into documentation of non-l is* funcs
Corinna Vinschen
2016-08-15
68
-1209
/
+514
*
setlocale/localeconv are *not* POSIX-1.2008
Corinna Vinschen
2016-08-15
1
-3
/
+3
*
setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targets
Corinna Vinschen
2016-08-15
3
-21
/
+14
*
__loadlocale: Set missing val when evaluating CP874
Corinna Vinschen
2016-08-15
1
-0
/
+1
*
Fix multiple thinkos in newlocale
Corinna Vinschen
2016-08-15
1
-54
/
+59
[next]