Russ Cox
|
b04ac108fd
|
convert non-low-level non-google pkg code
to whole-package compilation.
R=r
OCL=33070
CL=33101
|
2009-08-12 13:19:17 -07:00 |
|
Rob Pike
|
68e250516c
|
make a simpler regexp implementation with fewer dependencies and put it inside testing.
remove "regexp." from regexp tests.
R=rsc
DELTA=1173 (1152 added, 1 deleted, 20 changed)
OCL=33028
CL=33037
|
2009-08-11 13:54:47 -07:00 |
|
Rob Pike
|
3355cadf3f
|
support []byte (more efficient) as well as string in the interfaces.
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-08-05 15:44:45 -07:00 |
|
Rob Pike
|
d90e7cbac6
|
mv src/lib to src/pkg
tests: all.bash passes, gobuild still works, godoc still works.
R=rsc
OCL=30096
CL=30102
|
2009-06-09 09:53:44 -07:00 |
|