summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/strtod.c
Commit message (Expand)AuthorAgeFilesLines
* The gdtoa import apparently hasn't caused anything or anyone toDavid Schultz2003-03-151-2429/+0
* Define `Sudden_Underflow' when compiling for the AlphaRobert Drehmel2002-11-141-0/+3
* Style: One space between "restrict" qualifier and "*".Tim J. Robbins2002-09-061-2/+2
* - Add the 'restrict' qualifier to the function prototypes andRobert Drehmel2002-08-151-2/+2
* Use a union to access the words of a double as this is less likelyDavid Malone2002-08-131-4/+8
* Assume __STDC__, remove non-__STDC__ code.Alfred Perlstein2002-05-281-11/+0
* Let this code know about PowerPC.Benno Rice2002-05-211-1/+1
* Fix the style of the SCM ID's.David E. O'Brien2002-03-221-2/+2
* Add ifdefs for sparc64.Jake Burkholder2002-02-231-1/+2
* * cleanup comments and definesAlexey Zelkin2001-12-141-8/+1
* Merge NetBSD's changes from netbsd_strtod.c in preparation ofAlexey Zelkin2001-11-301-47/+54
* Back out national digits support, POSIX explicetely disallows it:Andrey A. Chernov2001-11-291-24/+24
* Fix typoAndrey A. Chernov2001-11-281-1/+1
* Use stricter tests to disallow national digits > 9Andrey A. Chernov2001-11-281-14/+14
* Allow national (non-ASCII) digitsAndrey A. Chernov2001-11-281-23/+23
* Make strtod.c work on Alpha as well. strtod.c has got locale support,Peter Wemm2001-11-041-11/+8
* Slightly closer to netbsd_strtod.c:Peter Wemm2001-11-041-11/+12
* Make this work on ia64. I have no idea why it works on alpha - itDoug Rabson2001-10-061-1/+7
* Update unused __dtoa prototypes to match reality.Tor Egge2001-02-251-2/+2
* Remove freelists managed by Balloc/Bfree.Tor Egge2001-02-151-31/+11
* Use decimap_point from localeconv() instead of hardcoded '.'Andrey A. Chernov2001-02-101-1/+4
* Backout previous commit. Use of spinlocks was not approved.Tor Egge2001-02-091-21/+17
* Protect freelists managed by Balloc/Bfree with a spinlock.Tor Egge2001-02-081-17/+23
* General -Wall warning cleanup, part I.Jordan K. Hubbard1996-07-121-31/+31
* Make strtod conforms manpage, use isspace to skip initial whitespacesAndrey A. Chernov1995-08-011-7/+3
* BSD 4.4 Lite Lib SourcesRodney W. Grimes1994-05-271-0/+2447