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
*
Align *utime*() with POSIX/glibc
Sebastian Huber
2021-01-26
3
-6
/
+6
*
RTEMS: Add <poll.h> and <sys/poll.h>
Sebastian Huber
2021-01-05
2
-0
/
+107
*
Bump up newlib version to 4.1.0
newlib-4.1.0
Jeff Johnston
2020-12-18
115
-1134
/
+1140
*
fixes to make compilation succeeds
Paul Zimmermann
2020-12-18
2
-1
/
+2
*
Update gamma functions from code in picolibc
Jeff Johnston
2020-12-17
4
-28
/
+47
*
Add declarations for __ieee754_tgamma functions to fdlibm.h
Jeff Johnston
2020-12-16
1
-0
/
+2
*
arm: Fix memchr() for Armv8-R
Sebastian Huber
2020-12-14
1
-0
/
+4
*
Fix error in powf for x close to 1 and large y
Fabian Schriever
2020-12-11
1
-1
/
+1
*
Bump newlib release to 4.0.0
Jeff Johnston
2020-12-11
115
-1136
/
+1151
*
RISC-V: Add machine-specific implementation for lrint[f], lround[f], llrint[f...
Kito Cheng
2020-11-18
10
-3
/
+503
*
RISC-V: Add machine-specific implementation for isnan[f] and copysign[f]
Kito Cheng
2020-11-18
6
-3
/
+237
*
RISC-V: Add missing compile rule for s_finite.c, sf_finite.c, s_isinf.c and s...
Kito Cheng
2020-11-18
2
-3
/
+33
*
malloc/nano-malloc: correctly check for out-of-bounds allocation reqs
Corinna Vinschen
2020-11-17
2
-2
/
+27
*
Fix return type of __locale_ctype_ptr_l()
Sebastian Huber
2020-11-16
1
-1
/
+1
*
libc/include/newlib.h: Fix C++ compilation issue
Joel Sherrill
2020-11-16
1
-2
/
+2
*
Fix 32-bit integer overflow when calculating TZ rules
Ivan Grokhotov
2020-11-04
1
-1
/
+1
*
RISC-V: Fix wrong including file in s_isinf.c
Kito Cheng
2020-10-29
1
-1
/
+1
*
RISC-V: NaN should return 0 for finite[f]
Kito Cheng
2020-10-29
2
-2
/
+2
*
libc/sys/rtems/include/machine/_types.h: Define daddr_t to be 64 bits for RTEMS
Joel Sherrill
2020-10-28
1
-0
/
+3
*
RISC-V: Implment finite and fpclassify
Kito Cheng
2020-10-27
9
-3
/
+421
*
RISC-V: Add fabs[f], fmax[f] and fmin[f].
Kito Cheng
2020-10-27
8
-3
/
+345
*
Define RB_SET_PARENT to do all assignments
dougm
2020-10-26
1
-30
/
+28
*
In concluding RB_REMOVE_COLOR, in the case when
dougm
2020-10-26
1
-15
/
+11
*
Linuxkpi uses the rb-tree structures
dougm
2020-10-26
1
-148
/
+137
*
Fixup r361997 by balancing parens. Duh.
dougm
2020-10-26
1
-1
/
+1
*
Restore an RB_COLOR macro, for the benefit of
dougm
2020-10-26
1
-0
/
+6
*
To reduce the size of an rb_node, drop the color
dougm
2020-10-26
1
-138
/
+143
*
Remove from RB_REMOVE_COLOR some null checks
dougm
2020-10-26
1
-26
/
+20
*
RB_REMOVE invokes RB_REMOVE_COLOR either when
dougm
2020-10-26
1
-72
/
+65
*
For the case when RB_REMOVE requires a nontrivial
dougm
2020-10-26
1
-28
/
+24
*
Correct the use of RB_AUGMENT in the RB_TREE
dougm
2020-10-26
1
-50
/
+38
*
Add RB_REINSERT(3), a low overhead alternative to
trasz
2020-10-26
1
-2
/
+24
*
amd64: prevent KCSan false positives on LAPIC mapping
jah
2020-10-26
1
-0
/
+2
*
sys: clean up empty lines in .c and .h files
mjg
2020-10-26
1
-1
/
+0
*
gcc: quiet Wattribute for no_sanitize("address")
rlibby
2020-10-26
1
-2
/
+6
*
Don't sanitize linker_set
dab
2020-10-26
1
-0
/
+7
*
Make the system C11 atomics headers fully compatible with external GCC.
jhb
2020-10-26
2
-15
/
+12
*
libc/time: Move internal newlib tz-structs into own header
Torbjörn SVENSSON via Newlib
2020-10-15
5
-57
/
+25
*
drop ambiguous-wide behaviour from Unicode CJK locales
Thomas Wolff
2020-10-13
1
-13
/
+5
*
libc/include/wchar.h: Remove parameter name
Torbjörn SVENSSON
2020-10-02
1
-2
/
+2
*
libc/include/inttypes.h: Remove parameter name
Torbjörn SVENSSON
2020-10-02
1
-1
/
+1
*
libc/include/math.h: Remove parameter name
Christophe Lyon
2020-09-25
1
-8
/
+8
*
Port of C-SKY for newlib
Jojo R
2020-09-23
11
-2
/
+6360
*
libm: Make tgamma(-small) = -INFINITY
Keith Packard
2020-09-18
1
-1
/
+1
*
libm: Fix 'gamma' and 'gammaf' functions. Clean up other gamma code. [v2]
Keith Packard via Newlib
2020-09-04
13
-118
/
+56
*
libm/riscv: Use common fma code when necessary
Keith Packard via Newlib
2020-09-04
2
-0
/
+4
*
libm/riscv: Fix machine-specific sqrt build process
Keith Packard via Newlib
2020-09-04
4
-20
/
+16
*
loadlocale: don't casecmp digits
Corinna Vinschen
2020-09-04
1
-1
/
+1
*
Fix warnings when building for msp430-elf
Jozef Lawrynowicz
2020-09-03
6
-16
/
+24
*
libm/machine/arm: Rename s*_fma.c -> s*_fma_arm.c
Keith Packard via Newlib
2020-09-02
4
-14
/
+14
[next]