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/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
*
Fix spurious underflow exceptions for Bessel functions for double(from glibc ...
Joseph S. Myers
2020-03-26
4
-9
/
+13
*
Fix hypotf missing mask in hi+lo decomposition
Fabian Schriever
2020-03-19
1
-2
/
+2
*
Fix modf/f for NaN input
Fabian Schriever
2020-03-19
2
-0
/
+2
*
Fix for k_tan.c specific inputs
Fabian Schriever
2020-03-18
1
-8
/
+21
*
RTEMS: Include missing header and fix stub
Sebastian Huber
2020-03-13
1
-1
/
+2
*
Fix truncf for sNaN input
Fabian Schriever
2020-03-11
1
-1
/
+1
*
i386/fenv.c: Include fenv.c implementation shared with x86_64, not stub
Joel Sherrill
2020-03-10
1
-1
/
+1
*
Fix error in fdim/f for infinities
Fabian Schriever
2020-03-10
2
-8
/
+2
*
Fix error in exp in magnitude [2e-32,2e-28]
Fabian Schriever
2020-03-09
2
-2
/
+2
*
Fix error in float trig. function range reduction
Fabian Schriever
2020-03-03
1
-1
/
+1
*
Fix error in powf for (-1.0, NaN) input
Fabian Schriever
2020-03-02
1
-1
/
+1
*
arm: Finish moving newlib to unified syntax for Thumb1
Richard Earnshaw
2020-03-02
1
-7
/
+8
*
x86_64/i386 fenv: Replace symlink with include fenv_stub.c
Joel Sherrill
2020-02-25
23
-23
/
+161
*
newlib/libc/include/devctl.h: Add extern "C" wrapper
Joel Sherrill
2020-02-20
1
-0
/
+8
*
Locale modifier "@cjksingle" to enforce single-width CJK width.
Thomas Wolff
2020-02-18
2
-4
/
+17
*
pow: fix pow(-1.0, NaN)
Nicolas Brunie
2020-02-14
1
-1
/
+1
*
Typo in license for newlib/libc/stdio/flags.c
Keith Packard
2020-02-06
1
-1
/
+1
*
Typo in license terms for newlib/libm/common/log2.c
Keith Packard
2020-02-06
1
-1
/
+1
*
Use remove-advertising-clause script to edit BSD licenses
Keith Packard
2020-01-29
274
-924
/
+281
*
Revert "newlib: fix fseek optimization with SEEK_CUR"
Corinna Vinschen
2020-01-29
2
-12
/
+50
*
Bump up newlib release to 3.3.0
Jeff Johnston
2020-01-21
109
-1083
/
+1083
*
Change the reent verify check option to document disabling it
Jeff Johnston
2020-01-21
3
-5
/
+5
*
Default newlib_reent_check_verify to yes in configure.host
Jeff Johnston
2020-01-21
1
-3
/
+3
*
riscv: Map between ieeefp.h exception bits and RISC-V FCSR bits
Keith Packard
2020-01-21
1
-3
/
+37
*
riscv: Add 'break' statements to fpsetround switch
Keith Packard
2020-01-21
1
-4
/
+4
*
riscv: Use current pseudo-instructions to access the FCSR register
Keith Packard
2020-01-21
1
-2
/
+2
*
Prevent more NULL ptr accesses due to Balloc out of memory
Jeff Johnston
2020-01-09
3
-9
/
+9
*
Bump up release to 3.2.0 for yearly snapshot
newlib-snapshot-20200102
newlib-3.2.0
Jeff Johnston
2020-01-02
111
-1094
/
+1111
*
doc: add more details about adding documentation to HOWTO
Jon Turney
2019-12-29
1
-2
/
+4
*
Optimize setjmp/longjmp for moxie.
Anthony Green
2019-12-20
2
-87
/
+39
*
Don't display trailing '.' in _dcvt
Keith Packard
2019-12-18
1
-3
/
+12
*
Fix gcvt to always show 'ndigits' of precision
Keith Packard
2019-12-18
1
-11
/
+7
*
Fix fcvt to only show 'ndigit' past decimal
Keith Packard
2019-12-18
1
-8
/
+1
*
doc: Untabify python scripts used for making man pages
Jon Turney
2019-12-18
2
-219
/
+219
*
Set __IEEE_LITTLE_ENDIAN for _XTENSA_EL__ (ESP32)
Keith Packard
2019-12-17
1
-0
/
+4
*
Return EINVAL for illegal base in strtol
Keith Packard
2019-12-17
1
-2
/
+7
*
strtold: set errno to ERANGE on underflow per POSIX
Bruno Haible
2019-12-16
1
-0
/
+21
*
Fix setjmp/longjmp for the moxie port.
Anthony Green
2019-12-13
2
-25
/
+48
*
libm: switch sf_log1p from double error routines to float
Keith Packard
2019-12-02
2
-4
/
+2
*
newlib/libc/include/sys/features.h: update __STDC_ISO_10646__
Brian Inglis
2019-11-26
1
-3
/
+7
*
newlib: fix fseek optimization with SEEK_CUR
Bastien Bouclet
2019-11-18
2
-50
/
+12
*
Stash reent marker in upper bits of s1 on AMD GCN
Kwok Cheung Yeung
2019-11-08
1
-10
/
+10
*
Move timeval macros to <sys/time.h>
Sebastian Huber
2019-11-04
2
-32
/
+31
*
Synchronize <sys/time.h> with FreeBSD
Sebastian Huber
2019-11-04
1
-0
/
+27
*
Synchronize <sys/_timespec.h> with FreeBSD
Sebastian Huber
2019-11-04
1
-2
/
+4
*
Fix sbttons for values > 2s
imp
2019-11-04
1
-2
/
+9
*
PRU: Align libmath to PRU ABI
Dimitar Dimitrov
2019-10-31
18
-2
/
+6719
[next]