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