[Pkg-golang-commits] [golang] branch upstream-experimental updated (f154da9 -> 90ad8a7)

Tianon Gravi admwiggin at gmail.com
Fri Jan 16 05:13:59 UTC 2015


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

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

      from  f154da9   Imported Upstream version 1.4
       new  90ad8a7   Imported Upstream version 1.4.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:
 .hgignore                           |  58 +++++++++++++++
 .hgtags                             | 138 ++++++++++++++++++++++++++++++++++++
 VERSION                             |   2 +-
 doc/contribute.html                 |  70 ++++++++----------
 doc/devel/release.html              |   7 ++
 doc/install-source.html             |  61 ++++++----------
 src/cmd/dist/build.c                | 100 +++++++++++++++-----------
 src/cmd/gc/reflect.c                |  30 ++++----
 src/cmd/go/get.go                   |   2 +-
 src/cmd/ld/dwarf.c                  |  15 ++--
 src/cmd/ld/ldelf.c                  |   5 +-
 src/reflect/type.go                 |  31 +++++---
 src/runtime/cgo/gcc_openbsd_386.c   |  40 ++++++++---
 src/runtime/cgo/gcc_openbsd_amd64.c |  40 ++++++++---
 src/runtime/crash_cgo_test.go       |  68 ++++++++++++++++++
 src/runtime/defs_windows.go         |   1 +
 src/runtime/hashmap.go              |  35 +++++----
 src/runtime/hashmap_fast.go         |  12 ++--
 src/runtime/mprof.go                |  14 ++--
 src/runtime/os_plan9.go             |   2 +
 src/runtime/sigqueue.go             |   9 +++
 src/runtime/syscall_windows.go      |   2 +
 src/syscall/route_openbsd.go        |   6 +-
 test/fixedbugs/issue9321.go         |  37 ++++++++++
 24 files changed, 579 insertions(+), 206 deletions(-)
 create mode 100644 .hgignore
 create mode 100644 .hgtags
 create mode 100644 test/fixedbugs/issue9321.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