Update to current version of Go library.
authorIan Lance Taylor <ian@gcc.gnu.org>
Thu, 24 Mar 2011 23:46:17 +0000 (23:46 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Thu, 24 Mar 2011 23:46:17 +0000 (23:46 +0000)
commit8039ca76a5705ae5052b20cee64110c32545c4fc
tree9319bca77115a32f6a0b5e8bcd651465b14c76da
parent7114321ee4f521ea9fbdd08a4c23b361181f3658
Update to current version of Go library.

From-SVN: r171427
172 files changed:
libgo/MERGE
libgo/Makefile.am
libgo/Makefile.in
libgo/go/archive/zip/reader.go
libgo/go/big/int.go
libgo/go/big/int_test.go
libgo/go/big/nat.go
libgo/go/bufio/bufio_test.go
libgo/go/compress/flate/deflate_test.go
libgo/go/compress/lzw/reader_test.go
libgo/go/compress/lzw/writer_test.go
libgo/go/crypto/ecdsa/ecdsa.go [new file with mode: 0644]
libgo/go/crypto/ecdsa/ecdsa_test.go [new file with mode: 0644]
libgo/go/crypto/elliptic/elliptic.go
libgo/go/crypto/openpgp/packet/packet.go
libgo/go/crypto/openpgp/packet/packet_test.go
libgo/go/crypto/openpgp/packet/private_key.go
libgo/go/crypto/openpgp/packet/public_key.go
libgo/go/crypto/openpgp/packet/public_key_test.go
libgo/go/crypto/openpgp/packet/signature.go
libgo/go/crypto/openpgp/read_test.go
libgo/go/crypto/openpgp/write.go
libgo/go/crypto/openpgp/write_test.go
libgo/go/crypto/tls/common.go
libgo/go/crypto/tls/conn.go
libgo/go/crypto/tls/generate_cert.go
libgo/go/debug/proc/proc_darwin.go
libgo/go/debug/proc/proc_freebsd.go
libgo/go/debug/proc/proc_linux.go
libgo/go/debug/proc/proc_windows.go
libgo/go/exec/exec.go
libgo/go/exec/exec_test.go
libgo/go/exp/eval/stmt.go
libgo/go/exp/eval/stmt_test.go
libgo/go/exp/ogle/cmd.go
libgo/go/expvar/expvar.go
libgo/go/flag/flag.go
libgo/go/flag/flag_test.go
libgo/go/fmt/format.go
libgo/go/fmt/scan.go
libgo/go/fmt/scan_test.go
libgo/go/go/ast/ast.go
libgo/go/go/ast/filter.go
libgo/go/go/ast/print.go
libgo/go/go/ast/scope.go
libgo/go/go/ast/walk.go
libgo/go/go/parser/interface.go
libgo/go/go/parser/parser.go
libgo/go/go/parser/parser_test.go
libgo/go/go/printer/nodes.go
libgo/go/go/printer/printer.go
libgo/go/go/printer/printer_test.go
libgo/go/go/printer/testdata/expressions.golden
libgo/go/go/printer/testdata/expressions.input
libgo/go/go/printer/testdata/expressions.raw
libgo/go/go/printer/testdata/slow.golden [new file with mode: 0644]
libgo/go/go/printer/testdata/slow.input [new file with mode: 0644]
libgo/go/go/scanner/scanner.go
libgo/go/go/scanner/scanner_test.go
libgo/go/go/typechecker/scope.go
libgo/go/go/typechecker/testdata/test0.go [deleted file]
libgo/go/go/typechecker/testdata/test0.src [new file with mode: 0644]
libgo/go/go/typechecker/testdata/test1.go [deleted file]
libgo/go/go/typechecker/testdata/test1.src [new file with mode: 0644]
libgo/go/go/typechecker/testdata/test3.go [deleted file]
libgo/go/go/typechecker/testdata/test3.src [new file with mode: 0644]
libgo/go/go/typechecker/testdata/test4.go [deleted file]
libgo/go/go/typechecker/testdata/test4.src [new file with mode: 0644]
libgo/go/go/typechecker/type.go [new file with mode: 0644]
libgo/go/go/typechecker/typechecker.go
libgo/go/go/typechecker/typechecker_test.go
libgo/go/go/typechecker/universe.go
libgo/go/gob/codec_test.go
libgo/go/gob/decode.go
libgo/go/gob/decoder.go
libgo/go/gob/encode.go
libgo/go/gob/encoder.go
libgo/go/gob/gobencdec_test.go [new file with mode: 0644]
libgo/go/gob/timing_test.go [new file with mode: 0644]
libgo/go/gob/type.go
libgo/go/gob/type_test.go
libgo/go/hash/fnv/fnv.go [new file with mode: 0644]
libgo/go/hash/fnv/fnv_test.go [new file with mode: 0644]
libgo/go/http/cgi/child.go [new file with mode: 0644]
libgo/go/http/cgi/child_test.go [new file with mode: 0644]
libgo/go/http/cgi/host.go [new file with mode: 0644]
libgo/go/http/cgi/host_test.go [new file with mode: 0644]
libgo/go/http/cgi/matryoshka_test.go [new file with mode: 0644]
libgo/go/http/client.go
libgo/go/http/client_test.go
libgo/go/http/cookie.go [new file with mode: 0644]
libgo/go/http/cookie_test.go [new file with mode: 0644]
libgo/go/http/dump.go
libgo/go/http/export_test.go [new file with mode: 0644]
libgo/go/http/fs.go
libgo/go/http/fs_test.go
libgo/go/http/httptest/recorder.go [new file with mode: 0644]
libgo/go/http/httptest/server.go [new file with mode: 0644]
libgo/go/http/persist.go
libgo/go/http/pprof/pprof.go
libgo/go/http/proxy_test.go
libgo/go/http/range_test.go [new file with mode: 0644]
libgo/go/http/readrequest_test.go
libgo/go/http/request.go
libgo/go/http/request_test.go
libgo/go/http/requestwrite_test.go
libgo/go/http/response.go
libgo/go/http/responsewrite_test.go
libgo/go/http/serve_test.go
libgo/go/http/server.go
libgo/go/http/transport.go
libgo/go/http/transport_test.go [new file with mode: 0644]
libgo/go/io/ioutil/ioutil.go
libgo/go/io/ioutil/tempfile.go
libgo/go/io/ioutil/tempfile_test.go
libgo/go/io/pipe.go
libgo/go/mime/multipart/multipart.go
libgo/go/mime/multipart/multipart_test.go
libgo/go/net/fd.go
libgo/go/net/fd_linux.go
libgo/go/net/ip.go
libgo/go/netchan/common.go
libgo/go/netchan/export.go
libgo/go/netchan/import.go
libgo/go/netchan/netchan_test.go
libgo/go/os/exec.go
libgo/go/os/inotify/inotify_linux_test.go
libgo/go/os/os_test.go
libgo/go/path/filepath/match.go [new file with mode: 0644]
libgo/go/path/filepath/match_test.go [new file with mode: 0644]
libgo/go/path/filepath/path.go [new file with mode: 0644]
libgo/go/path/filepath/path_test.go [new file with mode: 0644]
libgo/go/path/filepath/path_unix.go [new file with mode: 0644]
libgo/go/path/filepath/path_windows.go [new file with mode: 0644]
libgo/go/path/match.go
libgo/go/path/match_test.go
libgo/go/path/path.go
libgo/go/path/path_test.go
libgo/go/path/path_unix.go [deleted file]
libgo/go/path/path_windows.go [deleted file]
libgo/go/reflect/all_test.go
libgo/go/reflect/value.go
libgo/go/rpc/client.go
libgo/go/rpc/server.go
libgo/go/rpc/server_test.go
libgo/go/runtime/debug.go
libgo/go/runtime/mem.go [new file with mode: 0644]
libgo/go/runtime/pprof/pprof.go
libgo/go/runtime/pprof/pprof_test.go [new file with mode: 0644]
libgo/go/strings/strings.go
libgo/go/strings/strings_test.go
libgo/go/sync/waitgroup.go
libgo/go/template/template.go
libgo/go/testing/script/script.go
libgo/go/testing/testing.go
libgo/go/time/sleep.go
libgo/go/time/sleep_test.go
libgo/go/time/sys.go [new file with mode: 0644]
libgo/go/time/time.go
libgo/go/time/time_test.go
libgo/go/websocket/server.go
libgo/go/websocket/websocket_test.go
libgo/go/xml/xml.go
libgo/merge.sh
libgo/runtime/channel.h
libgo/runtime/go-rec-big.c
libgo/runtime/go-rec-nb-big.c
libgo/runtime/go-rec-nb-small.c
libgo/runtime/go-rec-small.c
libgo/runtime/go-reflect-chan.c
libgo/syscalls/exec.go
libgo/testsuite/gotest