]> Cypherpunks repositories - gostls13.git/commit
runtime: remove go prefix from a few routines
authorKeith Randall <khr@golang.org>
Mon, 29 Dec 2014 07:16:32 +0000 (23:16 -0800)
committerKeith Randall <khr@golang.org>
Mon, 29 Dec 2014 15:18:29 +0000 (15:18 +0000)
commit0bb8fc66142bae953c0374a292eeab12440af3cb
treec65ed92ac5add7fa4b8fe09d37f717938f087e83
parentab0535ae3fb45ba734d47542cc4845f27f708d1b
runtime: remove go prefix from a few routines

They are no longer needed now that C is gone.

goatoi -> atoi
gofuncname/funcname -> funcname/cfuncname
goroundupsize -> already existing roundupsize

Change-Id: I278bc33d279e1fdc5e8a2a04e961c4c1573b28c7
Reviewed-on: https://go-review.googlesource.com/2154
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Minux Ma <minux@golang.org>
12 files changed:
src/runtime/heapdump.go
src/runtime/malloc.go
src/runtime/mgc.go
src/runtime/panic.go
src/runtime/proc1.go
src/runtime/race.go
src/runtime/runtime1.go
src/runtime/slice.go
src/runtime/stack1.go
src/runtime/string.go
src/runtime/symtab.go
src/runtime/traceback.go