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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
5
-1
/
+10
*
Fix SetThreadName with gdb 7.10 on x86
Jon Turney
2016-10-20
1
-1
/
+8
*
Update FAQ answer about setting an early breakpoint
Jon Turney
2016-10-20
1
-4
/
+13
*
Don't check directories always case-insensitive in rename(2)
Corinna Vinschen
2016-10-19
2
-1
/
+4
*
Add release msg for 5a3496c
Corinna Vinschen
2016-10-19
1
-0
/
+13
*
Fix regression in console charset handling
Corinna Vinschen
2016-10-19
1
-0
/
+2
*
Bump Cygwin version to 2.6.1
Corinna Vinschen
2016-10-19
1
-1
/
+1
*
Make ctype_.c and ctype_.h agree on _ctype_b type
Thomas Preud'homme
2016-10-17
1
-0
/
+4
*
dlopen: on x/lib search x/bin if exe is in x/bin
newlib-snapshot-20160923
Michael Haubenwallner
2016-09-08
1
-1
/
+42
*
dlopen (pathfinder): try each basename per dir
Michael Haubenwallner
2016-09-08
1
-6
/
+6
*
dlopen: switch to new pathfinder class
Michael Haubenwallner
2016-09-08
3
-109
/
+782
*
Fix typo in strerror doc
cygwin-2_6_0-release
Corinna Vinschen
2016-08-31
1
-1
/
+1
*
strace: Don't print exception info for SetThreadName exception
Corinna Vinschen
2016-08-31
1
-2
/
+6
*
Fix passwd getting error 1265 when running on newer Windows
Corinna Vinschen
2016-08-31
2
-43
/
+52
*
Add release message for commit 3d3ab82
Yaakov Selkowitz
2016-08-30
1
-0
/
+3
*
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
4
-41
/
+37
*
Fix formatting
Corinna Vinschen
2016-08-25
1
-5
/
+6
*
Fix SetThreadName with current gdb
Jon Turney
2016-08-25
1
-1
/
+6
*
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
*
Include winsup.h prior to including other headers
Corinna Vinschen
2016-08-24
1
-2
/
+5
*
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
*
Clarify Cygwin's support for Win32 paths
Ken Brown
2016-08-23
1
-5
/
+9
*
Add missing LF in release text
Corinna Vinschen
2016-08-23
1
-0
/
+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
*
Export and document strerror_l, strptime_l, wcsftime_l from Cygwin
Corinna Vinschen
2016-08-23
4
-12
/
+16
*
Implement GNU extension strptime_l
Corinna Vinschen
2016-08-23
4
-66
/
+94
*
Implement GNU extension wcsftime_l
Corinna Vinschen
2016-08-23
3
-3
/
+7
*
Implement missing POSIX-1.2008 function strerror_l
Corinna Vinschen
2016-08-23
3
-1
/
+26
*
Add missing declarations of str{n}casecmp_l to strings.h.
Corinna Vinschen
2016-08-23
1
-0
/
+5
*
Send thread names to debugger
Jon Turney
2016-08-23
7
-1
/
+38
*
Add pthread_getname_np and pthread_setname_np
Jon Turney
2016-08-23
8
-2
/
+78
*
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
2
-6
/
+6
*
Avoid truncating from long double to double in sinhl().
David Wohlferd
2016-08-22
1
-1
/
+1
*
sqrt: Fix NaN propagation for IEEE Std 754-2008
Ray Donnelly
2016-08-22
1
-3
/
+2
*
Remove extern declaration of __locale_cjk_lang in string/local.h
Corinna Vinschen
2016-08-21
1
-4
/
+0
*
Document nl_langinfo_l and separate POSIX from GNU extensions in release message
Corinna Vinschen
2016-08-20
3
-18
/
+29
*
Implement missing POSIX function nl_langinfo_l
Corinna Vinschen
2016-08-20
4
-94
/
+61
*
Introduce __current_locale_charset/__locale_charset
Corinna Vinschen
2016-08-20
5
-8
/
+19
*
Only define __getreent inline function when building newlib or Cygwin
Corinna Vinschen
2016-08-20
5
-3
/
+14
[prev]
[next]