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
...
*
Declare non-standard pthread_yield()
Sebastian Huber
2016-11-22
1
-0
/
+4
*
Move pthread types to <sys/_pthreadtypes.h>
Sebastian Huber
2016-11-17
4
-230
/
+449
*
Add _TICKET_LOCK_INITIALIZER to <sys/lock.h>
Sebastian Huber
2016-11-17
1
-1
/
+3
*
Use __inline in <sys/lock.h> for RTEMS
Sebastian Huber
2016-11-17
1
-10
/
+10
*
sys/cdefs.h: Define __hidden as empty on Cygwin
Corinna Vinschen
2016-11-08
1
-0
/
+5
*
Use external header file for kernel space time
Sebastian Huber
2016-11-07
1
-144
/
+4
*
Add kernel space header for <sys/lock.h> for RTEMS
Sebastian Huber
2016-11-07
1
-1
/
+6
*
Use external header file for kernel space types
Sebastian Huber
2016-11-07
2
-7
/
+5
*
Provide cap_ioctl_t for RTEMS
Sebastian Huber
2016-11-07
1
-0
/
+5
*
Fix pdf build failure with texinfo 6.1.0
Thomas Preudhomme
2016-10-25
2
-2
/
+0
*
Provide vm_page_t for RTEMS via <machine/_types.h>
Sebastian Huber
2016-10-25
1
-0
/
+1
*
Provide rman_res_t for RTEMS via <machine/types.h>
Sebastian Huber
2016-10-25
1
-0
/
+2
*
Provide __intmax_t and __uintmax_t
Sebastian Huber
2016-10-25
4
-33
/
+40
*
Fix typo in <sys/_stdint.h>
Sebastian Huber
2016-10-25
1
-1
/
+1
*
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
[prev]
[next]