Age | Commit message (Expand) | Author | Files | Lines |
2020-03-03 | Fix error in float trig. function range reduction | Fabian Schriever | 1 | -1/+1 |
2020-03-02 | Fix error in powf for (-1.0, NaN) input | Fabian Schriever | 1 | -1/+1 |
2020-03-02 | arm: Finish moving newlib to unified syntax for Thumb1 | Richard Earnshaw | 1 | -7/+8 |
2020-02-25 | x86_64/i386 fenv: Replace symlink with include fenv_stub.c | Joel Sherrill | 23 | -23/+161 |
2020-02-20 | newlib/libc/include/devctl.h: Add extern "C" wrapper | Joel Sherrill | 1 | -0/+8 |
2020-02-18 | Locale modifier "@cjksingle" to enforce single-width CJK width. | Thomas Wolff | 2 | -4/+17 |
2020-02-14 | pow: fix pow(-1.0, NaN) | Nicolas Brunie | 1 | -1/+1 |
2020-02-06 | Typo in license for newlib/libc/stdio/flags.c | Keith Packard | 1 | -1/+1 |
2020-02-06 | Typo in license terms for newlib/libm/common/log2.c | Keith Packard | 1 | -1/+1 |
2020-01-29 | Use remove-advertising-clause script to edit BSD licenses | Keith Packard | 274 | -924/+281 |
2020-01-29 | Revert "newlib: fix fseek optimization with SEEK_CUR" | Corinna Vinschen | 2 | -12/+50 |
2020-01-21 | Bump up newlib release to 3.3.0 | Jeff Johnston | 109 | -1083/+1083 |
2020-01-21 | Change the reent verify check option to document disabling it | Jeff Johnston | 3 | -5/+5 |
2020-01-21 | Default newlib_reent_check_verify to yes in configure.host | Jeff Johnston | 1 | -3/+3 |
2020-01-21 | riscv: Map between ieeefp.h exception bits and RISC-V FCSR bits | Keith Packard | 1 | -3/+37 |
2020-01-21 | riscv: Add 'break' statements to fpsetround switch | Keith Packard | 1 | -4/+4 |
2020-01-21 | riscv: Use current pseudo-instructions to access the FCSR register | Keith Packard | 1 | -2/+2 |
2020-01-09 | Prevent more NULL ptr accesses due to Balloc out of memory | Jeff Johnston | 3 | -9/+9 |
2020-01-02 | Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0 | Jeff Johnston | 111 | -1094/+1111 |
2019-12-29 | doc: add more details about adding documentation to HOWTO | Jon Turney | 1 | -2/+4 |
2019-12-20 | Optimize setjmp/longjmp for moxie. | Anthony Green | 2 | -87/+39 |
2019-12-18 | Don't display trailing '.' in _dcvt | Keith Packard | 1 | -3/+12 |
2019-12-18 | Fix gcvt to always show 'ndigits' of precision | Keith Packard | 1 | -11/+7 |
2019-12-18 | Fix fcvt to only show 'ndigit' past decimal | Keith Packard | 1 | -8/+1 |
2019-12-18 | doc: Untabify python scripts used for making man pages | Jon Turney | 2 | -219/+219 |
2019-12-17 | Set __IEEE_LITTLE_ENDIAN for _XTENSA_EL__ (ESP32) | Keith Packard | 1 | -0/+4 |
2019-12-17 | Return EINVAL for illegal base in strtol | Keith Packard | 1 | -2/+7 |
2019-12-16 | strtold: set errno to ERANGE on underflow per POSIX | Bruno Haible | 1 | -0/+21 |
2019-12-13 | Fix setjmp/longjmp for the moxie port. | Anthony Green | 2 | -25/+48 |
2019-12-02 | libm: switch sf_log1p from double error routines to float | Keith Packard | 2 | -4/+2 |
2019-11-26 | newlib/libc/include/sys/features.h: update __STDC_ISO_10646__ | Brian Inglis | 1 | -3/+7 |
2019-11-18 | newlib: fix fseek optimization with SEEK_CUR | Bastien Bouclet | 2 | -50/+12 |
2019-11-08 | Stash reent marker in upper bits of s1 on AMD GCN | Kwok Cheung Yeung | 1 | -10/+10 |
2019-11-04 | Move timeval macros to <sys/time.h> | Sebastian Huber | 2 | -32/+31 |
2019-11-04 | Synchronize <sys/time.h> with FreeBSD | Sebastian Huber | 1 | -0/+27 |
2019-11-04 | Synchronize <sys/_timespec.h> with FreeBSD | Sebastian Huber | 1 | -2/+4 |
2019-11-04 | Fix sbttons for values > 2s | imp | 1 | -2/+9 |
2019-10-31 | PRU: Align libmath to PRU ABI | Dimitar Dimitrov | 18 | -2/+6719 |
2019-10-31 | Fix some generated files | Jeff Johnston | 4 | -16/+16 |
2019-10-31 | Initial PRU port for libgloss and newlib | Dimitar Dimitrov | 11 | -3/+6320 |
2019-10-09 | riscv/sys/fenv.h: Add missing extern for fe_dfl_env_p | Joel Sherrill | 1 | -0/+2 |
2019-10-08 | Add patch from Joel Sherrill for i386 and x86_64 fenv support | Jeff Johnston | 37 | -9/+16544 |
2019-10-07 | Allow verifying _REENT_CHECK macros memory allocation | Jeff Johnston | 6 | -5/+54 |
2019-10-07 | Optimize epilogue sequence for architectures with POP interworking. | Christos Gentsos | 2 | -0/+12 |
2019-10-04 | Prevent NULL ptr accesses due to Balloc out of memory | Jeff Johnston | 3 | -12/+20 |
2019-09-25 | Add SIOCGIFDOWNREASON. | kib | 2 | -2/+14 |
2019-09-25 | Add kernel-side support for in-kernel TLS. | jhb | 2 | -1/+16 |
2019-09-25 | Rename IPPROTO 33 from SEP to DCCP | thj | 1 | -2/+2 |
2019-09-25 | This commit updates rack to what is basically | rrs | 1 | -7/+20 |
2019-09-25 | Add an external mbuf buffer type that holds | jhb | 1 | -0/+1 |