aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-17ansification: remove _VOIDYaakov Selkowitz5-7/+7
2018-01-17ansification: remove _DEFUN_VOIDYaakov Selkowitz7-8/+8
2018-01-17ansification: remove _PTRYaakov Selkowitz12-22/+22
2018-01-17ansification: remove _PARAMSYaakov Selkowitz5-6/+6
2018-01-17ansification: remove _CONSTYaakov Selkowitz26-129/+129
2018-01-17ansification: remove _ANDYaakov Selkowitz67-309/+309
2017-12-07makedoc: make errors visibleJon Turney1-3/+3
2017-12-01stdlib: remove TRAD_SYNOPSISYaakov Selkowitz50-607/+51
2017-11-14newlib/libc/stdlib/realloc.c: fix variable nameFlorian Schmidt1-1/+1
2017-08-11newlib: regenerate libc/stdlib/Makefile.amCorinna Vinschen1-9/+36
2017-08-02Importing wcstoumax inttypes method from FreeBSD.Aditya Upadhyay2-0/+158
2017-08-02Importing wcstoimax inttypes method from FreeBSD.Aditya Upadhyay2-0/+159
2017-08-02Importing strtoumax inttypes method from FreeBSD.Aditya Upadhyay2-0/+152
2017-08-02Importing strtoimax inttypes method from FreeBSD.Aditya Upadhyay2-0/+170
2017-07-28newlib: regenerate stdlib/Makefile.inCorinna Vinschen1-33/+62
2017-07-28Importing imaxdiv inttypes method from FreeBSD.Aditya Upadhyay2-0/+49
2017-07-28Importing imaxabs inttypes method from FreeBSD.Aditya Upadhyay2-0/+37
2017-04-04Add BSD-specific reallocarray()Sebastian Huber3-17/+66
2017-04-03Use enum __packed in favour of -fshort-enumsSebastian Huber3-7/+3
2017-02-13Only define static locks in multithreaded modeThomas Preud'homme4-0/+18
2017-02-06Unify names of all lock objectsFreddie Chopin6-23/+23
2017-01-25Prefix consistenly target-independent locks with __Thomas Preudhomme1-3/+3
2017-01-13Expand comments on padding used by nano_mallocJoe Seymour1-14/+37
2017-01-09Fix incorrect cast in nano mallocJoe Seymour1-2/+2
2016-12-16Remove extraneous float casts in wcstod.c.Corinna Vinschen1-2/+2
2016-12-16Remove extraneous float casts in strtod.c.Jeff Johnston1-2/+2