]> Cypherpunks repositories - gostls13.git/commit
rename runtime internals to have modern names (array->slice etc)
authorRob Pike <r@golang.org>
Tue, 25 Aug 2009 22:54:25 +0000 (15:54 -0700)
committerRob Pike <r@golang.org>
Tue, 25 Aug 2009 22:54:25 +0000 (15:54 -0700)
commit87f2208bdaa983a7b3de9de98aa88b1f2cd1a4f9
treef3913b178bfbc73429efbd39df31e880769d1c3d
parent67815ef65b462b60006ee361538e04fe6913a2bd
rename runtime internals to have modern names (array->slice etc)

R=rsc
DELTA=444  (179 added, 177 deleted, 88 changed)
OCL=33847
CL=33849
17 files changed:
src/cmd/gc/align.c
src/cmd/gc/builtin.c.boot
src/cmd/gc/sinit.c
src/cmd/gc/sys.go
src/cmd/gc/walk.c
src/pkg/runtime/Makefile
src/pkg/runtime/cgo2c.c
src/pkg/runtime/chan.c
src/pkg/runtime/hashmap.c
src/pkg/runtime/iface.c
src/pkg/runtime/reflect.cgo
src/pkg/runtime/runtime.c
src/pkg/runtime/runtime.h
src/pkg/runtime/slice.c [moved from src/pkg/runtime/array.c with 69% similarity]
src/pkg/runtime/string.cgo
src/pkg/runtime/symtab.c
src/pkg/runtime/type.h