Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-29 | libfmt: use fmtstrtod, not system strtod | Russ Cox | 1 | -4/+4 | |
http://codereview.appspot.com/96185 | |||||
2009-07-28 | lib9/fmt: fix printing of 1e308 | Russ Cox | 1 | -4/+1 | |
pow10 was giving up too easily http://codereview.appspot.com/96178 | |||||
2006-06-26 | long double | rsc | 1 | -1/+1 | |
2006-06-26 | long double | rsc | 1 | -1/+4 | |
2006-05-28 | silence warning | rsc | 1 | -1/+1 | |
2006-05-26 | silence warning | rsc | 1 | -1/+1 | |
2006-05-22 | new, commented fltfmt | rsc | 1 | -223/+509 | |
2006-05-21 | fmt changes from Google | rsc | 1 | -13/+1 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 1 | -1/+1 | |
2005-11-01 | Properly size buffer to avoid overflow. | wkj | 1 | -1/+1 | |
2004-12-31 | change _p9pow10 to fmtpow10 | rsc | 1 | -1/+1 | |
2004-12-29 | #define pow10 to _p9pow10 as a stop-gap. | wkj | 1 | -2/+4 | |
2004-12-27 | add isNaN | rsc | 1 | -3/+4 | |
2004-12-26 | import changes from plan 9 | rsc | 1 | -33/+0 | |
2004-12-26 | pick up plan 9 fltfmt changes | rsc | 1 | -325/+138 | |
2004-12-26 | clean up for unix port | rsc | 1 | -1/+2 | |
2004-02-29 | Move utf, fmt. Small header file changes. | rsc | 1 | -0/+610 | |