Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-26 | generate the unicode tables directly from web database | Rob Pike | 7 | -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-12 | convert non-low-level non-google pkg code | Russ Cox | 4 | -71/+7 | |
to whole-package compilation. R=r OCL=33070 CL=33101 | |||||
2009-06-24 | style police: parens in if, for, switch, range | Russ Cox | 2 | -8/+8 | |
R=r DELTA=32 (0 added, 3 deleted, 29 changed) OCL=30718 CL=30725 | |||||
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 5 | -0/+1202 | |
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102 |