summaryrefslogtreecommitdiff
path: root/src/pkg/unicode
AgeCommit message (Collapse)AuthorFilesLines
2009-08-26generate the unicode tables directly from web databaseRob Pike7-569/+1018
after this CL, two more to come: 1) add an exhaustive test, probably as a variant of maketables 2) add ToUpper, ToLower, ToTitle and associated tests R=rsc DELTA=1578 (1007 added, 559 deleted, 12 changed) OCL=33902 CL=33907
2009-08-12convert non-low-level non-google pkg codeRuss Cox4-71/+7
to whole-package compilation. R=r OCL=33070 CL=33101
2009-06-24style police: parens in if, for, switch, rangeRuss Cox2-8/+8
R=r DELTA=32 (0 added, 3 deleted, 29 changed) OCL=30718 CL=30725
2009-06-09mv src/lib to src/pkgRob Pike5-0/+1202
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102