Age | Commit message (Expand) | Author | Files | Lines |
2020-01-29 | Use remove-advertising-clause script to edit BSD licenses | Keith Packard | 19 | -83/+25 |
2020-01-09 | Prevent more NULL ptr accesses due to Balloc out of memory | Jeff Johnston | 3 | -9/+9 |
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-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-10-04 | Prevent NULL ptr accesses due to Balloc out of memory | Jeff Johnston | 3 | -12/+20 |
2019-07-24 | fix compile errors for efgcvt.c | uchan-nos | 1 | -15/+18 |
2018-12-31 | Bump release to 3.1.0 for yearly snapshotnewlib-snapshot-20181231newlib-3.1.0 | Jeff Johnston | 1 | -23/+26 |
2018-10-10 | newlib: Build internal strtold code only if HAVE_LONG_DOUBLE defined | Corinna Vinschen | 2 | -8/+9 |
2018-10-10 | newlib: strtold: use __builtin_nanl to avoid libm dependency | Corinna Vinschen | 1 | -1/+1 |
2018-09-06 | stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_point | Keith Packard | 5 | -13/+14 |
2018-09-06 | stdlib/arc4random.c: Fix reseed count for 16-bit targets. | Jon Beniston | 1 | -1/+1 |
2018-08-29 | Use nanf("") instead of nanf(NULL) | Keith Packard | 2 | -5/+5 |
2018-08-16 | Fix strtof ("-nan") returns positive NaN | Masamichi Hosoda | 1 | -2/+2 |
2018-08-16 | Remove unused NaN's integer representation definitions | Masamichi Hosoda | 6 | -93/+8 |
2018-08-16 | Fix strtod ("nan") and strtold ("nan") returns wrong negative NaN | Masamichi Hosoda | 2 | -9/+2 |
2018-08-13 | Added Restriction on base value | Aditya Upadhyay | 1 | -0/+4 |
2018-08-08 | newlib: don't check malloc/free pointer | Corinna Vinschen | 2 | -17/+2 |
2018-08-08 | newlib: fix various gcc warnings | Corinna Vinschen | 4 | -10/+16 |
2018-06-18 | newlib: getopt now permutes multi-flag options correctly | Thomas Kindler | 1 | -12/+21 |
2018-05-29 | Fix issue with malloc_extend_top | Jeff Johnston | 1 | -1/+6 |
2018-04-13 | Add nvptx port. | Jeff Johnston | 3 | -32/+22 |
2018-04-09 | strtod: Convert 64 bit double to 64 bit int during computation | Corinna Vinschen | 1 | -0/+9 |
2018-02-16 | Add prototype to _malloc_lock() and *unlock() to malloc.h, and inlude this fr... | Jaap de Wolff | 1 | -15/+1 |
2018-01-19 | Fix syntax error in exit.c | Orlando Arias | 1 | -1/+1 |
2018-01-17 | ansification: remove _HAVE_STDC | Yaakov Selkowitz | 1 | -6/+0 |
2018-01-17 | ansification: remove _EXFUN, _EXFUN_NOTHROW | Yaakov Selkowitz | 5 | -30/+30 |
2018-01-17 | ansification: remove _EXFNPTR, _EXPARM | Yaakov Selkowitz | 2 | -2/+2 |
2018-01-17 | ansification: remove _DEFUN | Yaakov Selkowitz | 90 | -350/+179 |
2018-01-17 | ansification: remove _VOID | Yaakov Selkowitz | 5 | -7/+7 |
2018-01-17 | ansification: remove _DEFUN_VOID | Yaakov Selkowitz | 7 | -8/+8 |
2018-01-17 | ansification: remove _PTR | Yaakov Selkowitz | 12 | -22/+22 |
2018-01-17 | ansification: remove _PARAMS | Yaakov Selkowitz | 5 | -6/+6 |
2018-01-17 | ansification: remove _CONST | Yaakov Selkowitz | 26 | -129/+129 |
2018-01-17 | ansification: remove _AND | Yaakov Selkowitz | 67 | -309/+309 |
2017-12-07 | makedoc: make errors visible | Jon Turney | 1 | -3/+3 |
2017-12-01 | stdlib: remove TRAD_SYNOPSIS | Yaakov Selkowitz | 50 | -607/+51 |
2017-11-14 | newlib/libc/stdlib/realloc.c: fix variable name | Florian Schmidt | 1 | -1/+1 |
2017-08-11 | newlib: regenerate libc/stdlib/Makefile.am | Corinna Vinschen | 1 | -9/+36 |
2017-08-02 | Importing wcstoumax inttypes method from FreeBSD. | Aditya Upadhyay | 2 | -0/+158 |
2017-08-02 | Importing wcstoimax inttypes method from FreeBSD. | Aditya Upadhyay | 2 | -0/+159 |
2017-08-02 | Importing strtoumax inttypes method from FreeBSD. | Aditya Upadhyay | 2 | -0/+152 |
2017-08-02 | Importing strtoimax inttypes method from FreeBSD. | Aditya Upadhyay | 2 | -0/+170 |
2017-07-28 | newlib: regenerate stdlib/Makefile.in | Corinna Vinschen | 1 | -33/+62 |
2017-07-28 | Importing imaxdiv inttypes method from FreeBSD. | Aditya Upadhyay | 2 | -0/+49 |
2017-07-28 | Importing imaxabs inttypes method from FreeBSD. | Aditya Upadhyay | 2 | -0/+37 |
2017-04-04 | Add BSD-specific reallocarray() | Sebastian Huber | 3 | -17/+66 |
2017-04-03 | Use enum __packed in favour of -fshort-enums | Sebastian Huber | 3 | -7/+3 |