[Pkg-golang-commits] [golang] branch debian-sid updated (f0d80ec -> 5f6227d)
Michael Hudson-Doyle
mwhudson-guest at moszumanska.debian.org
Fri Jun 3 02:36:14 UTC 2016
This is an automated email from the git hooks/post-receive script.
mwhudson-guest pushed a change to branch debian-sid
in repository golang.
from f0d80ec s/UNRELEASED/unstable/
new 15be393 Imported Upstream version 1.6.2
new 052f320 Merge tag 'upstream/1.6.2' into debian-sid
new 5f6227d 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:
CONTRIBUTING.md | 3 +-
VERSION | 2 +-
debian/changelog | 6 ++++
doc/contribute.html | 2 +-
doc/devel/release.html | 8 +++++
doc/go1.6.html | 4 +--
doc/go_faq.html | 3 +-
doc/install-source.html | 15 ++++++---
misc/cgo/errors/ptr.go | 10 ++++++
src/cmd/cgo/gcc.go | 11 ++++---
src/cmd/compile/internal/gc/esc.go | 5 +++
src/cmd/go/get.go | 8 +++++
src/cmd/go/go_test.go | 12 +++++++
src/cmd/go/pkg.go | 10 ++++--
src/cmd/go/vendor_test.go | 26 +++++++++++++++
src/cmd/link/internal/ld/macho.go | 5 +--
src/mime/multipart/formdata_test.go | 36 +++++++++++++++++++++
src/mime/multipart/multipart.go | 20 +++++++++++-
src/net/http/export_test.go | 6 ++--
src/net/http/serve_test.go | 26 +++++++++++++++
src/net/http/server.go | 28 ++++++++--------
src/net/http/transport.go | 10 ++++--
src/net/http/transport_test.go | 5 +++
src/runtime/cgocall.go | 3 ++
src/runtime/crash_cgo_test.go | 53 +++++++++++++++++++++++++++++++
src/runtime/export_test.go | 16 ++++++++++
src/runtime/gc_test.go | 17 ++++++++++
src/runtime/mgc.go | 14 +++++---
src/runtime/mheap.go | 2 +-
src/runtime/os1_windows.go | 35 +++++++++++---------
src/runtime/os_linux_386.go | 5 ---
src/runtime/panic.go | 17 ++++++++++
src/runtime/proc.go | 3 ++
src/runtime/rt0_darwin_arm.s | 28 ++++++++++------
src/runtime/rt0_darwin_arm64.s | 28 ++++++++++++----
src/runtime/rt0_linux_386.s | 8 -----
src/runtime/rt0_linux_arm64.s | 27 ++++++++++++----
src/runtime/runtime1.go | 2 +-
src/runtime/signal_386.go | 25 +--------------
src/runtime/symtab.go | 2 +-
src/runtime/sys_linux_386.s | 25 ++++++---------
src/runtime/sys_linux_amd64.s | 6 +++-
src/runtime/testdata/testprogcgo/aprof.go | 48 ++++++++++++++++++++++++++++
src/runtime/testdata/testprogcgo/cgo.go | 20 ++++++++++++
src/sort/sort.go | 14 ++++----
src/sort/sort_test.go | 37 +++++++++++++++++++++
src/syscall/asm_linux_386.s | 13 ++------
src/syscall/types_linux.go | 3 ++
src/syscall/ztypes_linux_ppc64.go | 7 ++--
src/syscall/ztypes_linux_ppc64le.go | 7 ++--
test/escape_closure.go | 26 +++++++++++++++
51 files changed, 590 insertions(+), 162 deletions(-)
create mode 100644 src/runtime/testdata/testprogcgo/aprof.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