[Pkg-golang-commits] [golang] branch upstream-sid updated (09f84a7 -> b901efe)

Michael Stapelberg michael at stapelberg.de
Mon Aug 19 20:31:55 UTC 2013


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

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

      from  09f84a7   Imported Upstream version 1.1.1
       new  b901efe   Imported Upstream version 1.1.2

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/devel/release.html                             |   11 ++++
 misc/cgo/test/callback.go                          |    4 ++
 src/cmd/6g/peep.c                                  |    1 +
 src/cmd/8g/ggen.c                                  |    2 +-
 src/cmd/8g/peep.c                                  |    1 +
 src/cmd/cgo/out.go                                 |   68 ++++++++++++++++++--
 src/cmd/gc/closure.c                               |    7 +-
 src/cmd/gc/export.c                                |    5 ++
 src/cmd/gc/fmt.c                                   |    2 +-
 src/cmd/gc/walk.c                                  |    7 ++
 src/pkg/bufio/bufio.go                             |   17 +++--
 src/pkg/bufio/bufio_test.go                        |   22 +++++++
 src/pkg/runtime/proc.c                             |    2 +
 src/pkg/runtime/time.goc                           |    5 ++
 src/pkg/syscall/rlimit_linux_test.go               |   41 ++++++++++++
 src/pkg/syscall/syscall_linux_386.go               |    4 +-
 src/pkg/syscall/syscall_linux_arm.go               |    4 +-
 src/pkg/time/sleep_test.go                         |   20 ++++++
 test/fixedbugs/bug465.dir/a.go                     |   15 +++++
 test/fixedbugs/bug465.dir/b.go                     |    2 +-
 test/fixedbugs/issue5753.go                        |   29 +++++++++
 test/fixedbugs/issue5755.dir/a.go                  |   60 +++++++++++++++++
 .../{issue5105.dir/b.go => issue5755.dir/main.go}  |   18 ++++--
 test/fixedbugs/{issue4879.go => issue5755.go}      |    4 +-
 test/fixedbugs/issue5809.go                        |   27 ++++++++
 test/fixedbugs/{issue4620.go => issue5820.go}      |   15 ++---
 test/fixedbugs/{issue5002.go => issue5841.go}      |    6 +-
 28 files changed, 361 insertions(+), 40 deletions(-)
 create mode 100644 src/pkg/syscall/rlimit_linux_test.go
 create mode 100644 test/fixedbugs/issue5753.go
 create mode 100644 test/fixedbugs/issue5755.dir/a.go
 copy test/fixedbugs/{issue5105.dir/b.go => issue5755.dir/main.go} (53%)
 copy test/fixedbugs/{issue4879.go => issue5755.go} (65%)
 create mode 100644 test/fixedbugs/issue5809.go
 copy test/fixedbugs/{issue4620.go => issue5820.go} (50%)
 copy test/fixedbugs/{issue5002.go => issue5841.go} (66%)

-- 
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