This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ 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]

r192032 - in /branches/melt-branch: ./ ChangeLo...


Author: bstarynk
Date: Wed Oct  3 12:01:29 2012
New Revision: 192032

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=192032
Log:

2012-10-03  Basile Starynkevitch  <basile@starynkevitch.net>

	MELT branch merged with trunk rev 192029 using svnmerge.py


Modified:
    branches/melt-branch/libstdc++-v3/ChangeLog
    branches/melt-branch/libstdc++-v3/Makefile.in
    branches/melt-branch/libstdc++-v3/aclocal.m4
    branches/melt-branch/libstdc++-v3/doc/Makefile.in
    branches/melt-branch/libstdc++-v3/include/Makefile.in
    branches/melt-branch/libstdc++-v3/include/ext/concurrence.h
    branches/melt-branch/libstdc++-v3/include/std/mutex
    branches/melt-branch/libstdc++-v3/libsupc++/Makefile.in
    branches/melt-branch/libstdc++-v3/po/Makefile.in
    branches/melt-branch/libstdc++-v3/python/Makefile.in
    branches/melt-branch/libstdc++-v3/src/Makefile.in
    branches/melt-branch/libstdc++-v3/src/c++11/Makefile.in
    branches/melt-branch/libstdc++-v3/src/c++98/Makefile.in
    branches/melt-branch/libstdc++-v3/testsuite/Makefile.in

Changes in other areas also in this revision:
Added:
    branches/melt-branch/gcc/testsuite/gcc.dg/guality/pr54551.c
      - copied unchanged from r192029, trunk/gcc/testsuite/gcc.dg/guality/pr54551.c
    branches/melt-branch/gcc/testsuite/gfortran.dg/class_53.f90
      - copied unchanged from r192029, trunk/gcc/testsuite/gfortran.dg/class_53.f90
    branches/melt-branch/libgo/go/compress/flate/reader_test.go
      - copied unchanged from r192029, trunk/libgo/go/compress/flate/reader_test.go
    branches/melt-branch/libgo/go/net/net_posix.go
      - copied unchanged from r192029, trunk/libgo/go/net/net_posix.go
Modified:
    branches/melt-branch/   (props changed)
    branches/melt-branch/ChangeLog.MELT
    branches/melt-branch/gcc/ChangeLog
    branches/melt-branch/gcc/DATESTAMP
    branches/melt-branch/gcc/Makefile.in
    branches/melt-branch/gcc/ada/ChangeLog
    branches/melt-branch/gcc/ada/checks.adb
    branches/melt-branch/gcc/ada/exp_ch4.adb
    branches/melt-branch/gcc/ada/exp_ch6.adb
    branches/melt-branch/gcc/ada/exp_ch6.ads
    branches/melt-branch/gcc/ada/exp_disp.adb
    branches/melt-branch/gcc/ada/g-socket.adb
    branches/melt-branch/gcc/ada/gnat1drv.adb
    branches/melt-branch/gcc/ada/s-bignum.ads
    branches/melt-branch/gcc/ada/sem_ch6.adb
    branches/melt-branch/gcc/ada/sem_dim.adb
    branches/melt-branch/gcc/ada/sem_prag.adb
    branches/melt-branch/gcc/ada/sem_res.adb
    branches/melt-branch/gcc/ada/sem_util.adb
    branches/melt-branch/gcc/ada/sem_util.ads
    branches/melt-branch/gcc/config/i386/driver-i386.c
    branches/melt-branch/gcc/config/mips/mips.md
    branches/melt-branch/gcc/dce.c
    branches/melt-branch/gcc/df-problems.c
    branches/melt-branch/gcc/doc/invoke.texi
    branches/melt-branch/gcc/dwarf2out.c
    branches/melt-branch/gcc/fortran/ChangeLog
    branches/melt-branch/gcc/fortran/interface.c
    branches/melt-branch/gcc/go/   (props changed)
    branches/melt-branch/gcc/go/gofrontend/parse.cc
    branches/melt-branch/gcc/go/gofrontend/parse.h
    branches/melt-branch/gcc/go/gofrontend/types.cc
    branches/melt-branch/gcc/ira-build.c
    branches/melt-branch/gcc/ira-color.c
    branches/melt-branch/gcc/ira-int.h
    branches/melt-branch/gcc/ira-lives.c
    branches/melt-branch/gcc/ira.c
    branches/melt-branch/gcc/ira.h
    branches/melt-branch/gcc/simplify-rtx.c
    branches/melt-branch/gcc/testsuite/ChangeLog
    branches/melt-branch/gcc/valtrack.c
    branches/melt-branch/gcc/valtrack.h
    branches/melt-branch/gcc/var-tracking.c
    branches/melt-branch/libgcc/ChangeLog
    branches/melt-branch/libgcc/config/gthr-rtems.h
    branches/melt-branch/libgcc/config/gthr-vxworks.h
    branches/melt-branch/libgcc/config/i386/gthr-win32.c
    branches/melt-branch/libgcc/config/i386/gthr-win32.h
    branches/melt-branch/libgcc/config/mips/gthr-mipssde.h
    branches/melt-branch/libgcc/config/pa/gthr-dce.h
    branches/melt-branch/libgcc/config/s390/gthr-tpf.h
    branches/melt-branch/libgcc/gthr-posix.h
    branches/melt-branch/libgcc/gthr-single.h
    branches/melt-branch/libgcc/gthr.h
    branches/melt-branch/libgo/   (props changed)
    branches/melt-branch/libgo/MERGE
    branches/melt-branch/libgo/Makefile.am
    branches/melt-branch/libgo/Makefile.in
    branches/melt-branch/libgo/go/bufio/bufio.go
    branches/melt-branch/libgo/go/builtin/builtin.go
    branches/melt-branch/libgo/go/bytes/bytes.go
    branches/melt-branch/libgo/go/compress/flate/inflate.go
    branches/melt-branch/libgo/go/crypto/elliptic/elliptic.go
    branches/melt-branch/libgo/go/crypto/rand/rand_test.go
    branches/melt-branch/libgo/go/crypto/rand/rand_windows.go
    branches/melt-branch/libgo/go/crypto/rsa/pkcs1v15.go
    branches/melt-branch/libgo/go/crypto/tls/conn.go
    branches/melt-branch/libgo/go/crypto/x509/verify.go
    branches/melt-branch/libgo/go/crypto/x509/x509.go
    branches/melt-branch/libgo/go/database/sql/fakedb_test.go
    branches/melt-branch/libgo/go/database/sql/sql.go
    branches/melt-branch/libgo/go/encoding/binary/varint.go
    branches/melt-branch/libgo/go/encoding/gob/decode.go
    branches/melt-branch/libgo/go/encoding/gob/doc.go
    branches/melt-branch/libgo/go/encoding/gob/encoder_test.go
    branches/melt-branch/libgo/go/encoding/gob/type.go
    branches/melt-branch/libgo/go/encoding/json/encode.go
    branches/melt-branch/libgo/go/flag/flag.go
    branches/melt-branch/libgo/go/fmt/fmt_test.go
    branches/melt-branch/libgo/go/fmt/print.go
    branches/melt-branch/libgo/go/go/ast/print.go
    branches/melt-branch/libgo/go/go/ast/print_test.go
    branches/melt-branch/libgo/go/go/ast/resolve.go
    branches/melt-branch/libgo/go/go/ast/walk.go
    branches/melt-branch/libgo/go/go/build/build.go
    branches/melt-branch/libgo/go/go/build/build_test.go
    branches/melt-branch/libgo/go/go/build/doc.go
    branches/melt-branch/libgo/go/go/doc/reader.go
    branches/melt-branch/libgo/go/go/doc/testdata/error2.1.golden
    branches/melt-branch/libgo/go/go/doc/testdata/error2.go
    branches/melt-branch/libgo/go/go/printer/nodes.go
    branches/melt-branch/libgo/go/go/printer/printer_test.go
    branches/melt-branch/libgo/go/go/scanner/errors.go
    branches/melt-branch/libgo/go/go/scanner/scanner.go
    branches/melt-branch/libgo/go/html/template/content.go
    branches/melt-branch/libgo/go/html/template/url.go
    branches/melt-branch/libgo/go/image/jpeg/reader.go
    branches/melt-branch/libgo/go/image/jpeg/writer.go
    branches/melt-branch/libgo/go/image/jpeg/writer_test.go
    branches/melt-branch/libgo/go/image/names.go
    branches/melt-branch/libgo/go/io/io.go
    branches/melt-branch/libgo/go/log/syslog/syslog.go
    branches/melt-branch/libgo/go/log/syslog/syslog_test.go
    branches/melt-branch/libgo/go/math/all_test.go
    branches/melt-branch/libgo/go/math/big/nat.go
    branches/melt-branch/libgo/go/math/bits.go
    branches/melt-branch/libgo/go/math/remainder.go
    branches/melt-branch/libgo/go/mime/grammar.go
    branches/melt-branch/libgo/go/mime/multipart/multipart.go
    branches/melt-branch/libgo/go/net/dial.go
    branches/melt-branch/libgo/go/net/fd.go
    branches/melt-branch/libgo/go/net/file.go
    branches/melt-branch/libgo/go/net/http/client.go
    branches/melt-branch/libgo/go/net/http/client_test.go
    branches/melt-branch/libgo/go/net/http/example_test.go
    branches/melt-branch/libgo/go/net/http/export_test.go
    branches/melt-branch/libgo/go/net/http/fs.go
    branches/melt-branch/libgo/go/net/http/fs_test.go
    branches/melt-branch/libgo/go/net/http/header.go
    branches/melt-branch/libgo/go/net/http/httptest/server.go
    branches/melt-branch/libgo/go/net/http/httputil/dump.go
    branches/melt-branch/libgo/go/net/http/pprof/pprof.go
    branches/melt-branch/libgo/go/net/http/range_test.go
    branches/melt-branch/libgo/go/net/http/serve_test.go
    branches/melt-branch/libgo/go/net/http/server.go
    branches/melt-branch/libgo/go/net/http/transport.go
    branches/melt-branch/libgo/go/net/http/transport_test.go
    branches/melt-branch/libgo/go/net/iprawsock.go
    branches/melt-branch/libgo/go/net/iprawsock_plan9.go
    branches/melt-branch/libgo/go/net/iprawsock_posix.go
    branches/melt-branch/libgo/go/net/mail/message.go
    branches/melt-branch/libgo/go/net/rpc/jsonrpc/all_test.go
    branches/melt-branch/libgo/go/net/rpc/server.go
    branches/melt-branch/libgo/go/net/sockopt.go
    branches/melt-branch/libgo/go/os/error_plan9.go
    branches/melt-branch/libgo/go/os/error_posix.go
    branches/melt-branch/libgo/go/os/error_test.go
    branches/melt-branch/libgo/go/os/error_windows.go
    branches/melt-branch/libgo/go/os/exec.go
    branches/melt-branch/libgo/go/os/exec/exec.go
    branches/melt-branch/libgo/go/os/exec/exec_test.go
    branches/melt-branch/libgo/go/os/exec_plan9.go
    branches/melt-branch/libgo/go/os/exec_posix.go
    branches/melt-branch/libgo/go/os/exec_unix.go
    branches/melt-branch/libgo/go/os/exec_windows.go
    branches/melt-branch/libgo/go/os/file_posix.go
    branches/melt-branch/libgo/go/os/file_unix.go
    branches/melt-branch/libgo/go/os/os_test.go
    branches/melt-branch/libgo/go/os/types.go
    branches/melt-branch/libgo/go/path/path.go
    branches/melt-branch/libgo/go/path/path_test.go
    branches/melt-branch/libgo/go/reflect/all_test.go
    branches/melt-branch/libgo/go/reflect/value.go
    branches/melt-branch/libgo/go/regexp/regexp.go
    branches/melt-branch/libgo/go/runtime/pprof/pprof.go
    branches/melt-branch/libgo/go/runtime/pprof/pprof_test.go
    branches/melt-branch/libgo/go/strconv/atoi.go
    branches/melt-branch/libgo/go/sync/waitgroup.go
    branches/melt-branch/libgo/go/sync/waitgroup_test.go
    branches/melt-branch/libgo/go/syscall/env_windows.go
    branches/melt-branch/libgo/go/syscall/exec_unix.go
    branches/melt-branch/libgo/go/syscall/exec_windows.go
    branches/melt-branch/libgo/go/syscall/security_windows.go
    branches/melt-branch/libgo/go/syscall/syscall.go
    branches/melt-branch/libgo/go/syscall/syscall_linux_386.go
    branches/melt-branch/libgo/go/testing/testing.go
    branches/melt-branch/libgo/go/text/tabwriter/tabwriter.go
    branches/melt-branch/libgo/go/text/template/doc.go
    branches/melt-branch/libgo/go/text/template/exec_test.go
    branches/melt-branch/libgo/go/text/template/funcs.go
    branches/melt-branch/libgo/go/text/template/parse/lex.go
    branches/melt-branch/libgo/go/text/template/parse/lex_test.go
    branches/melt-branch/libgo/go/time/time.go
    branches/melt-branch/libgo/runtime/chan.c
    branches/melt-branch/libgo/runtime/cpuprof.c
    branches/melt-branch/libgo/runtime/print.c
    branches/melt-branch/libgo/runtime/runtime.c

Propchange: branches/melt-branch/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/
            ('svnmerge-integrated' modified)

Propchange: branches/melt-branch/gcc/go/
            ('svn:mergeinfo' modified)

Propchange: branches/melt-branch/libgo/
            ('svn:mergeinfo' modified)



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