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
*
stdio.h: Don't define unlocked macros using static inline on C++
cygwin-2_9_0-release
Corinna Vinschen
2017-09-04
1
-1
/
+1
*
include: fix ffs, fls guards
Yaakov Selkowitz
2017-08-30
1
-2
/
+4
*
Port strnstr.c to newlib.
Sichen Zhao
2017-08-25
1
-0
/
+3
*
Revert "headers: avoid bareword attributes" for clang
Eric Blake
2017-08-25
1
-14
/
+16
*
Make _CLOCK_T_ system configurable
Sebastian Huber
2017-08-25
1
-0
/
+3
*
cygwin: Implement renameat2
Ken Brown
2017-08-19
1
-0
/
+3
*
headers: avoid bareword attributes
Eric Blake
2017-08-17
1
-14
/
+14
*
Add RISC-V port for newlib
Kito Cheng
2017-08-16
4
-2
/
+15
*
Define sigsetjmp/siglongjmp only if __POSIX_VISIBLE
Ken Brown
2017-08-07
1
-2
/
+2
*
Proper locking for getchar() and putchar()
Sebastian Huber
2017-08-07
1
-7
/
+32
*
Importing wcstoumax inttypes method from FreeBSD.
Aditya Upadhyay
2017-08-02
1
-0
/
+2
*
Importing wcstoimax inttypes method from FreeBSD.
Aditya Upadhyay
2017-08-02
1
-0
/
+2
*
Importing strtoumax inttypes method from FreeBSD.
Aditya Upadhyay
2017-08-02
1
-0
/
+2
*
Importing strtoimax inttypes method from FreeBSD.
Aditya Upadhyay
2017-08-02
1
-0
/
+12
*
Add elf.h to newlib
Yaakov Selkowitz
2017-08-02
1
-0
/
+3146
*
cygwin: Set __STDC_ISO_10646__ to Unicode 5.2 value
Corinna Vinschen
2017-07-26
1
-4
/
+3
*
MSP430: Define __BUFSIZ__ as 256 to prevent default of 1024 being used
newlib-snapshot-20170720
Jozef Lawrynowicz
2017-07-20
1
-0
/
+1
*
Rename __in and __out in headers to avoid collision with Windows APIs
David Macek
2017-07-07
1
-9
/
+9
*
Fixed warnings for some long double complex methods
Aditya Upadhyay
2017-07-05
1
-5
/
+5
*
Synchronize <strings.h> with latest FreeBSD
Sebastian Huber
2017-07-05
2
-59
/
+62
*
Feature test macros overhaul: unistd.h, part 2
cygwin-2_8_1-release
Yaakov Selkowitz
2017-06-30
1
-4
/
+17
*
Add --enable-newlib-global-stdio-streams
Sebastian Huber
2017-06-30
1
-0
/
+6
*
Enable _REENT_GLOBAL_STDIO_STREAMS for RTEMS
Sebastian Huber
2017-06-30
1
-0
/
+1
*
Introduce _REENT_GLOBAL_STDIO_STREAMS
Sebastian Huber
2017-06-30
1
-6
/
+15
*
unistd.h: Remove trailing whitespace
Dionna Glaze
2017-06-29
1
-1
/
+1
*
unistd.h: remove mktemp
Corinna Vinschen
2017-06-29
1
-1
/
+0
*
Make gethostname, getdtablesize, mktemp, ualarm available in BSD, XOPEN_SOURC...
Dionna Glaze
2017-06-29
1
-2
/
+5
*
string: add strverscmp
Yaakov Selkowitz
2017-06-19
1
-0
/
+4
*
Fix guard for siginfo_t and pthread_t definition
Thomas Preud'homme
2017-06-19
2
-8
/
+12
*
Export XSI sigpause
Yaakov Selkowitz
2017-06-14
1
-1
/
+13
*
Feature test macros overhaul: signal.h (part 3)
Yaakov Selkowitz
2017-06-14
1
-8
/
+16
*
stdio.h: guard function macros with !__cplusplus
Yaakov Selkowitz
2017-06-14
1
-0
/
+2
*
Remove legacy unions which are no longer used
Jeff Johnston
2017-04-17
1
-23
/
+0
*
Add BSD-specific reallocarray()
Sebastian Huber
2017-04-04
1
-0
/
+2
*
Renumber copyright clause 4
imp
2017-04-04
1
-1
/
+1
*
queue.3: Document existing QMD_* macros
cem
2017-04-04
1
-0
/
+39
*
queue(3): Enhance queue debugging macros
cem
2017-04-04
1
-5
/
+37
*
Add two new macros, SLIST_CONCAT and LIST_CONCAT
mckusick
2017-04-04
1
-2
/
+36
*
Make the <sys/queue.h> fully usable within C++
hselasky
2017-04-04
1
-14
/
+73
*
Pass macro arguments properly.
hselasky
2017-04-04
1
-2
/
+2
*
Fix order of arguments in the TRACEBUF_INITIALIZER
hselasky
2017-04-04
1
-1
/
+1
*
Add new FOREACH_FROM variants for queue(3)
lstewart
2017-04-04
1
-0
/
+53
*
Renumber copyright clause 4
imp
2017-04-04
1
-1
/
+1
*
don't use C99 static array indices with older GCC versions
avg
2017-04-04
1
-0
/
+1
*
Addition of clang nullability qualifiers.
pfg
2017-04-04
1
-0
/
+7
*
Remove unused __gnu_inline() attribute.
pfg
2017-04-04
1
-16
/
+0
*
Addition of clang nullability qualifiers.
pfg
2017-04-04
1
-0
/
+8
*
Fix C++ includability of crypto headers with static array sizes
asomers
2017-04-04
1
-0
/
+14
*
Stop exposing the C11 _Atomic() macro in <sys/cdefs.h>, when compiling for C++.
dim
2017-04-04
1
-1
/
+2
*
Rename __sentinel to __null_sentinel
pfg
2017-04-04
1
-2
/
+2
[next]