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
*
devctl.h: Use __restrict not restrict
Joel Sherrill
2017-01-17
1
-5
/
+5
*
Add missing headers to fix implicit function defns
Pat Pannuto
2017-01-16
4
-0
/
+5
*
Add _POSIX_SHARED_MEMORY_OBJECTS
Gedare Bloom
2017-01-13
1
-1
/
+1
*
Expand comments on padding used by nano_malloc
Joe Seymour
2017-01-13
1
-14
/
+37
*
Fix sys/reent.h to remove use of DEBUG flag.
Jeff Johnston
2017-01-10
1
-2
/
+2
*
Fix versions in documentation (manually for now)
Corinna Vinschen
2017-01-09
2
-4
/
+4
*
Add pthread_setname_np() and pthread_getname_np()
Sebastian Huber
2017-01-09
1
-0
/
+6
*
Fix incorrect cast in nano malloc
Joe Seymour
2017-01-09
1
-2
/
+2
*
RTEMS: Add user-defined name to thread queues
Sebastian Huber
2017-01-09
1
-1
/
+65
*
Bump release to 2.5.0 for yearly snapshot.
newlib-2_5_0
Jeff Johnston
2016-12-22
111
-1154
/
+1123
*
This is an attempt to fix the problem described here:
Jeff Johnston
2016-12-22
4
-23
/
+122
*
RTEMS: Increase SEM_VALUE_MAX
Sebastian Huber
2016-12-20
1
-1
/
+1
*
Remove extraneous float casts in wcstod.c.
Corinna Vinschen
2016-12-16
1
-2
/
+2
*
Remove extraneous float casts in strtod.c.
Jeff Johnston
2016-12-16
1
-2
/
+2
*
2016-12-15 Kyrylo Tkachov <kyrylo.tkachov@arm.com>
cygwin-2_6_1-release
Jeff Johnston
2016-12-15
2
-8
/
+29
*
2016-12-15 Giuseppe Musumeci <giuseppe.musumeci@broadcom.com>
Jeff Johnston
2016-12-15
1
-2
/
+2
*
Big-endian fix for memcpy-armv7m.S
Julian Brown
2016-12-12
1
-0
/
+8
*
Fix 'make man' for parallel make
Jon Turney
2016-12-06
5
-0
/
+16
*
Add <devctl.h> per POSIX 1003.26-2003
Joel Sherrill
2016-12-05
3
-0
/
+55
*
Add missing crt0 symbols for RTEMS
Sebastian Huber
2016-12-05
1
-0
/
+5
*
Enforce no arguments for __get_current_locale/__get_C_locale
Corinna Vinschen
2016-11-28
1
-2
/
+2
*
Correct argument to __get_current_locale.
Douglas
2016-11-28
1
-1
/
+1
*
Self-contained pthread_spinlock_t for RTEMS
Sebastian Huber
2016-11-24
1
-1
/
+5
*
Provide <memory.h>
Sebastian Huber
2016-11-22
1
-0
/
+4
*
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
[next]