]> Cypherpunks repositories - gostls13.git/commit
runtime: append([]byte, string...)
authorLuuk van Dijk <lvd@golang.org>
Wed, 12 Oct 2011 13:59:23 +0000 (15:59 +0200)
committerLuuk van Dijk <lvd@golang.org>
Wed, 12 Oct 2011 13:59:23 +0000 (15:59 +0200)
commit77fac21e82b94a8c1f481e9eeaafc1bad6db274c
treee9656be8cde6881e3c2b054169307d430c07dc89
parenta0d335c31d43c922d847e6500fc0c9c46ae98148
runtime: append([]byte, string...)

Fixes #2274

R=rsc, gri, dsymonds, bradfitz, lvd
CC=golang-dev
https://golang.org/cl/5149045
doc/go_spec.html
src/cmd/gc/builtin.c.boot
src/cmd/gc/runtime.go
src/cmd/gc/typecheck.c
src/cmd/gc/walk.c
src/pkg/runtime/slice.c
test/append.go