Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -133/+0 | |
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102 | |||||
2009-06-05 | Add Upper, Lower, Trim methods to strings package. | Steve Newman | 1 | -0/+52 | |
APPROVED=rsc DELTA=110 (110 added, 0 deleted, 0 changed) OCL=29766 CL=29951 | |||||
2009-05-05 | directory-per-package step 1: move files from lib/X.go to lib/X/X.go | Rob Pike | 1 | -0/+81 | |
no substantive changes except: - new Makefiles, all auto-generated - go/src/lib/Makefile has been extensively edited R=rsc OCL=28310 CL=28310 |