Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-09-11 | convert to 4-byte UTF-8 and 32-bit Rune | Russ Cox | 1 | -5/+6 | |
http://codereview.appspot.com/116075 | |||||
2009-08-14 | libfmt: add missing copyright notice to nan64.c | Russ Cox | 1 | -0/+2 | |
nan64.c was part of change #1 in this repository and did not have a notice at that point (September 2003). An earlier copy of libfmt, dated January 14-15, 2003, makes it clear that nan64.c was extracted from fltfmt.c and strtod.c, so use the same notice they use. | |||||
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 | |||||
2008-11-17 | lib9: fix memset in fmtnullinit | Russ Cox | 1 | -1/+1 | |
2008-05-10 | lib9: hide uvlong/double conversions to placate gcc (John Gosset) | Russ Cox | 1 | -26/+31 | |
2008-03-03 | lib9: gcc-4.2 bug in sprint | Russ Cox | 1 | -1/+4 | |
2007-05-10 | fix nan64 | rsc | 1 | -4/+11 | |
2007-04-06 | another day, another __isNaN | rsc | 1 | -1/+2 | |
2007-04-06 | new __isNaN (Scott Schwartz) | rsc | 1 | -5/+1 | |
2006-06-26 | long double | rsc | 1 | -1/+1 | |
2006-06-26 | long double | rsc | 1 | -1/+4 | |
2006-06-25 | silence warning | rsc | 1 | -1/+1 | |
2006-05-28 | silence warning | rsc | 1 | -1/+1 | |
2006-05-26 | silence warning | rsc | 1 | -1/+1 | |
2006-05-26 | oops | rsc | 4 | -0/+15 | |
2006-05-22 | incorporate changes from Google | rsc | 6 | -13/+67 | |
2006-05-22 | new, commented fltfmt | rsc | 1 | -223/+509 | |
2006-05-21 | fmt changes from Google | rsc | 38 | -504/+211 | |
2006-04-01 | Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. | rsc | 3 | -3/+3 | |
2006-01-06 | use inttypes | rsc | 1 | -1/+1 | |
2005-12-29 | add stdint.h, uintptr | rsc | 1 | -0/+5 | |
2005-12-29 | set qid.vers (Erik Quanstrom) | rsc | 5 | -9/+9 | |
2005-11-01 | Properly size buffer to avoid overflow. | wkj | 1 | -1/+1 | |
2005-01-14 | checkpoint | rsc | 2 | -0/+2 | |
2005-01-13 | these mkfiles only confuse | rsc | 1 | -56/+0 | |
2005-01-07 | sunos fixes | rsc | 2 | -2/+0 | |
2004-12-31 | change _p9pow10 to fmtpow10 | rsc | 1 | -1/+1 | |
2004-12-29 | Formatting nits. | wkj | 34 | -68/+68 | |
2004-12-29 | #define pow10 to _p9pow10 as a stop-gap. | wkj | 1 | -2/+4 | |
2004-12-27 | fmtdef.h needed for VA_COPY | rsc | 2 | -0/+2 | |
2004-12-27 | add isNaN | rsc | 1 | -3/+4 | |
2004-12-26 | portdates | rsc | 1 | -0/+30 | |
2004-12-26 | more tests | rsc | 2 | -0/+61 | |
2004-12-26 | import changes from plan 9 | rsc | 18 | -167/+171 | |
2004-12-26 | pick up plan 9 fltfmt changes | rsc | 1 | -325/+138 | |
2004-12-26 | various little changes. | rsc | 1 | -19/+17 | |
also pick up latest fltfmt from plan 9 | |||||
2004-12-26 | add for unix port | rsc | 1 | -0/+33 | |
2004-12-26 | clean up for unix port | rsc | 37 | -97/+112 | |
2004-10-22 | print 0 %ux as 0x0 | rsc | 1 | -1/+0 | |
2004-09-28 | Fix bug in rune half of __fmtcpy reported by rob. | rsc | 1 | -2/+0 | |
2004-09-23 | Get rid of 64-bit constants. | rsc | 1 | -3/+3 | |
2004-09-17 | small tweaks | rsc | 2 | -2/+2 | |
2004-08-22 | PowerPC Linux support from ericvh. | rsc | 11 | -14/+34 | |
Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory. | |||||
2004-06-09 | use plan9 malloc | rsc | 4 | -12/+8 | |
2004-04-19 | clean up when finished. | rsc | 1 | -1/+0 | |
don't set PLAN9 don't set PLAN9 | |||||
2004-02-29 | Move utf, fmt. Small header file changes. | rsc | 43 | -0/+3690 | |