summaryrefslogtreecommitdiff
path: root/src/pkg/unicode/decimaldigit_test.go
AgeCommit message (Collapse)AuthorFilesLines
2009-08-26change IsDecimalDigit to IsDigit because Decimal is redundantRob Pike1-372/+0
R=rsc DELTA=792 (398 added, 383 deleted, 11 changed) OCL=33919 CL=33921
2009-08-12convert non-low-level non-google pkg codeRuss Cox1-4/+1
to whole-package compilation. R=r OCL=33070 CL=33101
2009-06-24style police: parens in if, for, switch, rangeRuss Cox1-2/+2
R=r DELTA=32 (0 added, 3 deleted, 29 changed) OCL=30718 CL=30725
2009-06-09mv src/lib to src/pkgRob Pike1-0/+375
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102