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
...
*
Use __machine_*_t_defined for internal types
Sebastian Huber
2016-04-15
5
-45
/
+45
*
Feature test macros overhaul: string.h and strings.h overlaps
Yaakov Selkowitz
2016-04-13
2
-7
/
+12
*
Get rid of some special cases for Cygwin in sys/types.h
Corinna Vinschen
2016-04-13
2
-4
/
+7
*
Add BSD guards for off_t, dev_t, uid_t, and gid_t
Sebastian Huber
2016-04-13
1
-4
/
+16
*
Eliminate use of Newlib-specific <machine/types.h>
Sebastian Huber
2016-04-13
13
-40
/
+39
*
Move kernel dependent parts of <sys/time.h>
cygwin-2_5_0-release
Sebastian Huber
2016-04-08
3
-149
/
+204
*
math: fix isinf/isnan on SPU after move to math.h
Yaakov Selkowitz
2016-04-07
2
-0
/
+4
*
Drop <unistd.h> include from RTEMS <sys/param.h>
Sebastian Huber
2016-04-07
1
-2
/
+0
*
math: update isinf/isnan function comments after move to math.h
Yaakov Selkowitz
2016-04-05
7
-19
/
+19
*
math: guard BSD finite/isinf/isnan functions properly in math.h
Yaakov Selkowitz
2016-04-04
2
-19
/
+19
*
Feature test macros overhaul: tar.h
Yaakov Selkowitz
2016-04-04
1
-0
/
+4
*
Add cpio.h
Yaakov Selkowitz
2016-04-04
1
-0
/
+30
*
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
11
-3
/
+184
*
Bump up newlib version to 2.4.0 due to feature test refactoring
newlib-2_4_0
Jeff Johnston
2016-03-29
103
-1079
/
+1102
*
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
6
-31
/
+116
*
math.h: Use GCC builtins for C99 macros where available
Corinna Vinschen
2016-03-26
1
-19
/
+55
*
finitel: Use correct GCC builtin
Corinna Vinschen
2016-03-26
1
-1
/
+1
*
strtold: Fix Infinity value.
Corinna Vinschen
2016-03-26
1
-1
/
+2
*
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
*
Fix coverity CID 143502: Null pointer dereference
Corinna Vinschen
2016-03-24
1
-0
/
+2
*
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
*
Target/Host configuration elucidated
Konrad Schwarz
2016-03-23
1
-1
/
+4
*
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
*
epiphany/machine/stdlib.h: Disable epiphany unique random wrappers for RTEMS
Joel Sherrill
2016-03-22
1
-0
/
+2
*
newlib/configure.host: Turn off sti/cli for i386 setjmp for i386-rtems*
Joel Sherrill
2016-03-22
1
-0
/
+2
*
Add nonnull annotation to posix_memalign.
Peter Foley
2016-03-21
1
-1
/
+1
*
Move arc4random Cygwin only code to Cygwin
Sebastian Huber
2016-03-21
1
-15
/
+0
*
Allow machine-dependent arc4 locking
Corinna Vinschen
2016-03-20
1
-18
/
+5
*
Regenerate configure script.
Jeff Johnston
2016-03-19
1
-8
/
+9281
*
sparc64: move struct timeval to <sys/_timeval.h>
Yaakov Selkowitz
2016-03-18
1
-1
/
+6
*
Feature test macros overhaul: sparc64
Yaakov Selkowitz
2016-03-18
2
-15
/
+16
*
Cleanup macros in chacha_private.h to be target-type independent
Howland, Craig D
2016-03-18
1
-5
/
+2
*
Only export arc4random_stir and arc4random_addrandom on Cygwin
Corinna Vinschen
2016-03-18
1
-8
/
+5
*
Feature test macros overhaul: signal.h (part 2)
Yaakov Selkowitz
2016-03-18
1
-16
/
+12
*
arm: fix build with newlib supplied syscalls enabled
Yaakov Selkowitz
2016-03-18
2
-2
/
+2
*
Arc4random locking: Check for threaded application on Cygwin
Corinna Vinschen
2016-03-18
1
-0
/
+19
*
Add arc4random_stir and arc4random_addrandom for OpenBSD compatibility
Corinna Vinschen
2016-03-18
1
-0
/
+18
*
Add arc4random() etc. from OpenBSD 5.8
Sebastian Huber
2016-03-18
10
-7
/
+626
*
Add timingsafe_memcmp()
Sebastian Huber
2016-03-18
4
-18
/
+74
*
Add timingsafe_bcmp()
Sebastian Huber
2016-03-18
4
-21
/
+59
*
Add explicit_bzero()
Sebastian Huber
2016-03-18
4
-46
/
+75
*
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
[prev]
[next]