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
*
cygwin: make POSIX/XSI version macros dependent on feature test macros
Yaakov Selkowitz
2016-04-04
1
-10
/
+37
*
Add Intel MCU target
Igor Venevtsev
2016-04-04
1
-0
/
+3
*
Add missing long double functions to Cygwin
Corinna Vinschen
2016-03-29
3
-9
/
+51
*
Add simple versions of random() and srandom()
Joel Sherrill
2016-03-28
1
-0
/
+6
*
math.h: Use GCC builtins for C99 macros where available
Corinna Vinschen
2016-03-26
1
-19
/
+55
*
Drop usage of old-age BSD types in generically used Cygwin headers
Corinna Vinschen
2016-03-24
1
-2
/
+1
*
Define BSD u_intN_t types indiscriminately
Corinna Vinschen
2016-03-24
1
-17
/
+14
*
Feature test macros overhaul: C++ TR1
Yaakov Selkowitz
2016-03-23
1
-5
/
+5
*
Drop Cygwin-only posix_memalign prototype
Corinna Vinschen
2016-03-23
1
-2
/
+0
*
Guard u_char,u_short,u_int,u_long with __MISC_VISIBLE
Corinna Vinschen
2016-03-23
1
-1
/
+1
*
Fix "/*" within comment warning
Sebastian Huber
2016-03-22
1
-1
/
+1
*
stdio: fseeko/ftello are also POSIX.1-2001
Yaakov Selkowitz
2016-03-22
1
-1
/
+1
*
pthread.h: Mark pthread_exit() as not returning
Joel Sherrill
2016-03-22
1
-1
/
+1
*
Add nonnull annotation to posix_memalign.
Peter Foley
2016-03-21
1
-1
/
+1
*
Feature test macros overhaul: signal.h (part 2)
Yaakov Selkowitz
2016-03-18
1
-16
/
+12
*
Add arc4random() etc. from OpenBSD 5.8
Sebastian Huber
2016-03-18
3
-0
/
+9
*
Add timingsafe_memcmp()
Sebastian Huber
2016-03-18
1
-0
/
+1
*
Add timingsafe_bcmp()
Sebastian Huber
2016-03-18
1
-0
/
+1
*
Add explicit_bzero()
Sebastian Huber
2016-03-18
1
-0
/
+3
*
Guard ssize_t definition by _SSIZE_T_DECLARED
Sebastian Huber
2016-03-18
1
-0
/
+4
*
Feature test macros overhaul: sys/types.h
Yaakov Selkowitz
2016-03-17
1
-4
/
+7
*
Revert "Remove inclusion of sys/select.h in sys/types.h for backward compat"
Yaakov Selkowitz
2016-03-17
1
-0
/
+2
*
Feature test macros overhaul: sys/time.h
Yaakov Selkowitz
2016-03-17
1
-5
/
+8
*
Feature test macros overhaul: sys/stat.h
Yaakov Selkowitz
2016-03-17
1
-10
/
+6
*
Feature test macros overhaul: sys/select.h
Yaakov Selkowitz
2016-03-17
1
-4
/
+5
*
Feature test macros overhaul: wchar.h
Yaakov Selkowitz
2016-03-17
1
-0
/
+2
*
Feature test macros overhaul: unistd.h
Yaakov Selkowitz
2016-03-17
1
-35
/
+41
*
Feature test macros overhaul: time.h
Yaakov Selkowitz
2016-03-17
1
-2
/
+13
*
Feature test macros overhaul: strings.h
Yaakov Selkowitz
2016-03-17
1
-3
/
+3
*
Feature test macros overhaul: string.h
Yaakov Selkowitz
2016-03-17
1
-23
/
+15
*
Feature test macros overhaul: stdlib.h
Yaakov Selkowitz
2016-03-17
1
-46
/
+52
*
Feature test macros overhaul: stdio.h
Yaakov Selkowitz
2016-03-17
1
-33
/
+45
*
Feature test macros overhaul: signal.h
Yaakov Selkowitz
2016-03-17
2
-15
/
+11
*
Feature test macros overhaul: pwd.h
Yaakov Selkowitz
2016-03-17
1
-2
/
+2
*
Feature test macros overhaul: pthread.h
Yaakov Selkowitz
2016-03-17
1
-2
/
+2
*
Feature test macros overhaul: math.h
Yaakov Selkowitz
2016-03-17
1
-20
/
+23
*
Feature test macros overhaul: limits.h
Yaakov Selkowitz
2016-03-17
1
-3
/
+3
*
Feature test macros overhaul: grp.h
Yaakov Selkowitz
2016-03-17
1
-3
/
+5
*
Feature test macros overhaul: fnmatch.h
Yaakov Selkowitz
2016-03-17
1
-3
/
+3
*
Feature test macros overhaul: fcntl.h
Yaakov Selkowitz
2016-03-17
1
-14
/
+14
*
Feature test macros overhaul: dirent.h
Yaakov Selkowitz
2016-03-17
1
-1
/
+2
*
Feature test macros overhaul: ctype.h
Yaakov Selkowitz
2016-03-17
1
-6
/
+7
*
Feature test macros overhaul: sys/features.h
Yaakov Selkowitz
2016-03-17
3
-148
/
+275
*
Use __sputc_r inline code when building with gcc
Corinna Vinschen
2016-03-12
1
-3
/
+5
*
Fix _newlib_version.h logic to support building gcc with newlib.
Jeff Johnston
2016-02-25
1
-0
/
+2
*
libm/complex: add clog10, clog10f
Yaakov Selkowitz
2016-02-22
1
-0
/
+5
*
pthread.h, sys/types.h Add missing pthread methods
Joel Sherrill
2016-02-22
2
-8
/
+24
*
sys/features.h: Update Cygwin POSIX option macros
Corinna Vinschen
2016-02-18
1
-34
/
+34
*
Define the newlib version macros in one place: _newlib_version.h.
Pieter du Preez
2016-02-17
1
-5
/
+1
*
POSIX barrier implementation, take 3
Václav Haisman
2016-02-13
2
-4
/
+4
[next]