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
...
*
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
*
doc: Also update shebang for chapter-texi2docbook.py
Jon Turney
2020-08-26
1
-1
/
+1
*
Enabled _CS* defines for RTEMS
Eshan dhawan via Newlib
2020-08-25
1
-1
/
+2
*
doc: Various fixes to makedocbook for python3.8
Jon Turney
2020-08-24
1
-4
/
+6
*
libm/stdlib: Realloc when shrinking by 2* or more
Keith Packard via Newlib
2020-08-17
1
-3
/
+3
*
libm/stdlib: don't read past source in nano_realloc
Keith Packard via Newlib
2020-08-17
1
-2
/
+4
*
libc/stdlib: Fix build failure in nano_calloc
Craig Blackmore
2020-08-13
1
-2
/
+2
*
libc/stdlib: Use __builtin_mul_overflow for reallocarray and calloc
Keith Packard via Newlib
2020-08-12
3
-15
/
+22
*
libm/machine/riscv: Add custom fma/sqrt functions when supported [v2]
Keith Packard via Newlib
2020-08-12
7
-5
/
+237
*
libm/machine/arm: Add optimized fmaf and fma when available
Keith Packard via Newlib
2020-08-10
6
-5
/
+125
*
libm: Detect fast fmaf support
Keith Packard via Newlib
2020-08-10
1
-0
/
+8
*
libm: ARM without HW double does not have fast FMA
Keith Packard via Newlib
2020-08-10
1
-1
/
+1
*
libm/math: ensure that expf(-huge) sets FE_UNDERFLOW exception
Keith Packard via Newlib
2020-08-10
1
-1
/
+1
*
libm: Control errno support with _IEEE_LIBM configuration parameter
Keith Packard via Newlib
2020-08-05
6
-73
/
+22
*
libm/math: Don't modify __ieee754_pow return values in pow
Keith Packard via Newlib
2020-08-05
2
-26
/
+2
*
libm/math: Set errno to ERANGE for pow(0, -y)
Keith Packard via Newlib
2020-08-05
2
-4
/
+2
*
libm/math: Make yx functions set errno=ERANGE for x=0
Keith Packard via Newlib
2020-08-05
6
-42
/
+52
*
libm/math: set errno to ERANGE at gamma poles
Keith Packard via Newlib
2020-08-05
4
-39
/
+16
*
libm: Set math_errhandling to match library and hardware [v2]
Keith Packard via Newlib
2020-08-04
2
-1
/
+22
*
libm/common: Set WANT_ERRNO based on _IEEE_LIBM value
Keith Packard via Newlib
2020-08-04
1
-1
/
+3
*
libm/math: Use __math_xflow in obsolete math code [v2]
Keith Packard
2020-08-03
9
-32
/
+34
*
select.h: update FD macros to latest FreeBSD, fix type conversion warning
Corinna Vinschen
2020-08-03
1
-27
/
+41
*
Cygwin: posix_spawn: add Cygwin-specific code fixing process synchronisation
Corinna Vinschen
2020-08-03
1
-0
/
+64
*
arm: Fix include to avoid undefined reference
Sebastian Huber
2020-07-29
1
-1
/
+1
*
arm: Split fenv.c into multiple files
Eshan dhawan
2020-07-29
19
-282
/
+696
*
arm: Fix fenv support
Eshan dhawan
2020-07-29
9
-772
/
+127
*
riscv: fix integer wraparound in memcpy
PkmX via Newlib
2020-07-27
1
-2
/
+2
*
ctype.h: Fix unused variable warnings
Aschref Ben Thabet
2020-07-16
1
-4
/
+9
*
testsuite: Fix iconv tests to use new encoding config defines
Keith Packard via Newlib
2020-07-10
3
-48
/
+47
*
libc/iconv: find_alias was mis-computing remaining alias table length
Keith Packard via Newlib
2020-07-10
1
-1
/
+1
*
libc/iconv: Remove unneeded pointer var for _iconv_aliases
Keith Packard via Newlib
2020-07-10
2
-6
/
+3
*
libc/iconv: Detect CES handler loading failure
Keith Packard via Newlib
2020-07-10
1
-1
/
+1
*
Removed #ifndef _ARM_PCS_VFP_ from sys/fenv.h for arm
Eshan dhawan via Newlib
2020-07-06
1
-2
/
+2
*
libm: machine: Add missing sparc and mips configuration
Corinna Vinschen
2020-07-03
7
-3
/
+12683
*
mips fenv support
Eshan dhawan via Newlib
2020-07-03
19
-0
/
+662
*
SPARC fenv support
Eshan dhawan via Newlib
2020-07-03
17
-0
/
+546
*
fenv aarch64 support
Eshan dhawan via Newlib
2020-07-02
16
-3
/
+515
*
fenv support arm
Eshan dhawan via Newlib
2020-06-09
22
-3
/
+1339
*
Regenerate libm/machine configuration files for powerpc
Jeff Johnston
2020-06-09
4
-3
/
+6342
*
hard float support for PowerPC taken from FreeBSD
Eshan dhawan via Newlib
2020-06-03
18
-0
/
+491
*
Reimplement aligned_alloc
Szabolcs Nagy
2020-05-19
1
-32
/
+30
*
newlib/libm/math: Make pow/powf return qnan for snan arg
Keith Packard via Newlib
2020-03-26
2
-7
/
+16
*
newlib/libm/common: Don't re-convert float to bits in modf/modff
Keith Packard via Newlib
2020-03-26
2
-15
/
+5
*
newlib/libm/common: Fix modf/modff returning snan
Keith Packard via Newlib
2020-03-26
2
-16
/
+4
[prev]
[next]