summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/strtod.c
Commit message (Collapse)AuthorAgeFilesLines
* Make strtod.c work on Alpha as well. strtod.c has got locale support,peter2001-11-041-11/+8
| | | | | | the netbsd_strtod.c file we have does not. More still should be done here, but this works happily on my Alpha. I have not (yet?) changed the Makefile.inc to use this.
* Slightly closer to netbsd_strtod.c:peter2001-11-041-11/+12
| | | | | s/IEEE_8087/IEEE_LITTLE_ENDIAN/ s/IEEE_MC68k/IEEE_BIG_ENDIAN/
* Make this work on ia64. I have no idea why it works on alpha - itdfr2001-10-061-1/+7
| | | | shouldn't.
* Update unused __dtoa prototypes to match reality.tegge2001-02-251-2/+2
|
* Remove freelists managed by Balloc/Bfree.tegge2001-02-151-31/+11
| | | | | | | | Change __dtoa to not free the string it allocated the previous time it was called. The caller now frees the string after usage if appropiate. PR: 15070 Reviewed by: deischen
* Use decimap_point from localeconv() instead of hardcoded '.'ache2001-02-101-1/+4
| | | | Obtained from: inspired by NetBSD strtod
* Backout previous commit. Use of spinlocks was not approved.tegge2001-02-091-21/+17
| | | | PR: 15070
* Protect freelists managed by Balloc/Bfree with a spinlock.tegge2001-02-081-17/+23
| | | | | | | Change __dtoa to not free the string it allocated the previous time it was called. The caller now frees the string after usage if appropiate. PR: 15070
* General -Wall warning cleanup, part I.jkh1996-07-121-31/+31
| | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu>
* Make strtod conforms manpage, use isspace to skip initial whitespacesache1995-08-011-7/+3
| | | | instead of hardcoded whitespaces
* BSD 4.4 Lite Lib Sourcesrgrimes1994-05-271-0/+2447
OpenPOWER on IntegriCloud