Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-01-17 | Imported Upstream version 2011.01.12upstream/2011.01.12 | Ondřej Surý | 1 | -26/+26 | |
2009-10-15 | move math out of runtime. | Russ Cox | 1 | -0/+173 | |
a step toward enforcing package boundaries, necessary to eliminate global package name space. R=r DELTA=581 (310 added, 271 deleted, 0 changed) OCL=35805 CL=35823 | |||||
2009-06-30 | convert string runtime to use cgo. | Russ Cox | 1 | -173/+0 | |
now that cgo2c can handle it, merge x.c and x_go.cgo into a single x.cgo, for x=float,malloc,sema. R=r DELTA=1950 (954 added, 996 deleted, 0 changed) OCL=30951 CL=30964 | |||||
2009-06-09 | mv src/lib to src/pkg | Rob Pike | 1 | -0/+173 | |
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102 |