]> Cypherpunks repositories - gostls13.git/commit
runtime: make gostringnocopy update maxstring
authorKeith Randall <khr@golang.org>
Thu, 11 Sep 2014 23:53:34 +0000 (16:53 -0700)
committerKeith Randall <khr@golang.org>
Thu, 11 Sep 2014 23:53:34 +0000 (16:53 -0700)
commitbcd36e8857729f6f3306ab22c26e582f1d2f2932
treec11e1290f55082500ce5e09ddc819a87f320a912
parent6e55f7a87b8400073119612c0a3bd3f443b69f14
runtime: make gostringnocopy update maxstring

Fixes #8706

LGTM=josharian
R=josharian
CC=golang-codereviews
https://golang.org/cl/143880043
src/runtime/export_test.go
src/runtime/string.c
src/runtime/string_test.go