summaryrefslogtreecommitdiff
path: root/src/pkg/unicode/decimaldigit.go
AgeCommit message (Collapse)AuthorFilesLines
2009-08-26change IsDecimalDigit to IsDigit because Decimal is redundantRob Pike1-10/+0
R=rsc DELTA=792 (398 added, 383 deleted, 11 changed) OCL=33919 CL=33921
2009-08-26generate the unicode tables directly from web databaseRob Pike1-40/+0
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 Cox1-2/+0
to whole-package compilation. R=r OCL=33070 CL=33101
2009-06-09mv src/lib to src/pkgRob Pike1-0/+52
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102