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]

r156920 - in /branches/gccgo: gcc/go/gogo-tree....


Author: ian
Date: Sat Feb 20 05:31:42 2010
New Revision: 156920

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=156920
Log:
Update to current version of Go library.

Modified:
    branches/gccgo/gcc/go/gogo-tree.cc
    branches/gccgo/libgo/MERGE
    branches/gccgo/libgo/Makefile.am
    branches/gccgo/libgo/Makefile.in
    branches/gccgo/libgo/go/asn1/asn1.go
    branches/gccgo/libgo/go/asn1/asn1_test.go
    branches/gccgo/libgo/go/asn1/common.go
    branches/gccgo/libgo/go/asn1/marshal.go
    branches/gccgo/libgo/go/asn1/marshal_test.go
    branches/gccgo/libgo/go/big/int.go
    branches/gccgo/libgo/go/big/int_test.go
    branches/gccgo/libgo/go/big/nat.go
    branches/gccgo/libgo/go/bignum/bignum.go
    branches/gccgo/libgo/go/bignum/bignum_test.go
    branches/gccgo/libgo/go/bufio/bufio.go
    branches/gccgo/libgo/go/bytes/buffer.go
    branches/gccgo/libgo/go/bytes/bytes_test.go
    branches/gccgo/libgo/go/compress/gzip/gunzip.go
    branches/gccgo/libgo/go/compress/gzip/gunzip_test.go
    branches/gccgo/libgo/go/compress/zlib/reader.go
    branches/gccgo/libgo/go/compress/zlib/writer.go
    branches/gccgo/libgo/go/container/list/list.go
    branches/gccgo/libgo/go/container/list/list_test.go
    branches/gccgo/libgo/go/container/vector/intvector.go
    branches/gccgo/libgo/go/container/vector/stringvector.go
    branches/gccgo/libgo/go/container/vector/vector.go
    branches/gccgo/libgo/go/container/vector/vector_test.go
    branches/gccgo/libgo/go/crypto/md4/md4.go
    branches/gccgo/libgo/go/crypto/md4/md4_test.go
    branches/gccgo/libgo/go/crypto/md4/md4block.go
    branches/gccgo/libgo/go/crypto/md5/md5.go
    branches/gccgo/libgo/go/crypto/md5/md5_test.go
    branches/gccgo/libgo/go/crypto/md5/md5block.go
    branches/gccgo/libgo/go/crypto/sha1/sha1.go
    branches/gccgo/libgo/go/crypto/sha1/sha1_test.go
    branches/gccgo/libgo/go/crypto/sha256/sha256.go
    branches/gccgo/libgo/go/crypto/sha256/sha256_test.go
    branches/gccgo/libgo/go/crypto/tls/ca_set.go
    branches/gccgo/libgo/go/crypto/tls/common.go
    branches/gccgo/libgo/go/crypto/tls/handshake_client.go
    branches/gccgo/libgo/go/crypto/tls/handshake_messages.go
    branches/gccgo/libgo/go/crypto/tls/handshake_messages_test.go
    branches/gccgo/libgo/go/crypto/tls/handshake_server.go
    branches/gccgo/libgo/go/crypto/tls/handshake_server_test.go
    branches/gccgo/libgo/go/crypto/tls/record_process.go
    branches/gccgo/libgo/go/crypto/tls/record_process_test.go
    branches/gccgo/libgo/go/crypto/tls/record_read.go
    branches/gccgo/libgo/go/crypto/tls/tls.go
    branches/gccgo/libgo/go/crypto/x509/x509.go
    branches/gccgo/libgo/go/crypto/x509/x509_test.go
    branches/gccgo/libgo/go/debug/gosym/pclntab_test.go
    branches/gccgo/libgo/go/debug/proc/proc_linux.go
    branches/gccgo/libgo/go/encoding/ascii85/ascii85_test.go
    branches/gccgo/libgo/go/encoding/base64/base64_test.go
    branches/gccgo/libgo/go/encoding/git85/git_test.go
    branches/gccgo/libgo/go/encoding/pem/pem.go
    branches/gccgo/libgo/go/encoding/pem/pem_test.go
    branches/gccgo/libgo/go/exec/exec.go
    branches/gccgo/libgo/go/exec/exec_test.go
    branches/gccgo/libgo/go/exp/4s/xs.go
    branches/gccgo/libgo/go/exp/datafmt/datafmt.go
    branches/gccgo/libgo/go/exp/draw/draw.go
    branches/gccgo/libgo/go/exp/eval/compiler.go
    branches/gccgo/libgo/go/exp/eval/expr.go
    branches/gccgo/libgo/go/exp/eval/stmt.go
    branches/gccgo/libgo/go/exp/eval/type.go
    branches/gccgo/libgo/go/exp/eval/typec.go
    branches/gccgo/libgo/go/exp/parser/interface.go
    branches/gccgo/libgo/go/exp/parser/parser.go
    branches/gccgo/libgo/go/expvar/expvar_test.go
    branches/gccgo/libgo/go/fmt/fmt_test.go
    branches/gccgo/libgo/go/fmt/print.go
    branches/gccgo/libgo/go/go/ast/ast.go
    branches/gccgo/libgo/go/go/ast/filter.go
    branches/gccgo/libgo/go/go/ast/scope.go
    branches/gccgo/libgo/go/go/ast/walk.go
    branches/gccgo/libgo/go/go/doc/doc.go
    branches/gccgo/libgo/go/go/parser/interface.go
    branches/gccgo/libgo/go/go/parser/parser.go
    branches/gccgo/libgo/go/go/parser/parser_test.go
    branches/gccgo/libgo/go/go/printer/nodes.go
    branches/gccgo/libgo/go/go/printer/printer.go
    branches/gccgo/libgo/go/go/printer/printer_test.go
    branches/gccgo/libgo/go/go/printer/testdata/comments.golden
    branches/gccgo/libgo/go/go/printer/testdata/comments.input
    branches/gccgo/libgo/go/go/printer/testdata/comments.x
    branches/gccgo/libgo/go/go/printer/testdata/declarations.golden
    branches/gccgo/libgo/go/go/printer/testdata/declarations.input
    branches/gccgo/libgo/go/go/printer/testdata/expressions.golden
    branches/gccgo/libgo/go/go/printer/testdata/expressions.input
    branches/gccgo/libgo/go/go/printer/testdata/expressions.raw
    branches/gccgo/libgo/go/go/printer/testdata/linebreaks.golden
    branches/gccgo/libgo/go/go/printer/testdata/linebreaks.input
    branches/gccgo/libgo/go/go/printer/testdata/statements.golden
    branches/gccgo/libgo/go/go/printer/testdata/statements.input
    branches/gccgo/libgo/go/go/scanner/scanner.go
    branches/gccgo/libgo/go/go/scanner/scanner_test.go
    branches/gccgo/libgo/go/gob/decode.go
    branches/gccgo/libgo/go/gob/encode.go
    branches/gccgo/libgo/go/gob/encoder.go
    branches/gccgo/libgo/go/gob/encoder_test.go
    branches/gccgo/libgo/go/gob/type.go
    branches/gccgo/libgo/go/hash/hash.go
    branches/gccgo/libgo/go/http/client.go
    branches/gccgo/libgo/go/http/fs.go
    branches/gccgo/libgo/go/http/request.go
    branches/gccgo/libgo/go/http/request_test.go
    branches/gccgo/libgo/go/http/server.go
    branches/gccgo/libgo/go/http/url.go
    branches/gccgo/libgo/go/http/url_test.go
    branches/gccgo/libgo/go/image/color.go
    branches/gccgo/libgo/go/image/image.go
    branches/gccgo/libgo/go/image/jpeg/reader.go
    branches/gccgo/libgo/go/image/png/reader.go
    branches/gccgo/libgo/go/io/io.go
    branches/gccgo/libgo/go/io/pipe.go
    branches/gccgo/libgo/go/io/pipe_test.go
    branches/gccgo/libgo/go/json/decode.go
    branches/gccgo/libgo/go/json/struct.go
    branches/gccgo/libgo/go/json/struct_test.go
    branches/gccgo/libgo/go/log/log.go
    branches/gccgo/libgo/go/math/all_test.go
    branches/gccgo/libgo/go/math/asin.go
    branches/gccgo/libgo/go/math/atan.go
    branches/gccgo/libgo/go/math/atan2.go
    branches/gccgo/libgo/go/math/bits.go
    branches/gccgo/libgo/go/math/exp.go
    branches/gccgo/libgo/go/math/fabs.go
    branches/gccgo/libgo/go/math/floor.go
    branches/gccgo/libgo/go/math/fmod.go
    branches/gccgo/libgo/go/math/hypot.go
    branches/gccgo/libgo/go/math/log.go
    branches/gccgo/libgo/go/math/pow10.go
    branches/gccgo/libgo/go/math/sin.go
    branches/gccgo/libgo/go/math/sinh.go
    branches/gccgo/libgo/go/math/sqrt.go
    branches/gccgo/libgo/go/math/tan.go
    branches/gccgo/libgo/go/math/tanh.go
    branches/gccgo/libgo/go/net/dnsclient.go
    branches/gccgo/libgo/go/net/ip.go
    branches/gccgo/libgo/go/net/net.go
    branches/gccgo/libgo/go/net/sock.go
    branches/gccgo/libgo/go/net/udpsock.go
    branches/gccgo/libgo/go/os/file.go
    branches/gccgo/libgo/go/os/os_test.go
    branches/gccgo/libgo/go/os/signal/signal_test.go
    branches/gccgo/libgo/go/patch/patch.go
    branches/gccgo/libgo/go/patch/patch_test.go
    branches/gccgo/libgo/go/path/path.go
    branches/gccgo/libgo/go/path/path_test.go
    branches/gccgo/libgo/go/reflect/all_test.go
    branches/gccgo/libgo/go/reflect/type.go
    branches/gccgo/libgo/go/reflect/value.go
    branches/gccgo/libgo/go/regexp/all_test.go
    branches/gccgo/libgo/go/regexp/regexp.go
    branches/gccgo/libgo/go/rpc/client.go
    branches/gccgo/libgo/go/runtime/extern.go
    branches/gccgo/libgo/go/runtime/type.go
    branches/gccgo/libgo/go/sort/sort.go
    branches/gccgo/libgo/go/template/template.go
    branches/gccgo/libgo/go/template/template_test.go
    branches/gccgo/libgo/go/testing/testing.go
    branches/gccgo/libgo/go/time/sleep.go
    branches/gccgo/libgo/go/time/tick.go
    branches/gccgo/libgo/go/time/tick_test.go
    branches/gccgo/libgo/go/time/time.go
    branches/gccgo/libgo/go/time/time_test.go
    branches/gccgo/libgo/go/time/zoneinfo.go
    branches/gccgo/libgo/go/unicode/letter.go
    branches/gccgo/libgo/go/websocket/client.go
    branches/gccgo/libgo/go/websocket/server.go
    branches/gccgo/libgo/go/websocket/websocket.go
    branches/gccgo/libgo/go/websocket/websocket_test.go
    branches/gccgo/libgo/go/xgb/xgb.go
    branches/gccgo/libgo/go/xml/read.go
    branches/gccgo/libgo/go/xml/xml.go
    branches/gccgo/libgo/go/xml/xml_test.go
    branches/gccgo/libgo/merge.sh
    branches/gccgo/libgo/runtime/cgo2c.c
    branches/gccgo/libgo/runtime/go-can-convert-interface.c
    branches/gccgo/libgo/runtime/go-convert-interface.c
    branches/gccgo/libgo/runtime/go-interface-compare.c
    branches/gccgo/libgo/runtime/go-map-delete.c
    branches/gccgo/libgo/runtime/go-map-index.c
    branches/gccgo/libgo/runtime/go-map-range.c
    branches/gccgo/libgo/runtime/go-refcount-flush.c
    branches/gccgo/libgo/runtime/go-type-interface.c
    branches/gccgo/libgo/runtime/go-type.h
    branches/gccgo/libgo/runtime/go-typedesc-equal.c
    branches/gccgo/libgo/runtime/go-unsafe-pointer.c
    branches/gccgo/libgo/runtime/malloc.h
    branches/gccgo/libgo/runtime/mcache.c
    branches/gccgo/libgo/runtime/mcentral.c
    branches/gccgo/libgo/runtime/mfixalloc.c
    branches/gccgo/libgo/runtime/mheap.c
    branches/gccgo/libgo/runtime/msize.c
    branches/gccgo/libgo/runtime/runtime.h
    branches/gccgo/libgo/runtime/string.cgo
    branches/gccgo/libgo/syscalls/sysfile.go
    branches/gccgo/libgo/testsuite/gotest


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