summaryrefslogtreecommitdiffstats
path: root/newlib
Commit message (Expand)AuthorAgeFilesLines
* Typo in license for newlib/libc/stdio/flags.cKeith Packard2020-02-061-1/+1
* Typo in license terms for newlib/libm/common/log2.cKeith Packard2020-02-061-1/+1
* Use remove-advertising-clause script to edit BSD licensesKeith Packard2020-01-29274-924/+281
* Revert "newlib: fix fseek optimization with SEEK_CUR"Corinna Vinschen2020-01-292-12/+50
* Bump up newlib release to 3.3.0Jeff Johnston2020-01-21109-1083/+1083
* Change the reent verify check option to document disabling itJeff Johnston2020-01-213-5/+5
* Default newlib_reent_check_verify to yes in configure.hostJeff Johnston2020-01-211-3/+3
* riscv: Map between ieeefp.h exception bits and RISC-V FCSR bitsKeith Packard2020-01-211-3/+37
* riscv: Add 'break' statements to fpsetround switchKeith Packard2020-01-211-4/+4
* riscv: Use current pseudo-instructions to access the FCSR registerKeith Packard2020-01-211-2/+2
* Prevent more NULL ptr accesses due to Balloc out of memoryJeff Johnston2020-01-093-9/+9
* Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston2020-01-02111-1094/+1111
* doc: add more details about adding documentation to HOWTOJon Turney2019-12-291-2/+4
* Optimize setjmp/longjmp for moxie.Anthony Green2019-12-202-87/+39
* Don't display trailing '.' in _dcvtKeith Packard2019-12-181-3/+12
* Fix gcvt to always show 'ndigits' of precisionKeith Packard2019-12-181-11/+7
* Fix fcvt to only show 'ndigit' past decimalKeith Packard2019-12-181-8/+1
* doc: Untabify python scripts used for making man pagesJon Turney2019-12-182-219/+219
* Set __IEEE_LITTLE_ENDIAN for _XTENSA_EL__ (ESP32)Keith Packard2019-12-171-0/+4
* Return EINVAL for illegal base in strtolKeith Packard2019-12-171-2/+7
* strtold: set errno to ERANGE on underflow per POSIXBruno Haible2019-12-161-0/+21
* Fix setjmp/longjmp for the moxie port.Anthony Green2019-12-132-25/+48
* libm: switch sf_log1p from double error routines to floatKeith Packard2019-12-022-4/+2
* newlib/libc/include/sys/features.h: update __STDC_ISO_10646__Brian Inglis2019-11-261-3/+7
* newlib: fix fseek optimization with SEEK_CURBastien Bouclet2019-11-182-50/+12
* Stash reent marker in upper bits of s1 on AMD GCNKwok Cheung Yeung2019-11-081-10/+10
* Move timeval macros to <sys/time.h>Sebastian Huber2019-11-042-32/+31
* Synchronize <sys/time.h> with FreeBSDSebastian Huber2019-11-041-0/+27
* Synchronize <sys/_timespec.h> with FreeBSDSebastian Huber2019-11-041-2/+4
* Fix sbttons for values > 2simp2019-11-041-2/+9
* PRU: Align libmath to PRU ABIDimitar Dimitrov2019-10-3118-2/+6719
* Fix some generated filesJeff Johnston2019-10-314-16/+16
* Initial PRU port for libgloss and newlibDimitar Dimitrov2019-10-3111-3/+6320
* riscv/sys/fenv.h: Add missing extern for fe_dfl_env_pJoel Sherrill2019-10-091-0/+2
* Add patch from Joel Sherrill for i386 and x86_64 fenv supportJeff Johnston2019-10-0837-9/+16544
* Allow verifying _REENT_CHECK macros memory allocationJeff Johnston2019-10-076-5/+54
* Optimize epilogue sequence for architectures with POP interworking.Christos Gentsos2019-10-072-0/+12
* Prevent NULL ptr accesses due to Balloc out of memoryJeff Johnston2019-10-043-12/+20
* Add SIOCGIFDOWNREASON.kib2019-09-252-2/+14
* Add kernel-side support for in-kernel TLS.jhb2019-09-252-1/+16
* Rename IPPROTO 33 from SEP to DCCPthj2019-09-251-2/+2
* This commit updates rack to what is basicallyrrs2019-09-251-7/+20
* Add an external mbuf buffer type that holdsjhb2019-09-251-0/+1
* Convert all IPv4 and IPv6 multicast membershipshselasky2019-09-252-10/+3
* Extend mmap/mprotect API to specify the max pagebrooks2019-09-251-1/+9
* Some devices take undesired actions when RTS andshurd2019-09-251-1/+2
* Fix mismatch from r342379.pfg2019-09-251-2/+2
* gai_strerror() - Update string error messages according to RFC 3493.pfg2019-09-251-9/+9
* libc/include/devctl.h: Add SOCKCLOSE per FACE Technical Standard, Edition 3.0Joel Sherrill2019-09-101-5/+24
* fe_dfl_env.c: Fix typo in commentJoel Sherrill2019-09-031-1/+1