[Pkg-golang-commits] [golang] branch golang-1.9 updated (04fc53b -> e78fc7a)

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Thu Oct 26 03:04:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

mwhudson-guest pushed a change to branch golang-1.9
in repository golang.

      from  04fc53b   Update changelog for 1.9.1-2 release
      adds  2694767   New upstream version 1.9.2
       new  07554c5   Updated version 1.9.2 from 'upstream/1.9.2'
       new  6f5c878   Work around debhelper bug #879762
       new  e78fc7a   Update changelog for 1.9.2-1 release

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 VERSION                                            |   2 +-
 debian/changelog                                   |   7 +
 debian/control                                     |   1 -
 debian/gbp.conf                                    |   1 -
 debian/rules                                       |   1 -
 debian/source/lintian-overrides                    |   1 -
 debian/watch                                       |   1 -
 doc/devel/release.html                             |  13 +
 misc/cgo/test/cgo_test.go                          |   1 +
 .../issue18676/plugin.go => test/issue21668.go}    |  10 +-
 misc/cgo/test/issue21708.go                        |  16 +
 src/cmd/cgo/gcc.go                                 |  57 +--
 src/cmd/cgo/main.go                                |   4 +-
 src/cmd/compile/internal/gc/noder.go               |  13 +-
 src/cmd/compile/internal/gc/ssa.go                 |   4 +-
 src/cmd/compile/internal/gc/subr.go                |  28 +-
 .../compile/internal/gc/testdata/gen/zeroGen.go    |  63 +++
 src/cmd/compile/internal/gc/testdata/zero.go       | 216 +++++++++
 src/cmd/compile/internal/ssa/gen/AMD64.rules       | 166 +++----
 src/cmd/compile/internal/ssa/gen/AMD64Ops.go       |  17 +-
 src/cmd/compile/internal/ssa/gen/PPC64.rules       |  58 +--
 src/cmd/compile/internal/ssa/opGen.go              |  16 +-
 src/cmd/compile/internal/ssa/rewriteAMD64.go       | 506 ++++++++++++++-------
 src/cmd/compile/internal/ssa/rewritePPC64.go       | 172 +++----
 src/cmd/compile/internal/syntax/nodes_test.go      |   2 +-
 src/cmd/compile/internal/syntax/parser.go          |  16 +-
 src/cmd/compile/internal/syntax/parser_test.go     |  14 +-
 src/cmd/compile/internal/syntax/printer_test.go    |   2 +-
 src/cmd/compile/internal/syntax/scanner_test.go    |  13 +
 src/cmd/compile/internal/syntax/source.go          |  11 +-
 src/cmd/compile/internal/syntax/syntax.go          |  19 +-
 src/cmd/go/go_test.go                              |  11 +-
 src/cmd/go/internal/get/vcs.go                     |   2 +-
 src/cmd/internal/obj/x86/asm6.go                   |   7 +
 src/cmd/internal/objabi/line.go                    |   2 +-
 src/crypto/x509/root_darwin_test.go                |   5 +
 src/crypto/x509/verify.go                          |   8 +-
 src/crypto/x509/verify_test.go                     |  96 ++++
 src/crypto/x509/x509_test.go                       |  68 ---
 src/database/sql/fakedb_test.go                    |   1 +
 src/database/sql/sql.go                            |  12 +
 src/database/sql/sql_test.go                       |   8 +-
 src/expvar/expvar.go                               |  12 +-
 src/expvar/expvar_test.go                          |  22 +
 ...export_posix_test.go => export_windows_test.go} |  12 +-
 src/internal/poll/fd_unix.go                       |   1 +
 src/internal/poll/fd_windows.go                    |  83 ++--
 src/internal/poll/fd_windows_test.go               | 111 +++++
 src/log/log.go                                     |   6 +-
 src/log/log_test.go                                |  11 +
 src/net/dial_test.go                               |   2 +
 src/net/fd_windows.go                              |   2 +-
 src/net/smtp/smtp.go                               |   1 +
 src/net/smtp/smtp_test.go                          |  47 ++
 src/os/file_windows.go                             |   2 +-
 src/os/os_test.go                                  |   2 +
 src/reflect/all_test.go                            |  25 +
 src/reflect/value.go                               |  10 +-
 src/runtime/chan_test.go                           |  57 +++
 src/runtime/cpuprof.go                             |   1 +
 src/runtime/gc_test.go                             |  16 +
 src/runtime/mgc.go                                 |   5 +-
 src/runtime/proc.go                                |  16 +-
 src/runtime/stubs.go                               |   8 +-
 src/runtime/time.go                                |   8 +-
 src/time/time.go                                   |   4 +-
 test/fixedbugs/issue21655.go                       |  40 ++
 test/fixedbugs/issue21963.go                       |  27 ++
 test/fixedbugs/issue22083.go                       |  41 ++
 69 files changed, 1606 insertions(+), 637 deletions(-)
 copy misc/cgo/{testplugin/src/issue18676/plugin.go => test/issue21668.go} (52%)
 create mode 100644 misc/cgo/test/issue21708.go
 copy src/internal/poll/{export_posix_test.go => export_windows_test.go} (60%)
 create mode 100644 src/internal/poll/fd_windows_test.go
 create mode 100644 test/fixedbugs/issue21655.go
 create mode 100644 test/fixedbugs/issue21963.go
 create mode 100644 test/fixedbugs/issue22083.go

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-golang/golang.git



More information about the pkg-golang-commits mailing list