summaryrefslogtreecommitdiff
path: root/src/pkg/runtime/float.c
AgeCommit message (Collapse)AuthorFilesLines
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-26/+26
2009-10-15move math out of runtime.Russ Cox1-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-30convert string runtime to use cgo.Russ Cox1-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-09mv src/lib to src/pkgRob Pike1-0/+173
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102