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
/
libc
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
C11 aligned_alloc() support for <stdlib.h>
Sebastian Huber
2015-10-19
1
-0
/
+2
*
C11 quick_exit() support for <stdlib.h>
Sebastian Huber
2015-10-19
1
-0
/
+9
*
Import <threads.h> from latest FreeBSD.
Jeff Johnston
2015-10-13
1
-0
/
+93
*
Synchronize with FreeBSD.
Jeff Johnston
2015-10-13
1
-22
/
+138
*
Add FreeBSD style changes to sys/cdefs.h
Jeff Johnston
2015-10-13
1
-32
/
+32
*
Define setjmp buffer length for IA64.
Nick Clifton
2015-10-08
1
-0
/
+4
*
Add support for ft32 to newlib.
Jeff Johnston
2015-09-04
2
-0
/
+8
*
Allow sysconf to return CPU cache information
Corinna Vinschen
2015-08-29
1
-0
/
+15
*
Fix for pri and scn formats
Andre Simoes Dias Vieira
2015-08-27
2
-127
/
+263
*
Always declare "kill" in include/sys/signal.h
James Greenhalgh
2015-08-25
1
-2
/
+2
*
sys/signal.h: include sys/ucontext.h on Cygwin per POSIX.1-2008
Yaakov Selkowitz
2015-08-18
1
-0
/
+6
*
Cygwin: Implement siglongjmp and sigsetjmp functions.
Corinna Vinschen
2015-07-21
1
-2
/
+9
*
Rework handling of basename variants
Yaakov Selkowitz
2015-07-06
2
-4
/
+5
*
Fix sys/time.h build problem due to inconsistent macro usage
Corinna Vinschen
2015-07-06
2
-2
/
+4
*
sys/signal.h requires sys/cdefs.h
Corinna Vinschen
2015-06-22
1
-0
/
+1
*
Use MINSIGSTKSZ and SIGSTKSZ from newlib for Cygwin as well
Corinna Vinschen
2015-06-20
1
-14
/
+14
*
Preliminary infrastructure to implement alternate stack
Corinna Vinschen
2015-06-19
1
-6
/
+7
*
Fix comment in sys/wait.h
Corinna Vinschen
2015-05-28
1
-1
/
+1
*
Revert to exposing sys/select.h from sys/time.h on Cygwin
Corinna Vinschen
2015-05-02
1
-0
/
+6
*
Improve check for int32_t being long or int
Corinna Vinschen
2015-04-29
4
-32
/
+41
*
Fix basename prototype collision string.h vs libgen.h
Corinna Vinschen
2015-04-23
2
-12
/
+26
*
Add parens around MIN/MAX values in stdint.h.
Corinna Vinschen
2015-04-23
1
-71
/
+71
*
Add <sys/_stdint.h> for FreeBSD compatibility
Sebastian Huber
2015-04-23
4
-45
/
+69
*
Make stack_t typedef generally available
Jon TURNEY
2015-04-23
1
-9
/
+9
*
string: add GNU basename(3)
Yaakov Selkowitz
2015-04-23
2
-0
/
+15
*
Import <sys/tree.h> from FreeBSD
Sebastian Huber
2015-04-23
1
-0
/
+801
*
Change from configure time to compile time probe for intptr_t definition.
Joel Sherrill
2015-04-23
2
-0
/
+27
*
Replace uint32_t/uint64_t type usage with __uint32_t/__uint64_t.
Steve Ellcey
2015-04-23
1
-18
/
+18
*
Drop including cygwin/sys_time.h on Cygwin.
Corinna Vinschen
2015-03-13
1
-4
/
+0
*
Merge parts of <sys/time.h> from FreeBSD
Sebastian Huber
2015-03-13
4
-65
/
+513
*
Add and use latest <sys/timespec.h> from FreeBSD
Sebastian Huber
2015-03-11
8
-16
/
+118
*
* libc/include/stdio.h (FILE): Protect typedef from redefinition.
Corinna Vinschen
2015-03-05
2
-0
/
+6
*
2015-02-25 Gedare Bloom <gedare@rtems.org>
Joel Sherrill
2015-03-03
1
-4
/
+2
*
* libc/include/sys/cdefs.h (_GNU_SOURCE): Move check so it has an
Jon TURNEY
2015-02-25
1
-6
/
+8
*
* libc/include/complex.h (cabsl): Add prototype.
Nick Clifton
2015-02-06
4
-11
/
+78
*
* libc/include/wchar.h (wcstold): Drop _LDBL_EQ_DBL requirement for
Corinna Vinschen
2015-02-04
1
-3
/
+0
*
* libc/include/sys/time.h: #include <sys/cdefs.h> for __BSD_VISIBLE.
Corinna Vinschen
2015-01-28
1
-0
/
+1
*
* COPYING.LIBGLOSS: Add Controls and Data Services copyright.
Eric Botcazou
2015-01-21
3
-5
/
+12
*
2015-01-14 Joel Sherrill <joel.sherrill@oarcorp.com>
Jeff Johnston
2015-01-14
1
-0
/
+3
*
* configure.host: Add extra system for OpenRISC baremetal
Corinna Vinschen
2015-01-14
1
-0
/
+4
*
2014-12-26 Freddie Chopin <freddie_chopin@op.pl>
Jeff Johnston
2015-01-05
1
-2
/
+2
*
Implement BSD/GNU unlocked stdio extensions.
Yaakov Selkowitz
2014-12-18
2
-2
/
+62
*
* libc/include/stdlib.h (__itoa): Declare prototype.
Corinna Vinschen
2014-12-16
1
-0
/
+6
*
2014-12-15 Jonathan Roelofs <jonathan@codesourcery.com>
Jeff Johnston
2014-12-15
1
-0
/
+5
*
* libc/include/stdio.h (__SNLK): Define.
Yaakov Selkowitz
2014-12-15
2
-1
/
+6
*
* newlib/libc/include/machine/setjmp.h: Add FPU support.
Corinna Vinschen
2014-12-15
1
-3
/
+10
*
* libc/include/stdlib.h: Include sys/cdefs.h to avoid undefined
Corinna Vinschen
2014-12-15
1
-0
/
+1
*
2014-12-12 Stefan Wallentowitz <stefan.wallentowitz@tum.de>
Jeff Johnston
2014-12-12
1
-1
/
+1
*
* libc/include/stdio.h: Fix type signature of __sfeof and __sferror
Corinna Vinschen
2014-12-11
1
-2
/
+2
*
* libc/include/stdio_ext.h: Rename __fwriteable to __fwritable.
Yaakov Selkowitz
2014-12-11
1
-2
/
+14
[prev]
[next]