libgo: Update to weekly.2012-01-27.
authorian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Feb 2012 19:26:59 +0000 (19:26 +0000)
committerian <ian@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 1 Feb 2012 19:26:59 +0000 (19:26 +0000)
commit86babf4bfda7c2c2e9be4abc20e4d8073e05e5be
tree7e7e6083ebe59999943a211a17f8ef6f07f17c2f
parentdf9ff8bf53f716508a120d15cc144e628fd2e9b5
libgo: Update to weekly.2012-01-27.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@183810 138bc75d-0d04-0410-961f-82ee72b054a4
277 files changed:
libgo/MERGE
libgo/Makefile.am
libgo/Makefile.in
libgo/go/archive/tar/reader.go
libgo/go/archive/tar/reader_test.go
libgo/go/archive/zip/reader.go
libgo/go/archive/zip/reader_test.go
libgo/go/archive/zip/struct.go
libgo/go/archive/zip/writer.go
libgo/go/archive/zip/zip_test.go
libgo/go/bytes/buffer.go
libgo/go/compress/flate/deflate.go
libgo/go/compress/flate/deflate_test.go
libgo/go/compress/flate/huffman_bit_writer.go
libgo/go/compress/flate/huffman_code.go
libgo/go/compress/flate/util.go [deleted file]
libgo/go/compress/gzip/gunzip.go
libgo/go/compress/gzip/gunzip_test.go
libgo/go/compress/testdata/Mark.Twain-Tom.Sawyer.txt [new file with mode: 0644]
libgo/go/compress/zlib/reader.go
libgo/go/compress/zlib/reader_test.go
libgo/go/crypto/bcrypt/base64.go [deleted file]
libgo/go/crypto/bcrypt/bcrypt.go [deleted file]
libgo/go/crypto/bcrypt/bcrypt_test.go [deleted file]
libgo/go/crypto/blowfish/block.go [deleted file]
libgo/go/crypto/blowfish/blowfish_test.go [deleted file]
libgo/go/crypto/blowfish/cipher.go [deleted file]
libgo/go/crypto/blowfish/const.go [deleted file]
libgo/go/crypto/cast5/cast5.go [deleted file]
libgo/go/crypto/cast5/cast5_test.go [deleted file]
libgo/go/crypto/dsa/dsa.go
libgo/go/crypto/md4/md4.go [deleted file]
libgo/go/crypto/md4/md4_test.go [deleted file]
libgo/go/crypto/md4/md4block.go [deleted file]
libgo/go/crypto/ocsp/ocsp.go [deleted file]
libgo/go/crypto/ocsp/ocsp_test.go [deleted file]
libgo/go/crypto/openpgp/armor/armor.go [deleted file]
libgo/go/crypto/openpgp/armor/armor_test.go [deleted file]
libgo/go/crypto/openpgp/armor/encode.go [deleted file]
libgo/go/crypto/openpgp/canonical_text.go [deleted file]
libgo/go/crypto/openpgp/canonical_text_test.go [deleted file]
libgo/go/crypto/openpgp/elgamal/elgamal.go [deleted file]
libgo/go/crypto/openpgp/elgamal/elgamal_test.go [deleted file]
libgo/go/crypto/openpgp/errors/errors.go [deleted file]
libgo/go/crypto/openpgp/keys.go [deleted file]
libgo/go/crypto/openpgp/packet/compressed.go [deleted file]
libgo/go/crypto/openpgp/packet/compressed_test.go [deleted file]
libgo/go/crypto/openpgp/packet/encrypted_key.go [deleted file]
libgo/go/crypto/openpgp/packet/encrypted_key_test.go [deleted file]
libgo/go/crypto/openpgp/packet/literal.go [deleted file]
libgo/go/crypto/openpgp/packet/one_pass_signature.go [deleted file]
libgo/go/crypto/openpgp/packet/packet.go [deleted file]
libgo/go/crypto/openpgp/packet/packet_test.go [deleted file]
libgo/go/crypto/openpgp/packet/private_key.go [deleted file]
libgo/go/crypto/openpgp/packet/private_key_test.go [deleted file]
libgo/go/crypto/openpgp/packet/public_key.go [deleted file]
libgo/go/crypto/openpgp/packet/public_key_test.go [deleted file]
libgo/go/crypto/openpgp/packet/reader.go [deleted file]
libgo/go/crypto/openpgp/packet/signature.go [deleted file]
libgo/go/crypto/openpgp/packet/signature_test.go [deleted file]
libgo/go/crypto/openpgp/packet/symmetric_key_encrypted.go [deleted file]
libgo/go/crypto/openpgp/packet/symmetric_key_encrypted_test.go [deleted file]
libgo/go/crypto/openpgp/packet/symmetrically_encrypted.go [deleted file]
libgo/go/crypto/openpgp/packet/symmetrically_encrypted_test.go [deleted file]
libgo/go/crypto/openpgp/packet/userid.go [deleted file]
libgo/go/crypto/openpgp/packet/userid_test.go [deleted file]
libgo/go/crypto/openpgp/read.go [deleted file]
libgo/go/crypto/openpgp/read_test.go [deleted file]
libgo/go/crypto/openpgp/s2k/s2k.go [deleted file]
libgo/go/crypto/openpgp/s2k/s2k_test.go [deleted file]
libgo/go/crypto/openpgp/write.go [deleted file]
libgo/go/crypto/openpgp/write_test.go [deleted file]
libgo/go/crypto/ripemd160/ripemd160.go [deleted file]
libgo/go/crypto/ripemd160/ripemd160_test.go [deleted file]
libgo/go/crypto/ripemd160/ripemd160block.go [deleted file]
libgo/go/crypto/tls/root_stub.go
libgo/go/crypto/twofish/twofish.go [deleted file]
libgo/go/crypto/twofish/twofish_test.go [deleted file]
libgo/go/crypto/xtea/block.go [deleted file]
libgo/go/crypto/xtea/cipher.go [deleted file]
libgo/go/crypto/xtea/xtea_test.go [deleted file]
libgo/go/database/sql/convert.go
libgo/go/database/sql/fakedb_test.go
libgo/go/database/sql/sql.go
libgo/go/database/sql/sql_test.go
libgo/go/encoding/binary/varint.go
libgo/go/encoding/binary/varint_test.go
libgo/go/encoding/git85/git.go [deleted file]
libgo/go/encoding/git85/git_test.go [deleted file]
libgo/go/encoding/gob/debug.go
libgo/go/encoding/gob/decoder.go
libgo/go/encoding/gob/gobencdec_test.go
libgo/go/encoding/xml/marshal.go
libgo/go/encoding/xml/marshal_test.go
libgo/go/encoding/xml/read.go
libgo/go/encoding/xml/read_test.go
libgo/go/encoding/xml/typeinfo.go
libgo/go/encoding/xml/xml.go
libgo/go/encoding/xml/xml_test.go
libgo/go/exp/ebnflint/ebnflint.go
libgo/go/exp/ebnflint/ebnflint_test.go [new file with mode: 0644]
libgo/go/exp/html/const.go [moved from libgo/go/html/const.go with 100% similarity]
libgo/go/exp/html/doc.go [moved from libgo/go/html/doc.go with 100% similarity]
libgo/go/exp/html/doctype.go [moved from libgo/go/html/doctype.go with 100% similarity]
libgo/go/exp/html/entity.go [new file with mode: 0644]
libgo/go/exp/html/entity_test.go [new file with mode: 0644]
libgo/go/exp/html/escape.go [new file with mode: 0644]
libgo/go/exp/html/foreign.go [moved from libgo/go/html/foreign.go with 100% similarity]
libgo/go/exp/html/node.go [moved from libgo/go/html/node.go with 100% similarity]
libgo/go/exp/html/parse.go [moved from libgo/go/html/parse.go with 100% similarity]
libgo/go/exp/html/parse_test.go [moved from libgo/go/html/parse_test.go with 100% similarity]
libgo/go/exp/html/render.go [moved from libgo/go/html/render.go with 100% similarity]
libgo/go/exp/html/render_test.go [moved from libgo/go/html/render_test.go with 100% similarity]
libgo/go/exp/html/testdata/webkit/README [moved from libgo/go/html/testdata/webkit/README with 100% similarity]
libgo/go/exp/html/testdata/webkit/adoption01.dat [moved from libgo/go/html/testdata/webkit/adoption01.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/adoption02.dat [moved from libgo/go/html/testdata/webkit/adoption02.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/comments01.dat [moved from libgo/go/html/testdata/webkit/comments01.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/doctype01.dat [moved from libgo/go/html/testdata/webkit/doctype01.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/entities01.dat [moved from libgo/go/html/testdata/webkit/entities01.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/entities02.dat [moved from libgo/go/html/testdata/webkit/entities02.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/html5test-com.dat [moved from libgo/go/html/testdata/webkit/html5test-com.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/inbody01.dat [moved from libgo/go/html/testdata/webkit/inbody01.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/isindex.dat [moved from libgo/go/html/testdata/webkit/isindex.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/pending-spec-changes-plain-text-unsafe.dat [moved from libgo/go/html/testdata/webkit/pending-spec-changes-plain-text-unsafe.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/pending-spec-changes.dat [moved from libgo/go/html/testdata/webkit/pending-spec-changes.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/plain-text-unsafe.dat [moved from libgo/go/html/testdata/webkit/plain-text-unsafe.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/scriptdata01.dat [moved from libgo/go/html/testdata/webkit/scriptdata01.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/scripted/adoption01.dat [moved from libgo/go/html/testdata/webkit/scripted/adoption01.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/scripted/webkit01.dat [moved from libgo/go/html/testdata/webkit/scripted/webkit01.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tables01.dat [moved from libgo/go/html/testdata/webkit/tables01.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests1.dat [moved from libgo/go/html/testdata/webkit/tests1.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests10.dat [moved from libgo/go/html/testdata/webkit/tests10.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests11.dat [moved from libgo/go/html/testdata/webkit/tests11.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests12.dat [moved from libgo/go/html/testdata/webkit/tests12.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests14.dat [moved from libgo/go/html/testdata/webkit/tests14.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests15.dat [moved from libgo/go/html/testdata/webkit/tests15.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests16.dat [moved from libgo/go/html/testdata/webkit/tests16.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests17.dat [moved from libgo/go/html/testdata/webkit/tests17.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests18.dat [moved from libgo/go/html/testdata/webkit/tests18.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests19.dat [moved from libgo/go/html/testdata/webkit/tests19.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests2.dat [moved from libgo/go/html/testdata/webkit/tests2.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests20.dat [moved from libgo/go/html/testdata/webkit/tests20.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests21.dat [moved from libgo/go/html/testdata/webkit/tests21.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests22.dat [moved from libgo/go/html/testdata/webkit/tests22.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests23.dat [moved from libgo/go/html/testdata/webkit/tests23.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests24.dat [moved from libgo/go/html/testdata/webkit/tests24.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests25.dat [moved from libgo/go/html/testdata/webkit/tests25.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests26.dat [moved from libgo/go/html/testdata/webkit/tests26.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests3.dat [moved from libgo/go/html/testdata/webkit/tests3.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests4.dat [moved from libgo/go/html/testdata/webkit/tests4.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests5.dat [moved from libgo/go/html/testdata/webkit/tests5.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests6.dat [moved from libgo/go/html/testdata/webkit/tests6.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests7.dat [moved from libgo/go/html/testdata/webkit/tests7.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests8.dat [moved from libgo/go/html/testdata/webkit/tests8.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests9.dat [moved from libgo/go/html/testdata/webkit/tests9.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tests_innerHTML_1.dat [moved from libgo/go/html/testdata/webkit/tests_innerHTML_1.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/tricky01.dat [moved from libgo/go/html/testdata/webkit/tricky01.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/webkit01.dat [moved from libgo/go/html/testdata/webkit/webkit01.dat with 100% similarity]
libgo/go/exp/html/testdata/webkit/webkit02.dat [moved from libgo/go/html/testdata/webkit/webkit02.dat with 100% similarity]
libgo/go/exp/html/token.go [moved from libgo/go/html/token.go with 100% similarity]
libgo/go/exp/html/token_test.go [moved from libgo/go/html/token_test.go with 100% similarity]
libgo/go/exp/norm/tables.go
libgo/go/exp/norm/triegen.go
libgo/go/exp/spdy/read.go [deleted file]
libgo/go/exp/spdy/spdy_test.go [deleted file]
libgo/go/exp/spdy/types.go [deleted file]
libgo/go/exp/spdy/write.go [deleted file]
libgo/go/exp/ssh/channel.go [deleted file]
libgo/go/exp/ssh/cipher.go [deleted file]
libgo/go/exp/ssh/cipher_test.go [deleted file]
libgo/go/exp/ssh/client.go [deleted file]
libgo/go/exp/ssh/client_auth.go [deleted file]
libgo/go/exp/ssh/client_auth_test.go [deleted file]
libgo/go/exp/ssh/client_func_test.go [deleted file]
libgo/go/exp/ssh/common.go [deleted file]
libgo/go/exp/ssh/common_test.go [deleted file]
libgo/go/exp/ssh/doc.go [deleted file]
libgo/go/exp/ssh/messages.go [deleted file]
libgo/go/exp/ssh/messages_test.go [deleted file]
libgo/go/exp/ssh/server.go [deleted file]
libgo/go/exp/ssh/server_terminal.go [deleted file]
libgo/go/exp/ssh/session.go [deleted file]
libgo/go/exp/ssh/session_test.go [deleted file]
libgo/go/exp/ssh/tcpip.go [deleted file]
libgo/go/exp/ssh/tcpip_func_test.go [deleted file]
libgo/go/exp/ssh/transport.go [deleted file]
libgo/go/exp/ssh/transport_test.go [deleted file]
libgo/go/go/ast/import.go
libgo/go/go/build/build.go
libgo/go/go/build/build_test.go
libgo/go/go/build/dir.go
libgo/go/go/build/path.go
libgo/go/go/doc/doc.go
libgo/go/go/doc/doc_test.go
libgo/go/go/doc/exports.go
libgo/go/go/doc/filter.go
libgo/go/go/doc/reader.go
libgo/go/go/doc/testdata/a.0.golden [moved from libgo/go/go/doc/testdata/a.out with 100% similarity]
libgo/go/go/doc/testdata/a.1.golden [new file with mode: 0644]
libgo/go/go/doc/testdata/b.0.golden [moved from libgo/go/go/doc/testdata/b.out with 59% similarity]
libgo/go/go/doc/testdata/b.1.golden [new file with mode: 0644]
libgo/go/go/doc/testdata/b.go
libgo/go/go/doc/testdata/c.0.golden [new file with mode: 0644]
libgo/go/go/doc/testdata/c.1.golden [new file with mode: 0644]
libgo/go/go/doc/testdata/c.go [new file with mode: 0644]
libgo/go/go/doc/testdata/d.0.golden [new file with mode: 0644]
libgo/go/go/doc/testdata/d.1.golden [new file with mode: 0644]
libgo/go/go/doc/testdata/d1.go [new file with mode: 0644]
libgo/go/go/doc/testdata/d2.go [new file with mode: 0644]
libgo/go/go/doc/testdata/e.0.golden [new file with mode: 0644]
libgo/go/go/doc/testdata/e.1.golden [new file with mode: 0644]
libgo/go/go/doc/testdata/e.go [new file with mode: 0644]
libgo/go/go/doc/testdata/testing.0.golden [moved from libgo/go/go/doc/testdata/testing.out with 100% similarity]
libgo/go/go/doc/testdata/testing.1.golden [new file with mode: 0644]
libgo/go/go/parser/interface.go
libgo/go/go/parser/parser.go
libgo/go/go/printer/nodes.go
libgo/go/go/printer/printer.go
libgo/go/go/printer/testdata/declarations.golden
libgo/go/go/printer/testdata/linebreaks.golden
libgo/go/go/printer/testdata/linebreaks.input
libgo/go/go/scanner/scanner.go
libgo/go/go/scanner/scanner_test.go
libgo/go/html/escape.go
libgo/go/io/ioutil/ioutil.go
libgo/go/math/big/arith.go
libgo/go/math/big/arith_decl.go
libgo/go/math/big/arith_test.go
libgo/go/net/cgo_stub.go
libgo/go/net/dial.go
libgo/go/net/dialgoogle_test.go
libgo/go/net/dict/dict.go [deleted file]
libgo/go/net/fd.go
libgo/go/net/fd_windows.go
libgo/go/net/http/client.go
libgo/go/net/http/client_test.go
libgo/go/net/http/readrequest_test.go
libgo/go/net/http/request.go
libgo/go/net/http/request_test.go
libgo/go/net/http/transport.go
libgo/go/net/http/transport_test.go
libgo/go/net/ipraw_test.go
libgo/go/net/iprawsock_plan9.go
libgo/go/net/iprawsock_posix.go
libgo/go/net/lookup_plan9.go
libgo/go/net/rpc/client.go
libgo/go/net/rpc/server_test.go
libgo/go/net/sock.go
libgo/go/net/sockopt.go
libgo/go/net/tcpsock_plan9.go
libgo/go/net/tcpsock_posix.go
libgo/go/net/timeout_test.go
libgo/go/net/udp_test.go [new file with mode: 0644]
libgo/go/net/udpsock_plan9.go
libgo/go/net/udpsock_posix.go
libgo/go/net/unixsock_posix.go
libgo/go/os/file_plan9.go
libgo/go/os/stat_plan9.go
libgo/go/os/user/lookup_stubs.go
libgo/go/patch/apply.go [deleted file]
libgo/go/patch/git.go [deleted file]
libgo/go/patch/patch.go [deleted file]
libgo/go/patch/patch_test.go [deleted file]
libgo/go/patch/textdiff.go [deleted file]
libgo/go/path/filepath/path_test.go
libgo/go/regexp/regexp.go
libgo/go/runtime/chan_test.go
libgo/go/runtime/debug.go
libgo/go/runtime/extern.go
libgo/go/websocket/client.go [deleted file]
libgo/go/websocket/hixie.go [deleted file]
libgo/go/websocket/hixie_test.go [deleted file]
libgo/go/websocket/hybi.go [deleted file]
libgo/go/websocket/hybi_test.go [deleted file]
libgo/go/websocket/server.go [deleted file]
libgo/go/websocket/websocket.go [deleted file]
libgo/go/websocket/websocket_test.go [deleted file]