summaryrefslogtreecommitdiff
path: root/src/lib9/fmt
AgeCommit message (Collapse)AuthorFilesLines
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý31-0/+3705
2011-09-13Imported Upstream version 60Ondřej Surý31-3705/+0
2009-10-22fix build after Mercurial move.Russ Cox3-16/+538
various missing or incorrect files. R=r CC=go-dev http://go/go-review/1014004
2009-08-31convert C runtime to 32-bit runes;Russ Cox1-8/+9
rune now unsigned. R=r DELTA=10 (1 added, 0 deleted, 9 changed) OCL=34140 CL=34146
2009-07-28fmt boundary bugs.Russ Cox1-4/+13
pow10 was giving up too easily. R=r DELTA=4 (0 added, 3 deleted, 1 changed) OCL=32310 CL=32321
2009-07-20fix memset in fmtnull.Russ Cox1-2/+5
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=31863 CL=31870
2008-06-12import the plan 9 libraries libc (lib9) and libbio into the tree.Rob Pike30-0/+3170
remove the dependency on /home/r. SVN=122482