[Pkg-golang-commits] [golang] branch golang-1.9 updated (8fe246c -> c437ea3)

Michael Hudson-Doyle mwhudson-guest at moszumanska.debian.org
Tue Jan 30 02:03:54 UTC 2018


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  8fe246c   Update changelog for 1.9.2-4 release
      adds  45300e4   New upstream version 1.9.3
       new  f0432b3   Updated version 1.9.3 from 'upstream/1.9.3'
       new  de71744   start changelog
       new  c437ea3   releasing package golang-1.9 version 1.9.3-1

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 +
 .../patches/0003-Do-not-use-SP-as-index-reg.patch  |  56 ------
 debian/patches/series                              |   1 -
 doc/devel/release.html                             |  24 ++-
 doc/docs.html                                      |  42 +++--
 doc/go1.html                                       |   8 +-
 doc/help.html                                      |   9 +-
 doc/install.html                                   |  14 +-
 doc/root.html                                      |   2 +-
 src/cmd/compile/internal/gc/builtin.go             |   2 +
 src/cmd/compile/internal/gc/builtin/runtime.go     |   2 +
 src/cmd/compile/internal/gc/walk.go                |  31 +++-
 src/cmd/compile/internal/ssa/gen/386.rules         |  78 ++++-----
 src/cmd/compile/internal/ssa/gen/generic.rules     |   2 +-
 src/cmd/compile/internal/ssa/regalloc.go           |  11 +-
 src/cmd/compile/internal/ssa/rewrite386.go         | 192 ++++++++++-----------
 src/cmd/compile/internal/ssa/rewritegeneric.go     |  25 +--
 src/cmd/compile/internal/x86/387.go                |   6 +
 src/database/sql/sql.go                            |  12 +-
 src/math/big/int_test.go                           |  20 +++
 src/math/big/nat.go                                |   4 +-
 src/net/http/h2_bundle.go                          |   8 +
 src/net/url/url.go                                 |  33 ++++
 src/net/url/url_test.go                            |   7 +
 src/runtime/crash_cgo_test.go                      |  13 ++
 src/runtime/hashmap_fast.go                        | 176 +++++++++++++++++++
 src/runtime/mgc.go                                 |   7 +-
 src/runtime/os3_plan9.go                           |   3 +
 src/runtime/os_nacl.go                             |   3 +
 src/runtime/runtime2.go                            |   9 +-
 src/runtime/signal_unix.go                         |  10 +-
 src/runtime/signal_windows.go                      |   3 +
 src/runtime/sys_linux_amd64.s                      |  57 +++++-
 src/runtime/testdata/testprogcgo/sigstack.go       |  95 ++++++++++
 test/fixedbugs/issue21655.go                       |  22 +++
 test/fixedbugs/{issue19084.go => issue22429.go}    |   9 +-
 test/fixedbugs/issue22458.go                       |  26 +++
 test/fixedbugs/issue22683.go                       |  30 ++++
 test/fixedbugs/issue22683.out                      |   1 +
 test/fixedbugs/issue22781.go                       |  29 ++++
 41 files changed, 823 insertions(+), 268 deletions(-)
 delete mode 100644 debian/patches/0003-Do-not-use-SP-as-index-reg.patch
 create mode 100644 src/runtime/testdata/testprogcgo/sigstack.go
 copy test/fixedbugs/{issue19084.go => issue22429.go} (55%)
 create mode 100644 test/fixedbugs/issue22458.go
 create mode 100644 test/fixedbugs/issue22683.go
 create mode 100644 test/fixedbugs/issue22683.out
 create mode 100644 test/fixedbugs/issue22781.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