This is the mail archive of the gcc-cvs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r178910 - in /trunk: gcc/testsuite/go.test/go-t...


Author: ian
Date: Fri Sep 16 15:47:21 2011
New Revision: 178910

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=178910
Log:
Update Go library to r60.

Added:
    trunk/libgo/go/archive/zip/writer.go
    trunk/libgo/go/archive/zip/writer_test.go
    trunk/libgo/go/archive/zip/zip_test.go
    trunk/libgo/go/builtin/
    trunk/libgo/go/builtin/builtin.go
    trunk/libgo/go/crypto/openpgp/elgamal/
    trunk/libgo/go/crypto/openpgp/elgamal/elgamal.go
    trunk/libgo/go/crypto/openpgp/elgamal/elgamal_test.go
    trunk/libgo/go/crypto/rand/util.go
    trunk/libgo/go/crypto/x509/pkix/
    trunk/libgo/go/crypto/x509/pkix/pkix.go
    trunk/libgo/go/csv/
    trunk/libgo/go/csv/reader.go
    trunk/libgo/go/csv/reader_test.go
    trunk/libgo/go/csv/writer.go
    trunk/libgo/go/csv/writer_test.go
    trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj   (with props)
    trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj   (with props)
    trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc441-x86.obj   (with props)
    trunk/libgo/go/exec/lp_plan9.go
    trunk/libgo/go/exp/gui/
    trunk/libgo/go/exp/gui/gui.go
    trunk/libgo/go/exp/gui/x11/
    trunk/libgo/go/exp/gui/x11/auth.go
    trunk/libgo/go/exp/gui/x11/conn.go
    trunk/libgo/go/exp/norm/
    trunk/libgo/go/exp/norm/composition.go
    trunk/libgo/go/exp/norm/composition_test.go
    trunk/libgo/go/exp/norm/forminfo.go
    trunk/libgo/go/exp/norm/maketables.go
    trunk/libgo/go/exp/norm/maketesttables.go
    trunk/libgo/go/exp/norm/norm_test.go
    trunk/libgo/go/exp/norm/normalize.go
    trunk/libgo/go/exp/norm/tables.go
    trunk/libgo/go/exp/norm/trie.go
    trunk/libgo/go/exp/norm/trie_test.go
    trunk/libgo/go/exp/norm/triedata_test.go
    trunk/libgo/go/exp/norm/triegen.go
    trunk/libgo/go/exp/regexp/
    trunk/libgo/go/exp/regexp/all_test.go
    trunk/libgo/go/exp/regexp/exec.go
    trunk/libgo/go/exp/regexp/find_test.go
    trunk/libgo/go/exp/regexp/regexp.go
    trunk/libgo/go/exp/regexp/syntax/
    trunk/libgo/go/exp/regexp/syntax/compile.go
    trunk/libgo/go/exp/regexp/syntax/parse.go
    trunk/libgo/go/exp/regexp/syntax/parse_test.go
    trunk/libgo/go/exp/regexp/syntax/perl_groups.go
    trunk/libgo/go/exp/regexp/syntax/prog.go
    trunk/libgo/go/exp/regexp/syntax/prog_test.go
    trunk/libgo/go/exp/regexp/syntax/regexp.go
    trunk/libgo/go/exp/regexp/syntax/simplify.go
    trunk/libgo/go/exp/regexp/syntax/simplify_test.go
    trunk/libgo/go/exp/template/
    trunk/libgo/go/exp/template/html/
    trunk/libgo/go/exp/template/html/context.go
    trunk/libgo/go/exp/template/html/escape.go
    trunk/libgo/go/exp/template/html/escape_test.go
    trunk/libgo/go/go/build/
    trunk/libgo/go/go/build/build.go
    trunk/libgo/go/go/build/build_test.go
    trunk/libgo/go/go/build/cgotest/
    trunk/libgo/go/go/build/cgotest/cgotest.go
    trunk/libgo/go/go/build/cmdtest/
    trunk/libgo/go/go/build/cmdtest/main.go
    trunk/libgo/go/go/build/dir.go
    trunk/libgo/go/go/build/path.go
    trunk/libgo/go/go/build/pkgtest/
    trunk/libgo/go/go/build/pkgtest/pkgtest.go
    trunk/libgo/go/go/build/syslist_test.go
    trunk/libgo/go/go/types/check.go
    trunk/libgo/go/go/types/check_test.go
    trunk/libgo/go/hash/crc32/crc32_amd64.go
    trunk/libgo/go/hash/crc32/crc32_generic.go
    trunk/libgo/go/html/const.go
    trunk/libgo/go/html/node.go
    trunk/libgo/go/http/sniff.go
    trunk/libgo/go/http/sniff_test.go
    trunk/libgo/go/http/spdy/read.go
    trunk/libgo/go/http/spdy/spdy_test.go
    trunk/libgo/go/http/spdy/types.go
    trunk/libgo/go/http/spdy/write.go
    trunk/libgo/go/http/testdata/index.html
    trunk/libgo/go/http/testdata/style.css
    trunk/libgo/go/image/bmp/
    trunk/libgo/go/image/bmp/reader.go
    trunk/libgo/go/image/draw/
    trunk/libgo/go/image/draw/bench_test.go
    trunk/libgo/go/image/draw/clip_test.go
    trunk/libgo/go/image/draw/draw.go
    trunk/libgo/go/image/draw/draw_test.go
    trunk/libgo/go/image/image_test.go
    trunk/libgo/go/image/testdata/video-001.5bpp.gif   (with props)
    trunk/libgo/go/image/testdata/video-001.interlaced.gif   (with props)
    trunk/libgo/go/image/testdata/video-005.gray.jpeg   (with props)
    trunk/libgo/go/image/testdata/video-005.gray.png   (with props)
    trunk/libgo/go/image/tiff/reader_test.go
    trunk/libgo/go/image/tiff/testdata/
    trunk/libgo/go/image/tiff/testdata/no_rps.tiff   (with props)
    trunk/libgo/go/json/encode_test.go
    trunk/libgo/go/json/tagkey_test.go
    trunk/libgo/go/mail/
    trunk/libgo/go/mail/message.go
    trunk/libgo/go/mail/message_test.go
    trunk/libgo/go/mime/multipart/writer.go
    trunk/libgo/go/mime/multipart/writer_test.go
    trunk/libgo/go/net/dnsclient_unix.go
    trunk/libgo/go/net/fd_openbsd.go
    trunk/libgo/go/net/file_plan9.go
    trunk/libgo/go/net/interface.go
    trunk/libgo/go/net/interface_bsd.go
    trunk/libgo/go/net/interface_darwin.go
    trunk/libgo/go/net/interface_freebsd.go
    trunk/libgo/go/net/interface_linux.go
    trunk/libgo/go/net/interface_openbsd.go
    trunk/libgo/go/net/interface_stub.go
    trunk/libgo/go/net/interface_test.go
    trunk/libgo/go/net/interface_windows.go
    trunk/libgo/go/net/iprawsock_plan9.go
    trunk/libgo/go/net/iprawsock_posix.go
    trunk/libgo/go/net/ipsock_plan9.go
    trunk/libgo/go/net/ipsock_posix.go
    trunk/libgo/go/net/lookup_plan9.go
    trunk/libgo/go/net/lookup_test.go
    trunk/libgo/go/net/lookup_unix.go
    trunk/libgo/go/net/lookup_windows.go
    trunk/libgo/go/net/sendfile_linux.go
    trunk/libgo/go/net/sendfile_stub.go
    trunk/libgo/go/net/sendfile_windows.go
    trunk/libgo/go/net/tcpsock_plan9.go
    trunk/libgo/go/net/tcpsock_posix.go
    trunk/libgo/go/net/udpsock_plan9.go
    trunk/libgo/go/net/udpsock_posix.go
    trunk/libgo/go/net/unixsock_plan9.go
    trunk/libgo/go/net/unixsock_posix.go
    trunk/libgo/go/old/
    trunk/libgo/go/old/template/
    trunk/libgo/go/old/template/doc.go
    trunk/libgo/go/old/template/execute.go
    trunk/libgo/go/old/template/format.go
    trunk/libgo/go/old/template/parse.go
    trunk/libgo/go/old/template/template_test.go
    trunk/libgo/go/os/mkunixsignals.sh
    trunk/libgo/go/os/path_plan9.go
    trunk/libgo/go/os/path_unix.go
    trunk/libgo/go/os/path_windows.go
    trunk/libgo/go/os/stat_openbsd.go
    trunk/libgo/go/os/str.go
    trunk/libgo/go/runtime/append_test.go
    trunk/libgo/go/runtime/chan_test.go
    trunk/libgo/go/runtime/closure_test.go
    trunk/libgo/go/runtime/sema_test.go
    trunk/libgo/go/runtime/symtab_test.go
    trunk/libgo/go/template/doc.go
    trunk/libgo/go/template/exec.go
    trunk/libgo/go/template/exec_test.go
    trunk/libgo/go/template/funcs.go
    trunk/libgo/go/template/helper.go
    trunk/libgo/go/template/parse/
    trunk/libgo/go/template/parse.go
    trunk/libgo/go/template/parse/lex.go
    trunk/libgo/go/template/parse/lex_test.go
    trunk/libgo/go/template/parse/node.go
    trunk/libgo/go/template/parse/parse.go
    trunk/libgo/go/template/parse/parse_test.go
    trunk/libgo/go/template/parse/set.go
    trunk/libgo/go/template/set.go
    trunk/libgo/go/template/set_test.go
    trunk/libgo/go/template/testdata/
    trunk/libgo/go/template/testdata/file1.tmpl
    trunk/libgo/go/template/testdata/file2.tmpl
    trunk/libgo/go/template/testdata/tmpl1.tmpl
    trunk/libgo/go/template/testdata/tmpl2.tmpl
    trunk/libgo/go/time/sys_plan9.go
    trunk/libgo/go/time/sys_posix.go
    trunk/libgo/go/time/zoneinfo_plan9.go
    trunk/libgo/go/time/zoneinfo_posix.go
    trunk/libgo/go/unicode/graphic.go
    trunk/libgo/go/unicode/graphic_test.go
    trunk/libgo/go/url/
    trunk/libgo/go/url/url.go
    trunk/libgo/go/url/url_test.go
    trunk/libgo/go/xml/atom_test.go
    trunk/libgo/go/xml/marshal.go
    trunk/libgo/go/xml/marshal_test.go
    trunk/libgo/runtime/go-rand.c
    trunk/libgo/syscalls/netlink_linux.go
Removed:
    trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc424-x86-64.o
    trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc441-x86-64.o
    trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc441-x86.o
    trunk/libgo/go/debug/proc/proc.go
    trunk/libgo/go/debug/proc/proc_darwin.go
    trunk/libgo/go/debug/proc/proc_freebsd.go
    trunk/libgo/go/debug/proc/proc_linux.go
    trunk/libgo/go/debug/proc/proc_windows.go
    trunk/libgo/go/debug/proc/regs_darwin_386.go
    trunk/libgo/go/debug/proc/regs_darwin_amd64.go
    trunk/libgo/go/debug/proc/regs_freebsd_386.go
    trunk/libgo/go/debug/proc/regs_freebsd_amd64.go
    trunk/libgo/go/debug/proc/regs_linux_386.go
    trunk/libgo/go/debug/proc/regs_linux_amd64.go
    trunk/libgo/go/debug/proc/regs_linux_arm.go
    trunk/libgo/go/debug/proc/regs_windows_386.go
    trunk/libgo/go/debug/proc/regs_windows_amd64.go
    trunk/libgo/go/encoding/line/line.go
    trunk/libgo/go/encoding/line/line_test.go
    trunk/libgo/go/exp/draw/draw.go
    trunk/libgo/go/exp/draw/draw_test.go
    trunk/libgo/go/exp/draw/event.go
    trunk/libgo/go/exp/draw/x11/auth.go
    trunk/libgo/go/exp/draw/x11/conn.go
    trunk/libgo/go/exp/eval/abort.go
    trunk/libgo/go/exp/eval/bridge.go
    trunk/libgo/go/exp/eval/compiler.go
    trunk/libgo/go/exp/eval/eval_test.go
    trunk/libgo/go/exp/eval/expr.go
    trunk/libgo/go/exp/eval/expr1.go
    trunk/libgo/go/exp/eval/expr_test.go
    trunk/libgo/go/exp/eval/func.go
    trunk/libgo/go/exp/eval/scope.go
    trunk/libgo/go/exp/eval/stmt.go
    trunk/libgo/go/exp/eval/stmt_test.go
    trunk/libgo/go/exp/eval/type.go
    trunk/libgo/go/exp/eval/typec.go
    trunk/libgo/go/exp/eval/value.go
    trunk/libgo/go/exp/eval/world.go
    trunk/libgo/go/exp/ogle/abort.go
    trunk/libgo/go/exp/ogle/arch.go
    trunk/libgo/go/exp/ogle/cmd.go
    trunk/libgo/go/exp/ogle/event.go
    trunk/libgo/go/exp/ogle/frame.go
    trunk/libgo/go/exp/ogle/goroutine.go
    trunk/libgo/go/exp/ogle/main.go
    trunk/libgo/go/exp/ogle/process.go
    trunk/libgo/go/exp/ogle/rruntime.go
    trunk/libgo/go/exp/ogle/rtype.go
    trunk/libgo/go/exp/ogle/rvalue.go
    trunk/libgo/go/exp/ogle/vars.go
    trunk/libgo/go/html/testdata/webkit/dom2string.js
    trunk/libgo/go/html/testdata/webkit/tests13.dat
    trunk/libgo/go/http/spdy/protocol.go
    trunk/libgo/go/http/spdy/protocol_test.go
    trunk/libgo/go/http/url.go
    trunk/libgo/go/http/url_test.go
    trunk/libgo/go/net/lookup.go
    trunk/libgo/go/net/resolv_windows.go
    trunk/libgo/go/net/srv_test.go
    trunk/libgo/go/os/signal/mkunix.sh
    trunk/libgo/go/template/format.go
    trunk/libgo/go/template/template.go
    trunk/libgo/go/template/template_test.go
Modified:
    trunk/gcc/testsuite/go.test/go-test.exp
    trunk/gcc/testsuite/go.test/test/chan/select5.go
    trunk/gcc/testsuite/go.test/test/fixedbugs/bug243.go
    trunk/gcc/testsuite/go.test/test/mallocrep.go
    trunk/gcc/testsuite/go.test/test/mallocrep1.go
    trunk/libgo/MERGE
    trunk/libgo/Makefile.am
    trunk/libgo/Makefile.in
    trunk/libgo/config.h.in
    trunk/libgo/configure
    trunk/libgo/configure.ac
    trunk/libgo/go/archive/tar/reader.go
    trunk/libgo/go/archive/tar/reader_test.go
    trunk/libgo/go/archive/zip/reader.go
    trunk/libgo/go/archive/zip/reader_test.go
    trunk/libgo/go/archive/zip/struct.go
    trunk/libgo/go/asn1/asn1.go
    trunk/libgo/go/asn1/asn1_test.go
    trunk/libgo/go/asn1/common.go
    trunk/libgo/go/asn1/marshal.go
    trunk/libgo/go/asn1/marshal_test.go
    trunk/libgo/go/big/arith.go
    trunk/libgo/go/big/arith_decl.go
    trunk/libgo/go/big/arith_test.go
    trunk/libgo/go/big/calibrate_test.go
    trunk/libgo/go/big/hilbert_test.go
    trunk/libgo/go/big/int.go
    trunk/libgo/go/big/int_test.go
    trunk/libgo/go/big/nat.go
    trunk/libgo/go/big/nat_test.go
    trunk/libgo/go/big/rat.go
    trunk/libgo/go/big/rat_test.go
    trunk/libgo/go/bufio/bufio.go
    trunk/libgo/go/bufio/bufio_test.go
    trunk/libgo/go/bytes/buffer.go
    trunk/libgo/go/bytes/buffer_test.go
    trunk/libgo/go/bytes/bytes.go
    trunk/libgo/go/bytes/bytes_test.go
    trunk/libgo/go/compress/bzip2/bzip2.go
    trunk/libgo/go/compress/bzip2/huffman.go
    trunk/libgo/go/compress/flate/deflate.go
    trunk/libgo/go/compress/flate/deflate_test.go
    trunk/libgo/go/compress/flate/huffman_bit_writer.go
    trunk/libgo/go/compress/flate/huffman_code.go
    trunk/libgo/go/compress/flate/inflate.go
    trunk/libgo/go/compress/gzip/gunzip.go
    trunk/libgo/go/compress/gzip/gzip_test.go
    trunk/libgo/go/compress/lzw/reader.go
    trunk/libgo/go/compress/lzw/reader_test.go
    trunk/libgo/go/compress/lzw/writer_test.go
    trunk/libgo/go/compress/zlib/reader.go
    trunk/libgo/go/compress/zlib/writer.go
    trunk/libgo/go/compress/zlib/writer_test.go
    trunk/libgo/go/container/heap/heap.go
    trunk/libgo/go/container/heap/heap_test.go
    trunk/libgo/go/container/ring/ring.go
    trunk/libgo/go/container/ring/ring_test.go
    trunk/libgo/go/container/vector/defs.go
    trunk/libgo/go/container/vector/intvector.go
    trunk/libgo/go/container/vector/intvector_test.go
    trunk/libgo/go/container/vector/nogen_test.go
    trunk/libgo/go/container/vector/numbers_test.go
    trunk/libgo/go/container/vector/stringvector.go
    trunk/libgo/go/container/vector/stringvector_test.go
    trunk/libgo/go/container/vector/vector.go
    trunk/libgo/go/container/vector/vector_test.go
    trunk/libgo/go/crypto/aes/cipher.go
    trunk/libgo/go/crypto/blowfish/cipher.go
    trunk/libgo/go/crypto/cast5/cast5.go
    trunk/libgo/go/crypto/cipher/ocfb.go
    trunk/libgo/go/crypto/dsa/dsa.go
    trunk/libgo/go/crypto/elliptic/elliptic.go
    trunk/libgo/go/crypto/elliptic/elliptic_test.go
    trunk/libgo/go/crypto/hmac/hmac_test.go
    trunk/libgo/go/crypto/ocsp/ocsp.go
    trunk/libgo/go/crypto/openpgp/armor/armor.go
    trunk/libgo/go/crypto/openpgp/canonical_text_test.go
    trunk/libgo/go/crypto/openpgp/keys.go
    trunk/libgo/go/crypto/openpgp/packet/encrypted_key.go
    trunk/libgo/go/crypto/openpgp/packet/encrypted_key_test.go
    trunk/libgo/go/crypto/openpgp/packet/literal.go
    trunk/libgo/go/crypto/openpgp/packet/one_pass_signature.go
    trunk/libgo/go/crypto/openpgp/packet/packet.go
    trunk/libgo/go/crypto/openpgp/packet/packet_test.go
    trunk/libgo/go/crypto/openpgp/packet/private_key.go
    trunk/libgo/go/crypto/openpgp/packet/private_key_test.go
    trunk/libgo/go/crypto/openpgp/packet/public_key.go
    trunk/libgo/go/crypto/openpgp/packet/public_key_test.go
    trunk/libgo/go/crypto/openpgp/packet/signature.go
    trunk/libgo/go/crypto/openpgp/packet/signature_test.go
    trunk/libgo/go/crypto/openpgp/packet/symmetric_key_encrypted.go
    trunk/libgo/go/crypto/openpgp/packet/symmetric_key_encrypted_test.go
    trunk/libgo/go/crypto/openpgp/packet/symmetrically_encrypted.go
    trunk/libgo/go/crypto/openpgp/packet/symmetrically_encrypted_test.go
    trunk/libgo/go/crypto/openpgp/packet/userid.go
    trunk/libgo/go/crypto/openpgp/packet/userid_test.go
    trunk/libgo/go/crypto/openpgp/read.go
    trunk/libgo/go/crypto/openpgp/read_test.go
    trunk/libgo/go/crypto/openpgp/s2k/s2k.go
    trunk/libgo/go/crypto/openpgp/s2k/s2k_test.go
    trunk/libgo/go/crypto/openpgp/write.go
    trunk/libgo/go/crypto/openpgp/write_test.go
    trunk/libgo/go/crypto/rand/rand_windows.go
    trunk/libgo/go/crypto/rsa/pkcs1v15.go
    trunk/libgo/go/crypto/rsa/rsa.go
    trunk/libgo/go/crypto/subtle/constant_time_test.go
    trunk/libgo/go/crypto/tls/common.go
    trunk/libgo/go/crypto/tls/conn.go
    trunk/libgo/go/crypto/tls/generate_cert.go
    trunk/libgo/go/crypto/tls/handshake_client.go
    trunk/libgo/go/crypto/tls/handshake_server.go
    trunk/libgo/go/crypto/tls/handshake_server_test.go
    trunk/libgo/go/crypto/tls/key_agreement.go
    trunk/libgo/go/crypto/tls/tls.go
    trunk/libgo/go/crypto/twofish/twofish.go
    trunk/libgo/go/crypto/x509/cert_pool.go
    trunk/libgo/go/crypto/x509/verify.go
    trunk/libgo/go/crypto/x509/verify_test.go
    trunk/libgo/go/crypto/x509/x509.go
    trunk/libgo/go/crypto/x509/x509_test.go
    trunk/libgo/go/crypto/xtea/block.go
    trunk/libgo/go/crypto/xtea/cipher.go
    trunk/libgo/go/crypto/xtea/xtea_test.go
    trunk/libgo/go/debug/dwarf/type.go
    trunk/libgo/go/debug/dwarf/type_test.go
    trunk/libgo/go/debug/elf/elf.go
    trunk/libgo/go/debug/elf/file.go
    trunk/libgo/go/debug/elf/file_test.go
    trunk/libgo/go/debug/macho/file.go
    trunk/libgo/go/debug/pe/file.go
    trunk/libgo/go/ebnf/ebnf.go
    trunk/libgo/go/ebnf/ebnf_test.go
    trunk/libgo/go/ebnf/parser.go
    trunk/libgo/go/encoding/base32/base32_test.go
    trunk/libgo/go/encoding/base64/base64.go
    trunk/libgo/go/encoding/base64/base64_test.go
    trunk/libgo/go/encoding/binary/binary.go
    trunk/libgo/go/encoding/binary/binary_test.go
    trunk/libgo/go/encoding/git85/git.go
    trunk/libgo/go/encoding/hex/hex.go
    trunk/libgo/go/encoding/hex/hex_test.go
    trunk/libgo/go/encoding/pem/pem.go
    trunk/libgo/go/exec/exec.go
    trunk/libgo/go/exec/exec_test.go
    trunk/libgo/go/exec/lp_test.go
    trunk/libgo/go/exec/lp_unix.go
    trunk/libgo/go/exec/lp_windows.go
    trunk/libgo/go/exp/datafmt/datafmt.go
    trunk/libgo/go/exp/datafmt/datafmt_test.go
    trunk/libgo/go/exp/datafmt/parser.go
    trunk/libgo/go/exp/wingui/winapi.go
    trunk/libgo/go/exp/wingui/zwinapi.go
    trunk/libgo/go/expvar/expvar.go
    trunk/libgo/go/expvar/expvar_test.go
    trunk/libgo/go/flag/export_test.go
    trunk/libgo/go/flag/flag.go
    trunk/libgo/go/flag/flag_test.go
    trunk/libgo/go/fmt/doc.go
    trunk/libgo/go/fmt/fmt_test.go
    trunk/libgo/go/fmt/format.go
    trunk/libgo/go/fmt/print.go
    trunk/libgo/go/fmt/scan.go
    trunk/libgo/go/fmt/scan_test.go
    trunk/libgo/go/go/ast/ast.go
    trunk/libgo/go/go/ast/filter.go
    trunk/libgo/go/go/ast/print.go
    trunk/libgo/go/go/ast/print_test.go
    trunk/libgo/go/go/ast/resolve.go
    trunk/libgo/go/go/ast/scope.go
    trunk/libgo/go/go/ast/walk.go
    trunk/libgo/go/go/doc/comment.go
    trunk/libgo/go/go/doc/doc.go
    trunk/libgo/go/go/parser/interface.go
    trunk/libgo/go/go/parser/parser.go
    trunk/libgo/go/go/parser/parser_test.go
    trunk/libgo/go/go/printer/nodes.go
    trunk/libgo/go/go/printer/performance_test.go
    trunk/libgo/go/go/printer/printer.go
    trunk/libgo/go/go/printer/printer_test.go
    trunk/libgo/go/go/printer/testdata/comments.golden
    trunk/libgo/go/go/printer/testdata/comments.input
    trunk/libgo/go/go/printer/testdata/comments.x
    trunk/libgo/go/go/printer/testdata/declarations.golden
    trunk/libgo/go/go/printer/testdata/declarations.input
    trunk/libgo/go/go/printer/testdata/expressions.golden
    trunk/libgo/go/go/printer/testdata/expressions.raw
    trunk/libgo/go/go/printer/testdata/parser.go
    trunk/libgo/go/go/printer/testdata/statements.golden
    trunk/libgo/go/go/printer/testdata/statements.input
    trunk/libgo/go/go/scanner/errors.go
    trunk/libgo/go/go/scanner/scanner.go
    trunk/libgo/go/go/scanner/scanner_test.go
    trunk/libgo/go/go/token/position.go
    trunk/libgo/go/go/token/position_test.go
    trunk/libgo/go/go/token/token.go
    trunk/libgo/go/go/typechecker/scope.go
    trunk/libgo/go/go/typechecker/type.go
    trunk/libgo/go/go/typechecker/typechecker.go
    trunk/libgo/go/go/typechecker/typechecker_test.go
    trunk/libgo/go/go/typechecker/universe.go
    trunk/libgo/go/go/types/const.go
    trunk/libgo/go/go/types/exportdata.go
    trunk/libgo/go/go/types/gcimporter.go
    trunk/libgo/go/go/types/gcimporter_test.go
    trunk/libgo/go/go/types/testdata/exports.go
    trunk/libgo/go/go/types/types.go
    trunk/libgo/go/go/types/universe.go
    trunk/libgo/go/gob/codec_test.go
    trunk/libgo/go/gob/decode.go
    trunk/libgo/go/gob/decoder.go
    trunk/libgo/go/gob/doc.go
    trunk/libgo/go/gob/encode.go
    trunk/libgo/go/gob/encoder.go
    trunk/libgo/go/gob/encoder_test.go
    trunk/libgo/go/gob/gobencdec_test.go
    trunk/libgo/go/gob/timing_test.go
    trunk/libgo/go/gob/type.go
    trunk/libgo/go/hash/crc32/crc32.go
    trunk/libgo/go/hash/crc32/crc32_test.go
    trunk/libgo/go/hash/fnv/fnv.go
    trunk/libgo/go/html/doc.go
    trunk/libgo/go/html/entity.go
    trunk/libgo/go/html/entity_test.go
    trunk/libgo/go/html/escape.go
    trunk/libgo/go/html/parse.go
    trunk/libgo/go/html/parse_test.go
    trunk/libgo/go/html/testdata/webkit/comments01.dat
    trunk/libgo/go/html/testdata/webkit/doctype01.dat
    trunk/libgo/go/html/testdata/webkit/entities01.dat
    trunk/libgo/go/html/testdata/webkit/entities02.dat
    trunk/libgo/go/html/testdata/webkit/tests1.dat
    trunk/libgo/go/html/testdata/webkit/tests10.dat
    trunk/libgo/go/html/testdata/webkit/tests14.dat
    trunk/libgo/go/html/testdata/webkit/tests15.dat
    trunk/libgo/go/html/testdata/webkit/tests2.dat
    trunk/libgo/go/html/testdata/webkit/tests3.dat
    trunk/libgo/go/html/testdata/webkit/tests6.dat
    trunk/libgo/go/html/testdata/webkit/tests9.dat
    trunk/libgo/go/html/testdata/webkit/webkit01.dat
    trunk/libgo/go/html/token.go
    trunk/libgo/go/html/token_test.go
    trunk/libgo/go/http/cgi/child.go
    trunk/libgo/go/http/cgi/child_test.go
    trunk/libgo/go/http/cgi/host.go
    trunk/libgo/go/http/cgi/host_test.go
    trunk/libgo/go/http/chunked.go
    trunk/libgo/go/http/client.go
    trunk/libgo/go/http/client_test.go
    trunk/libgo/go/http/cookie.go
    trunk/libgo/go/http/cookie_test.go
    trunk/libgo/go/http/fs.go
    trunk/libgo/go/http/fs_test.go
    trunk/libgo/go/http/header.go
    trunk/libgo/go/http/header_test.go
    trunk/libgo/go/http/httptest/server.go
    trunk/libgo/go/http/persist.go
    trunk/libgo/go/http/proxy_test.go
    trunk/libgo/go/http/readrequest_test.go
    trunk/libgo/go/http/request.go
    trunk/libgo/go/http/request_test.go
    trunk/libgo/go/http/requestwrite_test.go
    trunk/libgo/go/http/response.go
    trunk/libgo/go/http/response_test.go
    trunk/libgo/go/http/responsewrite_test.go
    trunk/libgo/go/http/reverseproxy.go
    trunk/libgo/go/http/reverseproxy_test.go
    trunk/libgo/go/http/serve_test.go
    trunk/libgo/go/http/server.go
    trunk/libgo/go/http/transfer.go
    trunk/libgo/go/http/transport.go
    trunk/libgo/go/http/transport_test.go
    trunk/libgo/go/image/color.go
    trunk/libgo/go/image/decode_test.go
    trunk/libgo/go/image/geom.go
    trunk/libgo/go/image/gif/reader.go
    trunk/libgo/go/image/image.go
    trunk/libgo/go/image/jpeg/idct.go
    trunk/libgo/go/image/jpeg/reader.go
    trunk/libgo/go/image/jpeg/writer.go
    trunk/libgo/go/image/png/writer.go
    trunk/libgo/go/image/png/writer_test.go
    trunk/libgo/go/image/tiff/consts.go
    trunk/libgo/go/image/tiff/reader.go
    trunk/libgo/go/image/ycbcr/ycbcr.go
    trunk/libgo/go/index/suffixarray/qsufsort.go
    trunk/libgo/go/index/suffixarray/suffixarray.go
    trunk/libgo/go/index/suffixarray/suffixarray_test.go
    trunk/libgo/go/io/io.go
    trunk/libgo/go/io/ioutil/ioutil.go
    trunk/libgo/go/io/ioutil/ioutil_test.go
    trunk/libgo/go/io/multi_test.go
    trunk/libgo/go/json/decode.go
    trunk/libgo/go/json/decode_test.go
    trunk/libgo/go/json/encode.go
    trunk/libgo/go/json/scanner_test.go
    trunk/libgo/go/log/log.go
    trunk/libgo/go/math/acosh.go
    trunk/libgo/go/math/asin.go
    trunk/libgo/go/math/asinh.go
    trunk/libgo/go/math/atanh.go
    trunk/libgo/go/math/erf.go
    trunk/libgo/go/math/exp_port.go
    trunk/libgo/go/math/expm1.go
    trunk/libgo/go/math/floor.go
    trunk/libgo/go/math/fmod.go
    trunk/libgo/go/math/log.go
    trunk/libgo/go/math/log1p.go
    trunk/libgo/go/math/sin.go
    trunk/libgo/go/math/sinh.go
    trunk/libgo/go/math/sqrt_port.go
    trunk/libgo/go/math/tan.go
    trunk/libgo/go/math/tanh.go
    trunk/libgo/go/mime/grammar.go
    trunk/libgo/go/mime/mediatype.go
    trunk/libgo/go/mime/mediatype_test.go
    trunk/libgo/go/mime/multipart/formdata.go
    trunk/libgo/go/mime/multipart/formdata_test.go
    trunk/libgo/go/mime/multipart/multipart.go
    trunk/libgo/go/mime/multipart/multipart_test.go
    trunk/libgo/go/mime/type.go
    trunk/libgo/go/net/dial.go
    trunk/libgo/go/net/dialgoogle_test.go
    trunk/libgo/go/net/dict/dict.go
    trunk/libgo/go/net/dnsclient.go
    trunk/libgo/go/net/dnsconfig.go
    trunk/libgo/go/net/dnsmsg.go
    trunk/libgo/go/net/dnsmsg_test.go
    trunk/libgo/go/net/dnsname_test.go
    trunk/libgo/go/net/fd.go
    trunk/libgo/go/net/fd_linux.go
    trunk/libgo/go/net/fd_windows.go
    trunk/libgo/go/net/file_test.go
    trunk/libgo/go/net/hosts_test.go
    trunk/libgo/go/net/ip.go
    trunk/libgo/go/net/ip_test.go
    trunk/libgo/go/net/ipraw_test.go
    trunk/libgo/go/net/iprawsock.go
    trunk/libgo/go/net/ipsock.go
    trunk/libgo/go/net/net.go
    trunk/libgo/go/net/net_test.go
    trunk/libgo/go/net/newpollserver.go
    trunk/libgo/go/net/parse_test.go
    trunk/libgo/go/net/server_test.go
    trunk/libgo/go/net/sock.go
    trunk/libgo/go/net/sock_windows.go
    trunk/libgo/go/net/tcpsock.go
    trunk/libgo/go/net/textproto/reader.go
    trunk/libgo/go/net/udpsock.go
    trunk/libgo/go/net/unixsock.go
    trunk/libgo/go/netchan/common.go
    trunk/libgo/go/netchan/export.go
    trunk/libgo/go/netchan/import.go
    trunk/libgo/go/netchan/netchan_test.go
    trunk/libgo/go/os/dir.go
    trunk/libgo/go/os/dir_plan9.go
    trunk/libgo/go/os/dir_unix.go
    trunk/libgo/go/os/env_plan9.go
    trunk/libgo/go/os/env_unix.go
    trunk/libgo/go/os/env_windows.go
    trunk/libgo/go/os/error.go
    trunk/libgo/go/os/error_plan9.go
    trunk/libgo/go/os/error_posix.go
    trunk/libgo/go/os/exec.go
    trunk/libgo/go/os/exec_plan9.go
    trunk/libgo/go/os/exec_posix.go
    trunk/libgo/go/os/exec_unix.go
    trunk/libgo/go/os/exec_windows.go
    trunk/libgo/go/os/file.go
    trunk/libgo/go/os/file_plan9.go
    trunk/libgo/go/os/file_posix.go
    trunk/libgo/go/os/file_unix.go
    trunk/libgo/go/os/inotify/inotify_linux.go
    trunk/libgo/go/os/inotify/inotify_linux_test.go
    trunk/libgo/go/os/os_test.go
    trunk/libgo/go/os/path.go
    trunk/libgo/go/os/path_test.go
    trunk/libgo/go/os/proc.go
    trunk/libgo/go/os/signal/signal.go
    trunk/libgo/go/os/signal/signal_test.go
    trunk/libgo/go/os/stat_plan9.go
    trunk/libgo/go/os/sys_linux.go
    trunk/libgo/go/os/sys_plan9.go
    trunk/libgo/go/os/time.go
    trunk/libgo/go/os/types.go
    trunk/libgo/go/os/user/lookup_unix.go
    trunk/libgo/go/os/user/user.go
    trunk/libgo/go/os/user/user_test.go
    trunk/libgo/go/patch/patch.go
    trunk/libgo/go/patch/textdiff.go
    trunk/libgo/go/path/filepath/match.go
    trunk/libgo/go/path/filepath/match_test.go
    trunk/libgo/go/path/filepath/path.go
    trunk/libgo/go/path/filepath/path_plan9.go
    trunk/libgo/go/path/filepath/path_test.go
    trunk/libgo/go/path/filepath/path_unix.go
    trunk/libgo/go/path/filepath/path_windows.go
    trunk/libgo/go/rand/rand_test.go
    trunk/libgo/go/reflect/all_test.go
    trunk/libgo/go/reflect/type.go
    trunk/libgo/go/reflect/value.go
    trunk/libgo/go/regexp/all_test.go
    trunk/libgo/go/regexp/regexp.go
    trunk/libgo/go/rpc/client.go
    trunk/libgo/go/rpc/debug.go
    trunk/libgo/go/rpc/jsonrpc/all_test.go
    trunk/libgo/go/rpc/jsonrpc/client.go
    trunk/libgo/go/rpc/jsonrpc/server.go
    trunk/libgo/go/rpc/server.go
    trunk/libgo/go/rpc/server_test.go
    trunk/libgo/go/runtime/debug/stack.go
    trunk/libgo/go/runtime/debug/stack_test.go
    trunk/libgo/go/runtime/error.go
    trunk/libgo/go/runtime/export_test.go
    trunk/libgo/go/runtime/mem.go
    trunk/libgo/go/runtime/pprof/pprof_test.go
    trunk/libgo/go/runtime/proc_test.go
    trunk/libgo/go/runtime/softfloat64.go
    trunk/libgo/go/scanner/scanner.go
    trunk/libgo/go/scanner/scanner_test.go
    trunk/libgo/go/smtp/smtp.go
    trunk/libgo/go/smtp/smtp_test.go
    trunk/libgo/go/sort/search.go
    trunk/libgo/go/sort/search_test.go
    trunk/libgo/go/sort/sort.go
    trunk/libgo/go/sort/sort_test.go
    trunk/libgo/go/strconv/atob.go
    trunk/libgo/go/strconv/atob_test.go
    trunk/libgo/go/strconv/atof.go
    trunk/libgo/go/strconv/atof_test.go
    trunk/libgo/go/strconv/atoi.go
    trunk/libgo/go/strconv/decimal.go
    trunk/libgo/go/strconv/fp_test.go
    trunk/libgo/go/strconv/quote.go
    trunk/libgo/go/strconv/quote_test.go
    trunk/libgo/go/strings/reader.go
    trunk/libgo/go/strings/strings.go
    trunk/libgo/go/strings/strings_test.go
    trunk/libgo/go/sync/atomic/atomic.c
    trunk/libgo/go/sync/atomic/atomic_test.go
    trunk/libgo/go/sync/atomic/doc.go
    trunk/libgo/go/sync/cond.go
    trunk/libgo/go/sync/cond_test.go
    trunk/libgo/go/sync/mutex.go
    trunk/libgo/go/sync/mutex_test.go
    trunk/libgo/go/sync/once.go
    trunk/libgo/go/sync/once_test.go
    trunk/libgo/go/sync/rwmutex.go
    trunk/libgo/go/sync/rwmutex_test.go
    trunk/libgo/go/sync/waitgroup.go
    trunk/libgo/go/sync/waitgroup_test.go
    trunk/libgo/go/syslog/syslog_unix.go
    trunk/libgo/go/tabwriter/tabwriter.go
    trunk/libgo/go/tabwriter/tabwriter_test.go
    trunk/libgo/go/testing/benchmark.go
    trunk/libgo/go/testing/iotest/reader.go
    trunk/libgo/go/testing/testing.go
    trunk/libgo/go/time/format.go
    trunk/libgo/go/time/sleep.go
    trunk/libgo/go/time/sleep_test.go
    trunk/libgo/go/time/sys.go
    trunk/libgo/go/time/tick.go
    trunk/libgo/go/time/time.go
    trunk/libgo/go/time/time_test.go
    trunk/libgo/go/time/zoneinfo_unix.go
    trunk/libgo/go/time/zoneinfo_windows.go
    trunk/libgo/go/unicode/casetables.go
    trunk/libgo/go/unicode/digit.go
    trunk/libgo/go/unicode/digit_test.go
    trunk/libgo/go/unicode/letter.go
    trunk/libgo/go/unicode/letter_test.go
    trunk/libgo/go/unicode/script_test.go
    trunk/libgo/go/unicode/tables.go
    trunk/libgo/go/utf8/utf8.go
    trunk/libgo/go/websocket/client.go
    trunk/libgo/go/websocket/server.go
    trunk/libgo/go/websocket/websocket.go
    trunk/libgo/go/websocket/websocket_test.go
    trunk/libgo/go/xml/embed_test.go
    trunk/libgo/go/xml/read.go
    trunk/libgo/go/xml/read_test.go
    trunk/libgo/go/xml/xml.go
    trunk/libgo/go/xml/xml_test.go
    trunk/libgo/merge.sh
    trunk/libgo/mksysinfo.sh
    trunk/libgo/runtime/go-go.c
    trunk/libgo/runtime/go-gomaxprocs.c
    trunk/libgo/runtime/go-reflect-chan.c
    trunk/libgo/runtime/go-reflect-map.c
    trunk/libgo/runtime/go-select.c
    trunk/libgo/runtime/go-semacquire.c
    trunk/libgo/runtime/goc2c.c
    trunk/libgo/runtime/malloc.goc
    trunk/libgo/runtime/malloc.h
    trunk/libgo/runtime/mcache.c
    trunk/libgo/runtime/mgc0.c
    trunk/libgo/runtime/mheap.c
    trunk/libgo/runtime/mprof.goc
    trunk/libgo/runtime/runtime.h
    trunk/libgo/syscalls/exec.go
    trunk/libgo/syscalls/socket.go
    trunk/libgo/syscalls/socket_bsd.go
    trunk/libgo/syscalls/socket_irix.go
    trunk/libgo/syscalls/socket_linux.go
    trunk/libgo/syscalls/socket_solaris.go
    trunk/libgo/syscalls/syscall_linux.go
    trunk/libgo/testsuite/Makefile.in
    trunk/libgo/testsuite/gotest

Propchange: trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc424-x86-64.obj
            ('svn:mime-type' added)

Propchange: trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc441-x86-64.obj
            ('svn:mime-type' added)

Propchange: trunk/libgo/go/debug/elf/testdata/go-relocation-test-gcc441-x86.obj
            ('svn:mime-type' added)

Propchange: trunk/libgo/go/image/testdata/video-001.5bpp.gif
            ('svn:mime-type' added)

Propchange: trunk/libgo/go/image/testdata/video-001.interlaced.gif
            ('svn:mime-type' added)

Propchange: trunk/libgo/go/image/testdata/video-005.gray.jpeg
            ('svn:mime-type' added)

Propchange: trunk/libgo/go/image/testdata/video-005.gray.png
            ('svn:mime-type' added)

Propchange: trunk/libgo/go/image/tiff/testdata/no_rps.tiff
            ('svn:mime-type' added)



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]