summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/netbsd_strtod.c
Commit message (Collapse)AuthorAgeFilesLines
* Get rid of unused anymore file! Alpha works fine with our strtod() now.phantom2001-12-071-2496/+0
|
* Update unused __dtoa prototypes to match reality.tegge2001-02-251-1/+1
|
* Remove freelists managed by Balloc/Bfree.tegge2001-02-151-33/+12
| | | | | | | | 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
* Backout previous commit. Use of spinlocks was not approved.tegge2001-02-091-22/+18
| | | | PR: 15070
* Protect freelists managed by Balloc/Bfree with a spinlock.tegge2001-02-081-18/+22
| | | | | | | 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
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* This is a hack to workaround source that is coded to use long variablesjb1998-05-081-0/+2517
but also assumes that they are 32-bits. This is one place where I don't think it is appropriate to change 'long' to 'int'. I don't see why the code couldn't be fixed so that using natural long variables does the right thing. It's spaggetti code so it'll take some effort. Obviously NetBSD thought so too because they change 'long' to 'int32_t' etc and left it at that. As a temporary measure FreeBSD/Alpha can use the NetBSD code and put this on the list of things to fix.
OpenPOWER on IntegriCloud