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]

r184819 - in /trunk: gcc/testsuite/go.test/test...


Author: ian
Date: Fri Mar  2 20:01:37 2012
New Revision: 184819

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=184819
Log:
libgo: Update to weekly.2012-02-22 release.

Added:
    trunk/libgo/go/exp/norm/iter.go
    trunk/libgo/go/exp/norm/iter_test.go
    trunk/libgo/go/go/doc/synopsis.go
    trunk/libgo/go/go/doc/synopsis_test.go
    trunk/libgo/go/image/decode_example_test.go
    trunk/libgo/go/net/http/example_test.go
    trunk/libgo/go/net/testdata/
    trunk/libgo/go/net/testdata/hosts
    trunk/libgo/go/net/testdata/igmp
    trunk/libgo/go/net/testdata/igmp6
    trunk/libgo/go/os/signal/signal_stub.go
    trunk/libgo/go/runtime/malloc1.go
    trunk/libgo/go/runtime/mallocrand.go
    trunk/libgo/go/runtime/mallocrep.go
    trunk/libgo/go/runtime/mallocrep1.go
    trunk/libgo/go/sort/example_interface_test.go
    trunk/libgo/go/sort/example_reverse_test.go
    trunk/libgo/go/sync/example_test.go
    trunk/libgo/go/sync/export_test.go
    trunk/libgo/go/sync/runtime.go
    trunk/libgo/go/sync/runtime_sema_test.go
    trunk/libgo/go/text/tabwriter/example_test.go
    trunk/libgo/go/time/zoneinfo_read.go
Removed:
    trunk/gcc/testsuite/go.test/test/malloc1.go
    trunk/gcc/testsuite/go.test/test/mallocrand.go
    trunk/gcc/testsuite/go.test/test/mallocrep.go
    trunk/gcc/testsuite/go.test/test/mallocrep1.go
    trunk/libgo/go/html/template/clone.go
    trunk/libgo/go/runtime/sema_test.go
Modified:
    trunk/gcc/testsuite/go.test/test/env.go
    trunk/gcc/testsuite/go.test/test/fixedbugs/bug262.go
    trunk/libgo/MERGE
    trunk/libgo/Makefile.am
    trunk/libgo/Makefile.in
    trunk/libgo/go/bufio/bufio.go
    trunk/libgo/go/bufio/bufio_test.go
    trunk/libgo/go/bytes/bytes.go
    trunk/libgo/go/bytes/bytes_test.go
    trunk/libgo/go/bytes/example_test.go
    trunk/libgo/go/compress/flate/deflate_test.go
    trunk/libgo/go/container/heap/example_test.go
    trunk/libgo/go/crypto/dsa/dsa.go
    trunk/libgo/go/crypto/md5/md5_test.go
    trunk/libgo/go/crypto/sha1/sha1_test.go
    trunk/libgo/go/crypto/tls/handshake_client.go
    trunk/libgo/go/crypto/tls/handshake_server.go
    trunk/libgo/go/database/sql/convert.go
    trunk/libgo/go/database/sql/driver/driver.go
    trunk/libgo/go/database/sql/driver/types.go
    trunk/libgo/go/database/sql/fakedb_test.go
    trunk/libgo/go/database/sql/sql.go
    trunk/libgo/go/debug/dwarf/open.go
    trunk/libgo/go/debug/dwarf/testdata/typedef.c
    trunk/libgo/go/debug/dwarf/testdata/typedef.elf
    trunk/libgo/go/debug/dwarf/testdata/typedef.macho
    trunk/libgo/go/debug/dwarf/type.go
    trunk/libgo/go/debug/dwarf/type_test.go
    trunk/libgo/go/debug/gosym/pclntab_test.go
    trunk/libgo/go/encoding/gob/decode.go
    trunk/libgo/go/encoding/gob/encoder_test.go
    trunk/libgo/go/encoding/gob/type.go
    trunk/libgo/go/encoding/json/decode.go
    trunk/libgo/go/encoding/json/decode_test.go
    trunk/libgo/go/encoding/json/encode.go
    trunk/libgo/go/encoding/xml/marshal.go
    trunk/libgo/go/encoding/xml/read.go
    trunk/libgo/go/errors/errors_test.go
    trunk/libgo/go/exp/inotify/inotify_linux_test.go
    trunk/libgo/go/exp/norm/composition.go
    trunk/libgo/go/exp/norm/composition_test.go
    trunk/libgo/go/exp/norm/input.go
    trunk/libgo/go/exp/norm/normalize.go
    trunk/libgo/go/exp/norm/normalize_test.go
    trunk/libgo/go/exp/norm/normregtest.go
    trunk/libgo/go/exp/proxy/socks5.go
    trunk/libgo/go/exp/terminal/terminal.go
    trunk/libgo/go/exp/winfsnotify/winfsnotify_test.go
    trunk/libgo/go/go/doc/example.go
    trunk/libgo/go/go/doc/reader.go
    trunk/libgo/go/go/doc/testdata/benchmark.go
    trunk/libgo/go/go/doc/testdata/testing.1.golden
    trunk/libgo/go/go/doc/testdata/testing.go
    trunk/libgo/go/go/parser/parser.go
    trunk/libgo/go/go/printer/nodes.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/expressions.golden
    trunk/libgo/go/go/printer/testdata/expressions.raw
    trunk/libgo/go/go/scanner/scanner.go
    trunk/libgo/go/html/template/clone_test.go
    trunk/libgo/go/html/template/content.go
    trunk/libgo/go/html/template/content_test.go
    trunk/libgo/go/html/template/doc.go
    trunk/libgo/go/html/template/escape.go
    trunk/libgo/go/html/template/template.go
    trunk/libgo/go/image/ycbcr_test.go
    trunk/libgo/go/io/ioutil/tempfile.go
    trunk/libgo/go/log/syslog/syslog.go
    trunk/libgo/go/log/syslog/syslog_test.go
    trunk/libgo/go/log/syslog/syslog_unix.go
    trunk/libgo/go/math/big/nat_test.go
    trunk/libgo/go/math/rand/rand.go
    trunk/libgo/go/math/rand/rand_test.go
    trunk/libgo/go/net/dialgoogle_test.go
    trunk/libgo/go/net/fd.go
    trunk/libgo/go/net/fd_windows.go
    trunk/libgo/go/net/file.go
    trunk/libgo/go/net/file_plan9.go
    trunk/libgo/go/net/hosts_test.go
    trunk/libgo/go/net/http/cookie_test.go
    trunk/libgo/go/net/http/fs_test.go
    trunk/libgo/go/net/http/httputil/persist.go
    trunk/libgo/go/net/http/pprof/pprof.go
    trunk/libgo/go/net/http/request.go
    trunk/libgo/go/net/http/serve_test.go
    trunk/libgo/go/net/http/server.go
    trunk/libgo/go/net/http/transport_test.go
    trunk/libgo/go/net/interface_linux.go
    trunk/libgo/go/net/interface_test.go
    trunk/libgo/go/net/ipraw_test.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/multicast_test.go
    trunk/libgo/go/net/net.go
    trunk/libgo/go/net/parse.go
    trunk/libgo/go/net/rpc/server_test.go
    trunk/libgo/go/net/server_test.go
    trunk/libgo/go/net/smtp/smtp.go
    trunk/libgo/go/net/smtp/smtp_test.go
    trunk/libgo/go/net/sock.go
    trunk/libgo/go/net/tcpsock_plan9.go
    trunk/libgo/go/net/tcpsock_posix.go
    trunk/libgo/go/net/textproto/reader.go
    trunk/libgo/go/net/textproto/reader_test.go
    trunk/libgo/go/net/textproto/textproto.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/net/url/url.go
    trunk/libgo/go/net/url/url_test.go
    trunk/libgo/go/old/netchan/netchan_test.go
    trunk/libgo/go/os/dir_plan9.go
    trunk/libgo/go/os/env.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/exec.go
    trunk/libgo/go/os/exec/lp_plan9.go
    trunk/libgo/go/os/exec/lp_unix.go
    trunk/libgo/go/os/exec/lp_windows.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/getwd.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/stat_plan9.go
    trunk/libgo/go/path/example_test.go
    trunk/libgo/go/path/filepath/match.go
    trunk/libgo/go/path/filepath/path.go
    trunk/libgo/go/path/filepath/path_test.go
    trunk/libgo/go/path/match.go
    trunk/libgo/go/path/path.go
    trunk/libgo/go/runtime/debug.go
    trunk/libgo/go/runtime/extern.go
    trunk/libgo/go/runtime/mem.go
    trunk/libgo/go/runtime/pprof/pprof.go
    trunk/libgo/go/sort/example_test.go
    trunk/libgo/go/strconv/atof.go
    trunk/libgo/go/strconv/itoa_test.go
    trunk/libgo/go/strings/example_test.go
    trunk/libgo/go/sync/cond.go
    trunk/libgo/go/sync/mutex.go
    trunk/libgo/go/sync/mutex_test.go
    trunk/libgo/go/sync/rwmutex.go
    trunk/libgo/go/sync/waitgroup.go
    trunk/libgo/go/testing/testing.go
    trunk/libgo/go/text/tabwriter/tabwriter.go
    trunk/libgo/go/text/tabwriter/tabwriter_test.go
    trunk/libgo/go/text/template/doc.go
    trunk/libgo/go/text/template/exec.go
    trunk/libgo/go/text/template/exec_test.go
    trunk/libgo/go/text/template/multi_test.go
    trunk/libgo/go/text/template/parse/parse.go
    trunk/libgo/go/text/template/template.go
    trunk/libgo/go/time/example_test.go
    trunk/libgo/go/time/sys_plan9.go
    trunk/libgo/go/time/sys_unix.go
    trunk/libgo/go/time/sys_windows.go
    trunk/libgo/go/time/tick_test.go
    trunk/libgo/go/time/zoneinfo.go
    trunk/libgo/go/time/zoneinfo_plan9.go
    trunk/libgo/go/time/zoneinfo_unix.go
    trunk/libgo/go/time/zoneinfo_windows.go
    trunk/libgo/runtime/malloc.goc
    trunk/libgo/runtime/malloc.h
    trunk/libgo/runtime/mgc0.c
    trunk/libgo/runtime/mheap.c
    trunk/libgo/runtime/mprof.goc
    trunk/libgo/runtime/proc.c
    trunk/libgo/runtime/runtime.h
    trunk/libgo/runtime/sema.goc
    trunk/libgo/runtime/sigqueue.goc


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