Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-12 | convert non-low-level non-google pkg code | Russ Cox | 4 | -119/+10 | |
to whole-package compilation. R=r OCL=33070 CL=33101 | |||||
2009-08-11 | make a simpler regexp implementation with fewer dependencies and put it ↵ | Rob Pike | 4 | -7/+1160 | |
inside testing. remove "regexp." from regexp tests. R=rsc DELTA=1173 (1152 added, 1 deleted, 20 changed) OCL=33028 CL=33037 | |||||
2009-08-05 | support []byte (more efficient) as well as string in the interfaces. | Rob Pike | 1 | -1/+1 | |
change the names; Match is for []byte and MatchString is for string, etc. R=rsc DELTA=195 (155 added, 0 deleted, 40 changed) OCL=32800 CL=32800 | |||||
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 5 | -0/+375 | |
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102 |