[Pkg-golang-commits] [golang] branch debian-sid updated (05cc04c -> 9bd7b5e)

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


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

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

      from  05cc04c   emacsen: skip a number of old emacs versions (Thanks Kevin)
       new  b901efe   Imported Upstream version 1.1.2
       new  436bdaf   Merge tag 'upstream/1.1.2' into debian-sid
       new  9bd7b5e   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:
 VERSION                                            |    2 +-
 debian/changelog                                   |    5 +-
 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 +-
 29 files changed, 364 insertions(+), 42 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