]> Cypherpunks repositories - gostls13.git/commit
convert string runtime to use cgo.
authorRuss Cox <rsc@golang.org>
Wed, 1 Jul 2009 03:01:50 +0000 (20:01 -0700)
committerRuss Cox <rsc@golang.org>
Wed, 1 Jul 2009 03:01:50 +0000 (20:01 -0700)
commitfa40c856ac531c7e6ce9fc8c655aea43dd6b7ba6
treefe1f69433f5df1b51a40faa084961b259806f6b7
parent88e7fd54109d2e6a35e1b56ab41b295266372e2d
convert string runtime to use cgo.

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
src/pkg/runtime/Makefile
src/pkg/runtime/float.cgo [moved from src/pkg/runtime/float.c with 78% similarity]
src/pkg/runtime/float_go.cgo [deleted file]
src/pkg/runtime/malloc.cgo [moved from src/pkg/runtime/malloc.c with 95% similarity]
src/pkg/runtime/malloc_go.cgo [deleted file]
src/pkg/runtime/sema.cgo [moved from src/pkg/runtime/sema.c with 96% similarity]
src/pkg/runtime/sema_go.cgo [deleted file]
src/pkg/runtime/string.cgo [moved from src/pkg/runtime/string.c with 80% similarity]