Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/newlib
AgeCommit message (Expand)Author
2020-03-11Fix truncf for sNaN inputFabian Schriever
2020-03-10i386/fenv.c: Include fenv.c implementation shared with x86_64, not stubJoel Sherrill
2020-03-10Fix error in fdim/f for infinitiesFabian Schriever
2020-03-09Fix error in exp in magnitude [2e-32,2e-28]Fabian Schriever
2020-03-03Fix error in float trig. function range reductionFabian Schriever
2020-03-02Fix error in powf for (-1.0, NaN) inputFabian Schriever
2020-03-02arm: Finish moving newlib to unified syntax for Thumb1Richard Earnshaw
2020-02-25x86_64/i386 fenv: Replace symlink with include fenv_stub.cJoel Sherrill
2020-02-20newlib/libc/include/devctl.h: Add extern "C" wrapperJoel Sherrill
2020-02-18Locale modifier "@cjksingle" to enforce single-width CJK width.Thomas Wolff
2020-02-14pow: fix pow(-1.0, NaN)Nicolas Brunie
2020-02-06Typo in license for newlib/libc/stdio/flags.cKeith Packard
2020-02-06Typo in license terms for newlib/libm/common/log2.cKeith Packard
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard
2020-01-29Revert "newlib: fix fseek optimization with SEEK_CUR"Corinna Vinschen
2020-01-21Bump up newlib release to 3.3.0Jeff Johnston
2020-01-21Change the reent verify check option to document disabling itJeff Johnston
2020-01-21Default newlib_reent_check_verify to yes in configure.hostJeff Johnston
2020-01-21riscv: Map between ieeefp.h exception bits and RISC-V FCSR bitsKeith Packard
2020-01-21riscv: Add 'break' statements to fpsetround switchKeith Packard
2020-01-21riscv: Use current pseudo-instructions to access the FCSR registerKeith Packard
2020-01-09Prevent more NULL ptr accesses due to Balloc out of memoryJeff Johnston
2020-01-02Bump up release to 3.2.0 for yearly snapshotnewlib-snapshot-20200102newlib-3.2.0Jeff Johnston
2019-12-29doc: add more details about adding documentation to HOWTOJon Turney
2019-12-20Optimize setjmp/longjmp for moxie.Anthony Green
2019-12-18Don't display trailing '.' in _dcvtKeith Packard
2019-12-18Fix gcvt to always show 'ndigits' of precisionKeith Packard
2019-12-18Fix fcvt to only show 'ndigit' past decimalKeith Packard
2019-12-18doc: Untabify python scripts used for making man pagesJon Turney
2019-12-17Set __IEEE_LITTLE_ENDIAN for _XTENSA_EL__ (ESP32)Keith Packard
2019-12-17Return EINVAL for illegal base in strtolKeith Packard
2019-12-16strtold: set errno to ERANGE on underflow per POSIXBruno Haible
2019-12-13Fix setjmp/longjmp for the moxie port.Anthony Green
2019-12-02libm: switch sf_log1p from double error routines to floatKeith Packard
2019-11-26newlib/libc/include/sys/features.h: update __STDC_ISO_10646__Brian Inglis
2019-11-18newlib: fix fseek optimization with SEEK_CURBastien Bouclet
2019-11-08Stash reent marker in upper bits of s1 on AMD GCNKwok Cheung Yeung
2019-11-04Move timeval macros to <sys/time.h>Sebastian Huber
2019-11-04Synchronize <sys/time.h> with FreeBSDSebastian Huber
2019-11-04Synchronize <sys/_timespec.h> with FreeBSDSebastian Huber
2019-11-04Fix sbttons for values > 2simp
2019-10-31PRU: Align libmath to PRU ABIDimitar Dimitrov
2019-10-31Fix some generated filesJeff Johnston
2019-10-31Initial PRU port for libgloss and newlibDimitar Dimitrov
2019-10-09riscv/sys/fenv.h: Add missing extern for fe_dfl_env_pJoel Sherrill
2019-10-08Add patch from Joel Sherrill for i386 and x86_64 fenv supportJeff Johnston
2019-10-07Allow verifying _REENT_CHECK macros memory allocationJeff Johnston
2019-10-07Optimize epilogue sequence for architectures with POP interworking.Christos Gentsos
2019-10-05Prevent NULL ptr accesses due to Balloc out of memoryJeff Johnston
2019-09-25Add SIOCGIFDOWNREASON.kib