[Pkg-golang-commits] [golang] branch debian-sid updated (384c13f -> 8907f7b)

Michael Stapelberg michael at stapelberg.de
Wed Aug 13 07:32:48 UTC 2014


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

stapelberg pushed a change to branch debian-sid
in repository golang.

      from  384c13f   update debian/changelog
       new  64f344c   Imported Upstream version 1.3.1
       new  529609e   Merge tag 'upstream/1.3.1' into debian-sid
       new  8907f7b   update changelog

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                       |  6 +++
 doc/cmd.html                           |  6 +--
 doc/code.html                          | 16 ++++----
 doc/contrib.html                       | 10 ++---
 doc/devel/release.html                 | 73 +++++++++++++++++++---------------
 doc/devel/weekly.html                  |  2 +-
 doc/docs.html                          | 16 ++++----
 doc/effective_go.html                  |  8 ++--
 doc/gccgo_contribute.html              |  6 +--
 doc/go1.1.html                         |  2 +-
 doc/go1.2.html                         | 10 ++---
 doc/go1.3.html                         | 23 +++++++----
 doc/go1.html                           | 12 +++---
 doc/go1compat.html                     |  2 +-
 doc/go_faq.html                        | 38 +++++++++---------
 doc/go_spec.html                       |  2 +-
 doc/help.html                          |  8 ++--
 doc/install-source.html                | 14 +++----
 doc/install.html                       |  4 +-
 doc/root.html                          |  8 ++--
 doc/tos.html                           |  4 +-
 include/u.h                            |  1 +
 misc/cgo/test/issue8441.go             | 27 +++++++++++++
 src/cmd/6g/ggen.c                      |  2 +-
 src/cmd/6g/peep.c                      |  5 +++
 src/cmd/8g/ggen.c                      |  2 +-
 src/cmd/8g/peep.c                      |  5 +++
 src/cmd/cgo/gcc.go                     | 57 ++++++++++++++++++++------
 src/cmd/gc/array.c                     | 14 -------
 src/cmd/gc/bv.c                        | 36 ++++++++++++++---
 src/cmd/gc/go.h                        |  2 +-
 src/cmd/gc/plive.c                     | 52 +++++++++++++++++-------
 src/pkg/compress/gzip/gzip.go          |  3 +-
 src/pkg/compress/zlib/writer.go        |  3 +-
 src/pkg/crypto/rsa/pkcs1v15.go         | 43 +++++++++++++-------
 src/pkg/crypto/rsa/pkcs1v15_test.go    | 20 ++++++++++
 src/pkg/crypto/subtle/constant_time.go |  9 ++++-
 src/pkg/net/dnsconfig_unix.go          | 10 +++--
 src/pkg/net/fd_unix.go                 | 18 +++++++--
 src/pkg/net/fd_windows.go              |  9 ++++-
 src/pkg/net/sock_posix.go              | 22 ++++------
 src/pkg/net/testdata/resolv.conf       |  1 +
 src/pkg/runtime/sys_windows_386.s      |  5 +++
 src/pkg/runtime/sys_windows_amd64.s    |  5 +++
 src/pkg/runtime/traceback_arm.c        |  9 ++++-
 src/pkg/runtime/traceback_x86.c        |  2 +-
 test/fixedbugs/issue8325.go            | 31 +++++++++++++++
 48 files changed, 446 insertions(+), 219 deletions(-)
 create mode 100644 misc/cgo/test/issue8441.go
 create mode 100644 test/fixedbugs/issue8325.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