aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib
AgeCommit message (Expand)AuthorFilesLines
2021-12-09newlib: Regenerate all autotools filesJon Turney1-269/+288
2021-12-03ldtoa: Import gdtoa from OpenBSD.Takashi Yano10-27/+1695
2021-11-26ldtoa: Fix insufficient valid output digits for "%f" format.Takashi Yano1-16/+25
2021-11-22ldtoa: don't restrict outbuf size to ndigitsCorinna Vinschen1-10/+25
2021-11-06libgloss/newlib: update configure.ac in Makefile.in filesMike Frysinger1-1/+1
2021-11-04ldtoa: fix dropping too many digits from outputCorinna Vinschen1-3/+6
2021-09-06nano-malloc: Fix redefined compilation warningTorbjorn SVENSSON via Newlib1-0/+1
2021-08-23stdlib: conditionalize locale usageCorinna Vinschen2-4/+15
2021-07-07stdlib: Make strtod/strtof set ERANGE consistently for underflow.Keith Packard1-2/+29
2021-05-03Nano-malloc: Fix for unwanted external heap fragmentationOla Olsson1-9/+61
2021-04-13Add build mechanism to share common header files between machinesCorinna Vinschen1-0/+1
2021-02-18Include malloc.h in libc/stdlib/aligned_alloc.cHans-Peter Nilsson1-0/+1
2020-11-17malloc/nano-malloc: correctly check for out-of-bounds allocation reqsCorinna Vinschen2-2/+27
2020-09-03Fix warnings when building for msp430-elfJozef Lawrynowicz2-11/+14
2020-08-17libm/stdlib: Realloc when shrinking by 2* or moreKeith Packard via Newlib1-3/+3
2020-08-17libm/stdlib: don't read past source in nano_reallocKeith Packard via Newlib1-2/+4
2020-08-13libc/stdlib: Fix build failure in nano_callocCraig Blackmore1-2/+2
2020-08-12libc/stdlib: Use __builtin_mul_overflow for reallocarray and callocKeith Packard via Newlib3-15/+22
2020-05-19Reimplement aligned_allocSzabolcs Nagy1-32/+30
2020-01-29Use remove-advertising-clause script to edit BSD licensesKeith Packard19-83/+25
2020-01-09Prevent more NULL ptr accesses due to Balloc out of memoryJeff Johnston3-9/+9
2019-12-18Don't display trailing '.' in _dcvtKeith Packard1-3/+12
2019-12-18Fix gcvt to always show 'ndigits' of precisionKeith Packard1-11/+7
2019-12-18Fix fcvt to only show 'ndigit' past decimalKeith Packard1-8/+1
2019-12-17Return EINVAL for illegal base in strtolKeith Packard1-2/+7
2019-12-16strtold: set errno to ERANGE on underflow per POSIXBruno Haible1-0/+21
2019-10-04Prevent NULL ptr accesses due to Balloc out of memoryJeff Johnston3-12/+20
2019-07-24fix compile errors for efgcvt.cuchan-nos1-15/+18
2018-12-31Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0Jeff Johnston1-23/+26
2018-10-10newlib: Build internal strtold code only if HAVE_LONG_DOUBLE definedCorinna Vinschen2-8/+9
2018-10-10newlib: strtold: use __builtin_nanl to avoid libm dependencyCorinna Vinschen1-1/+1
2018-09-06stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_pointKeith Packard5-13/+14
2018-09-06stdlib/arc4random.c: Fix reseed count for 16-bit targets.Jon Beniston1-1/+1
2018-08-29Use nanf("") instead of nanf(NULL)Keith Packard2-5/+5
2018-08-16Fix strtof ("-nan") returns positive NaNMasamichi Hosoda1-2/+2
2018-08-16Remove unused NaN's integer representation definitionsMasamichi Hosoda6-93/+8
2018-08-16Fix strtod ("nan") and strtold ("nan") returns wrong negative NaNMasamichi Hosoda2-9/+2
2018-08-13Added Restriction on base valueAditya Upadhyay1-0/+4
2018-08-08newlib: don't check malloc/free pointerCorinna Vinschen2-17/+2
2018-08-08newlib: fix various gcc warningsCorinna Vinschen4-10/+16
2018-06-18newlib: getopt now permutes multi-flag options correctlyThomas Kindler1-12/+21
2018-05-29Fix issue with malloc_extend_topJeff Johnston1-1/+6
2018-04-13Add nvptx port.Jeff Johnston3-32/+22
2018-04-09strtod: Convert 64 bit double to 64 bit int during computationCorinna Vinschen1-0/+9
2018-02-16Add prototype to _malloc_lock() and *unlock() to malloc.h, and inlude this fr...Jaap de Wolff1-15/+1
2018-01-19Fix syntax error in exit.cOrlando Arias1-1/+1
2018-01-17ansification: remove _HAVE_STDCYaakov Selkowitz1-6/+0
2018-01-17ansification: remove _EXFUN, _EXFUN_NOTHROWYaakov Selkowitz5-30/+30
2018-01-17ansification: remove _EXFNPTR, _EXPARMYaakov Selkowitz2-2/+2
2018-01-17ansification: remove _DEFUNYaakov Selkowitz90-350/+179