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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
ctype: Fix bitfield types on 16-bit targets
newlib-snapshot-20180720
Sebastian Huber
2018-07-20
2
-6
/
+8
*
Cygwin: move FP environment exports to common.din
Corinna Vinschen
2018-07-20
3
-2
/
+5
*
RTEMS: Unconditionally define _off_t to int64_t
Sebastian Huber
2018-07-20
1
-4
/
+0
*
Remove myself from MAINTAINERS
DJ Delorie
2018-07-19
1
-4
/
+1
*
fix duration handling in sigtimedwait
Mark Geisert
2018-07-19
2
-0
/
+5
*
Print sign of NaN values to nano-vfprintf.
Kumar Gala
2018-07-17
1
-0
/
+2
*
Fix to stop a fall-through in a switch statement
Jordi Sanfeliu
2018-07-13
1
-0
/
+1
*
strcmp.S: Improve performance for misaligned strings
Siddhesh Poyarekar
2018-07-13
1
-11
/
+40
*
memcmp.S: optimize for medium to large sizes
Siddhesh Poyarekar
2018-07-13
1
-44
/
+100
*
Improve strncmp for mutually misaligned inputs
Siddhesh Poyarekar
2018-07-13
1
-17
/
+79
*
Cygwin: Treat PROCESSOR_ARCHITECTURE_INTEL as running under WOW64 on ARM64
Corinna Vinschen
2018-07-12
1
-9
/
+24
*
Fix AArch32 semihosting SYS_EXIT call on semihosting v1.
Tamar Christina
2018-07-11
1
-0
/
+6
*
Remove float compare option from sincosf
Szabolcs Nagy
2018-07-11
1
-10
/
+1
*
Fix the documentation comments for log_inline in pow
Szabolcs Nagy
2018-07-11
1
-3
/
+3
*
Cygwin: Don't print FAST_CWD warning in WOW64 on ARM64 systems
Corinna Vinschen
2018-07-10
1
-1
/
+15
*
Cygwin: fix a race in the FAST_CWD fallback code
Corinna Vinschen
2018-07-10
1
-22
/
+17
*
Update config.guess and config.sub
Sebastian Huber
2018-07-06
2
-1129
/
+1144
*
Fix a problem that connection to syslogd fails.
Takashi Yano
2018-07-06
2
-19
/
+17
*
Fix namespace issues in sinf, cosf and sincosf
Szabolcs Nagy
2018-07-06
5
-18
/
+19
*
Fix large ulp error in pow without fma very near 1.0
Szabolcs Nagy
2018-07-06
1
-2
/
+4
*
Change the return type of converttoint and document the semantics
Szabolcs Nagy
2018-07-06
1
-1
/
+9
*
Remove unused TOINT_RINT and TOINT_SHIFT macros
Szabolcs Nagy
2018-07-06
2
-10
/
+1
*
Move __HAVE_FAST_FMA to math_config.h
Szabolcs Nagy
2018-07-06
7
-35
/
+21
*
Fix code style and comments of new math code
Szabolcs Nagy
2018-07-06
8
-74
/
+134
*
Fix newlib functions perror()/psignal() not to use writev().
Takashi Yano
2018-07-05
2
-37
/
+39
*
Cygwin: Include local ntsecapi.h
Takashi Yano
2018-07-04
1
-1
/
+1
*
Fix a bug of perror()/psignal() that changes the orientation of stderr.
Takashi Yano
2018-07-04
2
-8
/
+54
*
Fix a bug of psiginfo() that changes the orientation of stderr.
Takashi Yano
2018-07-03
1
-6
/
+35
*
Introduce @unless/@endunless and postbootstrap Makefile targets
Alexandre Oliva
2018-06-30
4
-166
/
+135
*
Add OBJCOPY to Makefile.tpl too, to keep it on Makefile.in rebuild
Alexandre Oliva
2018-06-30
1
-0
/
+1
*
Cygwin: tape: Handle non-standard "no medium" error code
Corinna Vinschen
2018-06-29
2
-5
/
+26
*
Cygwin: define pthread_tryjoin_np/pthread_timedjoin_np _GNU_VISIBLE
Corinna Vinschen
2018-06-27
1
-2
/
+2
*
Cygwin: doc: add pthread_tryjoin_np, pthread_timedjoin_np
Corinna Vinschen
2018-06-27
2
-1
/
+3
*
Cygwin: pthread_timedjoin_np: return ETIMEDOUT, not EBUSY
Corinna Vinschen
2018-06-27
1
-2
/
+2
*
Cygwin: Implement pthread_tryjoin_np and pthread_timedjoin_np
Corinna Vinschen
2018-06-27
7
-11
/
+42
*
newlib: enable new math functions on Cygwin
Corinna Vinschen
2018-06-27
1
-0
/
+4
*
New pow implementation
Szabolcs Nagy
2018-06-27
8
-5
/
+607
*
New log2 implementation
Szabolcs Nagy
2018-06-27
6
-4
/
+399
*
New log implementation
Szabolcs Nagy
2018-06-27
9
-4
/
+744
*
New exp and exp2 implementations
Szabolcs Nagy
2018-06-27
11
-5
/
+1138
*
Use uint32_t sign argument to math error functions
Szabolcs Nagy
2018-06-27
3
-13
/
+13
*
Cygwin: fix bumptious GCC 7 warnings
Corinna Vinschen
2018-06-26
2
-3
/
+9
*
Cygwin: Allow to build without experimental AF_UNIX code by default
Corinna Vinschen
2018-06-26
8
-1
/
+36
*
Cygwin: add Unicode patch to release notes
Corinna Vinschen
2018-06-26
1
-0
/
+3
*
Fix Unicode table.
Takashi Yano
2018-06-26
2
-26
/
+16
*
Revert "Remove -fno-builtin to allow gcc to inline functions such as fabs, fl...
Corinna Vinschen
2018-06-26
8
-8
/
+8
*
Cygwin: exceptions: fix FPE exception flags
Corinna Vinschen
2018-06-26
2
-1
/
+10
*
Cygwin: signal.h: improve exception flags definition
Corinna Vinschen
2018-06-26
1
-5
/
+39
*
Remove -fno-builtin to allow gcc to inline functions such as fabs, floor, cre...
Jon Beniston
2018-06-25
8
-8
/
+8
*
Fix the handling of out-of-band (OOB) data in a socket.
Takashi Yano
2018-06-22
3
-9
/
+120
[prev]
[next]