aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/gdtoa-gethex.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-23stdlib: conditionalize locale usageCorinna Vinschen1-3/+9
2020-01-09Prevent more NULL ptr accesses due to Balloc out of memoryJeff Johnston1-2/+2
2018-09-06stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_pointKeith Packard1-2/+2
2018-08-16Remove unused NaN's integer representation definitionsMasamichi Hosoda1-1/+0
2018-01-17ansification: remove _DEFUNYaakov Selkowitz1-6/+3
2018-01-17ansification: remove _CONSTYaakov Selkowitz1-3/+3
2018-01-17ansification: remove _ANDYaakov Selkowitz1-2/+2
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen1-9/+4
2013-06-10 * libc/stdlib/gdtoa-gethex.c (__hexdig): Constify.Corinna Vinschen1-29/+37
2009-06-16 * libc/stdio/vfprintf.c (_VFPRINTF_R): Use actual length ofCorinna Vinschen1-13/+16
2009-03-26 Revert erroneously checked in files.Corinna Vinschen1-14/+13
2009-03-24 * libc/ctype/iswalpha.c: Handle all wchar_t as unicode onCorinna Vinschen1-13/+14
2006-06-222006-06-22 Jeff Johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+351