[Pkg-golang-commits] [golang] branch upstream-sid updated (fe8b797 -> a65ca2a)

Tianon Gravi tianon at debian.org
Wed Apr 13 05:14:01 UTC 2016


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

tianon pushed a change to branch upstream-sid
in repository golang.

      from  fe8b797   Imported Upstream version 1.6
       new  a65ca2a   Imported Upstream version 1.6.1

The 1 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 +-
 doc/contrib.html                                   |  1 +
 doc/devel/release.html                             | 22 +++++
 doc/install-source.html                            |  4 +-
 src/cmd/dist/deps.go                               | 57 ++++++-------
 src/crypto/dsa/dsa.go                              |  4 +
 src/crypto/ecdsa/ecdsa.go                          | 11 ++-
 src/crypto/rsa/rsa.go                              |  5 +-
 src/go/build/deps_test.go                          |  6 +-
 src/internal/syscall/windows/registry/syscall.go   |  2 +-
 .../syscall/windows/registry/zsyscall_windows.go   |  5 +-
 src/internal/syscall/windows/syscall_windows.go    |  2 +-
 src/internal/syscall/windows/sysdll/sysdll.go      | 28 +++++++
 src/internal/syscall/windows/zsyscall_windows.go   |  5 +-
 src/runtime/export_windows_test.go                 |  4 +
 src/runtime/os1_windows.go                         | 30 ++++++-
 src/runtime/syscall_windows.go                     | 35 ++++++++
 src/runtime/syscall_windows_test.go                | 98 ++++++++++++++++++++++
 src/syscall/dll_windows.go                         | 27 +++++-
 src/syscall/mksyscall_windows.go                   | 48 +++++++++--
 src/syscall/syscall_windows.go                     |  2 +-
 src/syscall/zsyscall_windows.go                    | 27 +++---
 22 files changed, 359 insertions(+), 66 deletions(-)
 create mode 100644 src/internal/syscall/windows/sysdll/sysdll.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