aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/wcstold.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-06stdlib: Use __get_numeric_locale instead of __localeconv_l for decimal_pointKeith Packard1-2/+3
2016-08-16Avoid "implicit declaration of function ‘strtold_l’" in wcstold.cCorinna Vinschen1-0/+1
2016-08-15Implement strto[dflu]_l/wcsto[dflu]_lCorinna Vinschen1-7/+21
2015-11-20Drop unused declaration from wcstold.cCorinna Vinschen1-2/+0
2015-01-29 * libc/stdlib/wcstold.c (wcstold): Add implementation for whenNick Clifton1-4/+72
2013-11-262013-11-26 Julio Gutierrez <jgutleyva@gmail.com>Joel Sherrill1-1/+1
2009-04-172009-04-17 Jeff johnston <jjohnstn@redhat.com>Jeff Johnston1-0/+1
2009-04-162009-04-16 Ken Werner <ken.werner@de.ibm.com>Jeff Johnston1-0/+41