Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make this work on ia64. I have no idea why it works on alpha - it | dfr | 2001-10-06 | 1 | -1/+7 |
| | | | | shouldn't. | ||||
* | Update unused __dtoa prototypes to match reality. | tegge | 2001-02-25 | 1 | -2/+2 |
| | |||||
* | Remove freelists managed by Balloc/Bfree. | tegge | 2001-02-15 | 1 | -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 '.' | ache | 2001-02-10 | 1 | -1/+4 |
| | | | | Obtained from: inspired by NetBSD strtod | ||||
* | Backout previous commit. Use of spinlocks was not approved. | tegge | 2001-02-09 | 1 | -21/+17 |
| | | | | PR: 15070 | ||||
* | Protect freelists managed by Balloc/Bfree with a spinlock. | tegge | 2001-02-08 | 1 | -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. | jkh | 1996-07-12 | 1 | -31/+31 |
| | | | | Submitted-By: Kent Vander Velden <graphix@iastate.edu> | ||||
* | Make strtod conforms manpage, use isspace to skip initial whitespaces | ache | 1995-08-01 | 1 | -7/+3 |
| | | | | instead of hardcoded whitespaces | ||||
* | BSD 4.4 Lite Lib Sources | rgrimes | 1994-05-27 | 1 | -0/+2447 |