]> Cypherpunks repositories - gostls13.git/commit
move math out of runtime.
authorRuss Cox <rsc@golang.org>
Fri, 16 Oct 2009 06:09:22 +0000 (23:09 -0700)
committerRuss Cox <rsc@golang.org>
Fri, 16 Oct 2009 06:09:22 +0000 (23:09 -0700)
commit488ca3c7a67ecb1ce4068ab40da6003feac5e16c
tree66a25d1ecc866955ce233ba94c620c3ffb0e5965
parent3c5a570ab41e6da2deca3ffc34ee83a7b2e3b632
move math out of runtime.

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
src/pkg/math/Makefile
src/pkg/math/bits.go [new file with mode: 0644]
src/pkg/math/runtime.go [deleted file]
src/pkg/math/unsafe.go [new file with mode: 0644]
src/pkg/runtime/float.c [moved from src/pkg/runtime/float.cgo with 78% similarity]