]> Cypherpunks repositories - gostls13.git/commit
rename various magic names.
authorRuss Cox <rsc@golang.org>
Mon, 3 Nov 2008 23:36:08 +0000 (15:36 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 3 Nov 2008 23:36:08 +0000 (15:36 -0800)
commitc249a8de32cf5d2ceb0e896868699195b0820109
tree88d12b939e8b781f0851cadccd78c0c358636489
parent90e5574f1ca9aa695613484f5b0cbf4e6777f641
rename various magic names.
sigi and sigt:
sys·sigi_inter -> sigi·inter
sys·sigt_int -> sigt·int
Package·sigt_Type -> sigt·Package.Type

local type T in file x.go T_x -> T·x
second one T_x_1 -> T·x·1

method names M on T  T_M -> T·M

correctly handle local embedded types

init functions are the only place left that use underscores

R=ken
OCL=18377
CL=18377
src/cmd/6g/obj.c
src/cmd/gc/dcl.c
src/cmd/gc/go.h
src/cmd/gc/subr.c
src/runtime/iface.c
test/golden.out