]> Cypherpunks repositories - gostls13.git/commit
gc: use more Go-like names for methods
authorRuss Cox <rsc@golang.org>
Wed, 27 Jul 2011 21:56:13 +0000 (17:56 -0400)
committerRuss Cox <rsc@golang.org>
Wed, 27 Jul 2011 21:56:13 +0000 (17:56 -0400)
commit1bd4b6371a6ca08dd08a543bda9ffbe5992b52ee
tree00d06e50725e4b7bda246a199d8a6fe4807cf391
parent112267d55e8a6c3733dd55889d26485008cd81d7
gc: use more Go-like names for methods

Fixes #991.

R=ken2
CC=golang-dev
https://golang.org/cl/4819049
src/cmd/gc/dcl.c
src/pkg/runtime/debug/stack_test.go
test/fixedbugs/bug350.go [new file with mode: 0644]