[Pkg-golang-commits] [golang] branch debian-sid updated (0e94da6 -> 4bf24c6)
Tianon Gravi
tianon at debian.org
Mon Dec 7 01:25:28 UTC 2015
This is an automated email from the git hooks/post-receive script.
tianon pushed a change to branch debian-sid
in repository golang.
from 0e94da6 Add appropriate "Closes:"
new 6329c18 Update to 1.5.2 upstream release (Closes: #807136)
new f091121 Imported Upstream version 1.5.2
new 4bf24c6 Merge tag 'upstream/1.5.2' into debian-sid
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 | 5 +-
doc/conduct.html | 273 ++++++++++++++++++++
doc/contrib.html | 8 +-
doc/devel/release.html | 13 +
doc/help.html | 6 +
doc/install-source.html | 4 +-
misc/cgo/test/cgo_test.go | 1 +
misc/cgo/test/issue12030.go | 35 +++
misc/cgo/test/issue1635.go | 5 +
misc/cgo/test/setgid_linux.go | 19 +-
misc/ios/go_darwin_arm_exec.go | 366 +++++++++++----------------
src/cmd/cgo/gcc.go | 5 +
src/cmd/compile/internal/gc/const.go | 16 +-
src/cmd/compile/internal/gc/order.go | 5 +-
src/cmd/compile/internal/gc/typecheck.go | 9 +-
src/cmd/compile/internal/ppc64/reg.go | 2 +-
src/cmd/dist/build.go | 1 +
src/cmd/go/note.go | 72 +++++-
src/cmd/go/note_test.go | 23 +-
src/cmd/go/pkg.go | 27 +-
src/cmd/internal/obj/ppc64/asm9.go | 2 +-
src/cmd/link/internal/amd64/asm.go | 2 +-
src/cmd/link/internal/ld/elf.go | 32 ++-
src/cmd/link/internal/ld/ldelf.go | 3 +
src/cmd/link/internal/ld/lib.go | 4 +-
src/cmd/link/internal/x86/asm.go | 2 +-
src/mime/multipart/multipart.go | 16 +-
src/mime/multipart/multipart_test.go | 48 ++++
src/net/interface_windows.go | 2 +-
src/net/net_windows_test.go | 53 ++++
src/runtime/asm_amd64.s | 27 +-
src/runtime/asm_amd64p32.s | 9 +-
src/runtime/cgo/cgo.go | 4 +-
src/runtime/malloc.go | 7 +-
src/runtime/mem_linux.go | 94 +++++--
src/runtime/memclr_386.s | 11 +-
src/runtime/memclr_amd64.s | 9 +-
src/runtime/memclr_arm64.s | 29 ++-
src/runtime/memclr_plan9_386.s | 11 +-
src/runtime/memclr_ppc64x.s | 17 +-
src/runtime/memmove_386.s | 14 +-
src/runtime/memmove_amd64.s | 10 +-
src/runtime/memmove_arm64.s | 81 +++++-
src/runtime/memmove_nacl_amd64p32.s | 26 +-
src/runtime/memmove_plan9_386.s | 14 +-
src/runtime/memmove_plan9_amd64.s | 10 +-
src/runtime/memmove_ppc64x.s | 78 ++++--
src/runtime/memmove_test.go | 35 +++
src/runtime/mgcmark.go | 71 +++++-
src/runtime/os1_darwin.go | 17 +-
src/runtime/os1_dragonfly.go | 16 +-
src/runtime/os1_freebsd.go | 17 +-
src/runtime/os1_linux.go | 20 +-
src/runtime/os1_nacl.go | 9 +
src/runtime/os1_netbsd.go | 18 +-
src/runtime/os1_openbsd.go | 17 +-
src/runtime/os1_plan9.go | 6 +
src/runtime/os1_windows.go | 10 +
src/runtime/os3_solaris.go | 18 +-
src/runtime/os_solaris.go | 28 +-
src/runtime/proc1.go | 56 ++--
src/runtime/race/testdata/issue12225_test.go | 13 +
src/runtime/rt0_darwin_arm.s | 29 ++-
src/runtime/signal_linux.go | 4 +-
src/runtime/stack1.go | 6 +
src/runtime/sys_solaris_amd64.s | 4 +
src/runtime/traceback.go | 40 ++-
test/fixedbugs/issue11987.go | 23 ++
test/fixedbugs/issue12686.go | 16 ++
test/fixedbugs/issue13160.go | 70 +++++
71 files changed, 1622 insertions(+), 433 deletions(-)
create mode 100644 doc/conduct.html
create mode 100644 misc/cgo/test/issue12030.go
create mode 100644 src/runtime/race/testdata/issue12225_test.go
create mode 100644 test/fixedbugs/issue11987.go
create mode 100644 test/fixedbugs/issue12686.go
create mode 100644 test/fixedbugs/issue13160.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