]> Cypherpunks repositories - gostls13.git/commit
change *map to map; *chan to chan; new(T) to new(*T)
authorRuss Cox <rsc@golang.org>
Fri, 19 Dec 2008 11:05:37 +0000 (03:05 -0800)
committerRuss Cox <rsc@golang.org>
Fri, 19 Dec 2008 11:05:37 +0000 (03:05 -0800)
commit08ca30bbfad04d3ca1bf7ae75c291b91ecb00aef
tree183e8cd345f5f895d2cbc36dd8f8be93640303c3
parentd47d888ba663014e6aa8ca043e694f4b2a5898b8
change *map to map; *chan to chan; new(T) to new(*T)
fix bugs left over from *[] to [] conversion.

TBR=r
OCL=21576
CL=21581
111 files changed:
src/cmd/gotest/gotest
src/lib/bignum.go
src/lib/bufio.go
src/lib/bufio_test.go
src/lib/container/array/array.go
src/lib/container/array/intarray.go
src/lib/flag.go
src/lib/hash/adler32.go
src/lib/hash/crc32.go
src/lib/hash/md5.go
src/lib/hash/sha1.go
src/lib/http/conn.go
src/lib/http/request.go
src/lib/http/url.go
src/lib/io/bytebuffer.go
src/lib/json/generic.go
src/lib/json/parse.go
src/lib/json/struct_test.go
src/lib/net/dialgoogle_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/fd_linux.go
src/lib/net/ip.go
src/lib/net/net.go
src/lib/net/net_darwin.go
src/lib/net/net_linux.go
src/lib/net/port.go
src/lib/net/tcpserver_test.go
src/lib/once.go
src/lib/regexp/regexp.go
src/lib/strconv/atof.go
src/lib/strconv/decimal.go
src/lib/sync/mutex_test.go
src/lib/syscall/file_linux.go
src/lib/tabwriter/tabwriter.go
src/lib/testing.go
src/lib/time/tick.go
src/lib/time/time.go
src/lib/time/zoneinfo.go
src/run.bash
test/235.go
test/bugs/bug121.go
test/chan/fifo.go
test/chan/goroutines.go
test/chan/nonblock.go
test/chan/powser1.go
test/chan/powser2.go
test/chan/select.go
test/chan/sieve.go
test/complit.go
test/fixedbugs/bug011.go
test/fixedbugs/bug026.go
test/fixedbugs/bug027.go
test/fixedbugs/bug038.go
test/fixedbugs/bug045.go
test/fixedbugs/bug054.go
test/fixedbugs/bug058.go
test/fixedbugs/bug059.go
test/fixedbugs/bug066.go
test/fixedbugs/bug067.go
test/fixedbugs/bug069.go
test/fixedbugs/bug071.go
test/fixedbugs/bug075.go
test/fixedbugs/bug078.go
test/fixedbugs/bug084.go
test/fixedbugs/bug099.go
test/fixedbugs/bug111.go
test/fixedbugs/bug118.go
test/func.go
test/hashmap.go
test/hilbert.go
test/initcomma.go
test/interface1.go
test/ken/array.go
test/ken/chan.go
test/ken/embed.go
test/ken/interfun.go
test/ken/intervar.go
test/ken/ptrfun.go
test/ken/range.go
test/ken/rob1.go
test/ken/rob2.go
test/ken/robfunc.go
test/ken/simparray.go
test/ken/simpbool.go
test/ken/string.go
test/map.go
test/nil.go
test/peano.go
test/sieve.go
test/test0.go
test/utf.go
test/vectors.go
usr/gri/gosrc/ast.go
usr/gri/gosrc/compilation.go
usr/gri/gosrc/decls.go
usr/gri/gosrc/globals.go
usr/gri/gosrc/go.go
usr/gri/gosrc/parser.go
usr/gri/gosrc/scanner.go
usr/gri/gosrc/test_scanner.go
usr/gri/gosrc/verifier.go
usr/gri/pretty/ast.go
usr/gri/pretty/compilation.go
usr/gri/pretty/globals.go
usr/gri/pretty/parser.go
usr/gri/pretty/scanner.go
usr/gri/pretty/selftest2.go