summaryrefslogtreecommitdiffstats
path: root/src/lib9/fmt
Commit message (Collapse)AuthorAgeFilesLines
* convert to 4-byte UTF-8 and 32-bit RuneRuss Cox2009-09-111-5/+6
| | | | http://codereview.appspot.com/116075
* libfmt: add missing copyright notice to nan64.cRuss Cox2009-08-141-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 strtodRuss Cox2009-07-291-4/+4
| | | | http://codereview.appspot.com/96185
* lib9/fmt: fix printing of 1e308Russ Cox2009-07-281-4/+1
| | | | | | pow10 was giving up too easily http://codereview.appspot.com/96178
* lib9: fix memset in fmtnullinitRuss Cox2008-11-171-1/+1
|
* lib9: hide uvlong/double conversions to placate gcc (John Gosset)Russ Cox2008-05-101-26/+31
|
* lib9: gcc-4.2 bug in sprintRuss Cox2008-03-031-1/+4
|
* fix nan64rsc2007-05-101-4/+11
|
* another day, another __isNaNrsc2007-04-061-1/+2
|
* new __isNaN (Scott Schwartz)rsc2007-04-061-5/+1
|
* long doublersc2006-06-261-1/+1
|
* long doublersc2006-06-261-1/+4
|
* silence warningrsc2006-06-251-1/+1
|
* silence warningrsc2006-05-281-1/+1
|
* silence warningrsc2006-05-261-1/+1
|
* oopsrsc2006-05-264-0/+15
|
* incorporate changes from Googlersc2006-05-226-13/+67
|
* new, commented fltfmtrsc2006-05-221-223/+509
|
* fmt changes from Googlersc2006-05-2138-504/+211
|
* Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms.rsc2006-04-013-3/+3
|
* use inttypesrsc2006-01-061-1/+1
|
* add stdint.h, uintptrrsc2005-12-291-0/+5
|
* set qid.vers (Erik Quanstrom)rsc2005-12-295-9/+9
|
* Properly size buffer to avoid overflow.wkj2005-11-011-1/+1
|
* checkpointrsc2005-01-142-0/+2
|
* these mkfiles only confusersc2005-01-131-56/+0
|
* sunos fixesrsc2005-01-072-2/+0
|
* change _p9pow10 to fmtpow10rsc2004-12-311-1/+1
|
* Formatting nits.wkj2004-12-2934-68/+68
|
* #define pow10 to _p9pow10 as a stop-gap.wkj2004-12-291-2/+4
|
* fmtdef.h needed for VA_COPYrsc2004-12-272-0/+2
|
* add isNaNrsc2004-12-271-3/+4
|
* portdatesrsc2004-12-261-0/+30
|
* more testsrsc2004-12-262-0/+61
|
* import changes from plan 9rsc2004-12-2618-167/+171
|
* pick up plan 9 fltfmt changesrsc2004-12-261-325/+138
|
* various little changes.rsc2004-12-261-19/+17
| | | | also pick up latest fltfmt from plan 9
* add for unix portrsc2004-12-261-0/+33
|
* clean up for unix portrsc2004-12-2637-97/+112
|
* print 0 %ux as 0x0rsc2004-10-221-1/+0
|
* Fix bug in rune half of __fmtcpy reported by rob.rsc2004-09-281-2/+0
|
* Get rid of 64-bit constants.rsc2004-09-231-3/+3
|
* small tweaksrsc2004-09-172-2/+2
|
* PowerPC Linux support from ericvh.rsc2004-08-2211-14/+34
| | | | | | Mainly adding va_copy/va_end. Also fix bug in sprint wrapping around top of memory.
* use plan9 mallocrsc2004-06-094-12/+8
|
* clean up when finished.rsc2004-04-191-1/+0
| | | | | don't set PLAN9 don't set PLAN9
* Move utf, fmt. Small header file changes.rsc2004-02-2943-0/+3690