]> Cypherpunks repositories - gostls13.git/commit
convert *[] to [].
authorRuss Cox <rsc@golang.org>
Fri, 19 Dec 2008 06:37:22 +0000 (22:37 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 19 Dec 2008 06:37:22 +0000 (22:37 -0800)
commitd47d888ba663014e6aa8ca043e694f4b2a5898b8
tree851fad01a87b8fa071ed46fa0985f1857d9e47ca
parent9786f69f74a5fa290476774e07fb10ce8da84123
convert *[] to [].

R=r
OCL=21563
CL=21571
74 files changed:
src/cmd/gc/sys.go
src/cmd/gotest/gotest
src/lib/Makefile
src/lib/bignum.go
src/lib/bufio.go
src/lib/bufio_test.go
src/lib/container/array/array.go
src/lib/fmt/fmt_test.go
src/lib/fmt/print.go
src/lib/hash/adler32.go
src/lib/hash/crc32.go
src/lib/hash/md5.go
src/lib/hash/md5_test.go
src/lib/hash/md5block.go
src/lib/hash/sha1.go
src/lib/hash/sha1_test.go
src/lib/hash/sha1block.go
src/lib/http/request.go
src/lib/io/bytebuffer.go
src/lib/io/io.go
src/lib/json/struct_test.go
src/lib/net/dnsclient.go
src/lib/net/dnsconfig.go
src/lib/net/dnsmsg.go
src/lib/net/fd.go
src/lib/net/fd_darwin.go
src/lib/net/ip.go
src/lib/net/ip_test.go
src/lib/net/net.go
src/lib/net/net_darwin.go
src/lib/net/net_linux.go
src/lib/net/parse.go
src/lib/net/tcpserver_test.go
src/lib/os/os_file.go
src/lib/rand.go
src/lib/reflect/all_test.go
src/lib/reflect/type.go
src/lib/reflect/value.go
src/lib/regexp/all_test.go
src/lib/regexp/regexp.go
src/lib/sort.go
src/lib/sort_test.go
src/lib/strconv/decimal.go
src/lib/strconv/ftoa.go
src/lib/strconv/itoa.go
src/lib/strings.go
src/lib/strings_test.go
src/lib/syscall/file_darwin.go
src/lib/syscall/socket_darwin.go
src/lib/syscall/socket_linux.go
src/lib/syscall/syscall.go
src/lib/tabwriter/tabwriter.go
src/lib/tabwriter/tabwriter_test.go
src/lib/testing.go
src/lib/time/time.go
src/lib/time/zoneinfo.go
src/lib/utf8.go
src/lib/utf8_test.go
src/run.bash
src/runtime/string.c
test/235.go
test/chan/powser1.go
test/chan/powser2.go
test/complit.go
test/fixedbugs/bug027.go
test/fixedbugs/bug045.go
test/fixedbugs/bug054.go
test/fixedbugs/bug059.go
test/fixedbugs/bug119.go
test/func2.go
test/hilbert.go
test/interface1.go
test/map.go
test/nil.go