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
*
newlib: newlocale: fix typo rendering ctype_ptr invalid
Corinna Vinschen
2018-08-08
1
-1
/
+1
*
newlib: strftime: fix gcc warning on __ctloc
Corinna Vinschen
2018-08-08
1
-5
/
+3
*
RTEMS: Add aligned_alloc() to crt0
Sebastian Huber
2018-08-08
1
-1
/
+3
*
Declare GNU-specific sched_getcpu()
Sebastian Huber
2018-08-07
1
-0
/
+4
*
RISC-V: Do not use _init/_fini
Sebastian Huber
2018-07-30
3
-0
/
+16
*
Add attributes to allocator functions
Sebastian Huber
2018-07-30
1
-4
/
+5
*
FreeBSD compat. __alloc_size(), __alloc_align()
Sebastian Huber
2018-07-30
2
-5
/
+5
*
Define a new __alloc_size2 attribute to complement the exiting support.
pfg
2018-07-30
1
-0
/
+2
*
Remove lint support from system headers and MD x86 headers.
kib
2018-07-30
1
-15
/
+3
*
sys: further adoption of SPDX licensing ID tags.
pfg
2018-07-30
1
-0
/
+2
*
Make _Static_assert() work with GCC in older C++ standards.
ed@FreeBSD.org
2018-07-30
1
-1
/
+1
*
ctype: Avoid GCC note in towctrans_l.c
Sebastian Huber
2018-07-30
1
-2
/
+2
*
ctype: Fix integer type for caseconv_entry::delta
Sebastian Huber
2018-07-30
1
-1
/
+1
*
Fix comparison between two character arrays
Jordi Sanfeliu
2018-07-30
1
-1
/
+1
*
Cygwin: define _POSIX_ASYNCHRONOUS_IO
Yaakov Selkowitz
2018-07-25
1
-1
/
+1
*
ctype: Fix bitfield types on 16-bit targets
newlib-snapshot-20180720
Sebastian Huber
2018-07-20
2
-6
/
+8
*
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
*
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
*
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
*
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
*
Fix a bug of perror()/psignal() that changes the orientation of stderr.
Takashi Yano
2018-07-04
2
-8
/
+54
*
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
*
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
*
Remove -fno-builtin to allow gcc to inline functions such as fabs, floor, cre...
Jon Beniston
2018-06-25
8
-8
/
+8
*
Improve performance of sinf/cosf/sincosf
Wilco Dijkstra
2018-06-21
11
-6
/
+667
*
Revert "Improve performance of sinf/cosf/sincosf"
Corinna Vinschen
2018-06-21
11
-667
/
+6
*
libm/common/s_round.c (round): Add cast for 16-bit CPUs
Jon Beniston
2018-06-21
1
-1
/
+1
*
Improve performance of sinf/cosf/sincosf
Wilco Dijkstra
2018-06-19
11
-6
/
+667
*
newlib: getopt now permutes multi-flag options correctly
Thomas Kindler
2018-06-18
2
-13
/
+23
*
Fix issue with malloc_extend_top
Jeff Johnston
2018-05-29
1
-1
/
+6
*
fix llrint and lrint for 52 <= exponent <= 62
Matthias Kannwischer
2018-05-29
2
-4
/
+4
*
Fix 32-bit overflow in mktime() when time_t is 64-bits long
Freddie Chopin
2018-05-29
1
-1
/
+1
[next]