Go

lp:~niemeyer/golang/disable-elf-tests

Created by Gustavo Niemeyer and last modified
Get this branch:
bzr branch lp:~niemeyer/golang/disable-elf-tests
Only Gustavo Niemeyer can upload to this branch. If you are Gustavo Niemeyer please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Gustavo Niemeyer
Project:
Go
Status:
Development

Recent revisions

8956. By Gustavo Niemeyer

Disable elf tests.

8955. By Russ Cox <email address hidden>

[release-branch.r58] cgo: handle new Apple LLVM-based gcc from Xcode 4.2

««« CL 4607045 / 142f0bc0d6e7
cgo: handle new Apple LLVM-based gcc from Xcode 4.2

That gcc does not include enumerator names and values
in its DWARF debug output. Create a data block from which
we can read the values instead.

Fixes issue 1881.

R=iant
CC=golang-dev
http://codereview.appspot.com/4607045
»»»

R=adg
CC=golang-dev
http://codereview.appspot.com/4708042
HG=8955:d292bc788668

8954. By Russ Cox <email address hidden>

[release-branch.r58] doc: document r58.1

««« CL 4700041 / 7c6b5a591a86
doc: document r58.1

R=adg, dsymonds
CC=golang-dev
http://codereview.appspot.com/4700041
»»»

R=adg
CC=golang-dev
http://codereview.appspot.com/4701041
HG=8954:4daf1e36d3c9

8953. By Russ Cox <email address hidden>

[release-branch.r58] build: use awk instead of giant egrep regexp

««« CL 4603056 / 655a4be3968f
build: use awk instead of giant egrep regexp

Avoids buggy version of egrep on some Macs.

R=r, dsymonds
CC=golang-dev
http://codereview.appspot.com/4603056
»»»

R=adg
CC=golang-dev
http://codereview.appspot.com/4695042
HG=8953:293c25943586

8952. By Russ Cox <email address hidden>

[release-branch.r58] runtime/cgo: fix for OS X 10.7

««« CL 4603057 / 0905a2ca94c6
runtime/cgo: fix for OS X 10.7

Correct a few error messages (libcgo -> runtime/cgo)
and delete old nacl_386.c file too.

Fixes issue 1657.

R=iant
CC=golang-dev
http://codereview.appspot.com/4603057
»»»

R=adg
CC=golang-dev
http://codereview.appspot.com/4698041
HG=8952:bf17e96b6582

8951. By Julian Phillips <email address hidden>

goinstall: Add support for generic hosts using special import form

This change extends goinstall to support "magic" package names of the
form:
        <host>/<repo>.<vcs>/<path>

Where <host> is the hostname, <repo> the path to the repository, <vcs>
the type of vcs (git, hg, bzr or svn), and <path> is the path inside the
repository that contains the source code for the package.

For example: "example.com/pub/foo.hg/src" means download the Mercurial
repository at either pub/foo.hg or pub/foo from example.com and then
build and install the source files from src inside the repository
checkout.

Repositories on the built-in hostings sites (github, bitbucket,
launchpad and googlecode) must still use the old form (i.e.
github.com/xxx/yyy.git/src will be rejected).

R=adg, rsc
CC=golang-dev
http://codereview.appspot.com/4626064

Committer: Andrew Gerrand <email address hidden>
HG=8951:c78e6a668db0

8950. By mattn

misc/vim: allow only utf-8 for fileencoding (fix CL4625078).

R=golang-dev, dsymonds
CC=golang-dev
http://codereview.appspot.com/4650062

Committer: David Symonds <email address hidden>
HG=8950:fcb55e9457d8

8949. By mattn

misc/vim: allow only utf-8 for fileencoding.

R=golang-dev, dsymonds
CC=golang-dev
http://codereview.appspot.com/4625078

Committer: David Symonds <email address hidden>
HG=8949:c051dc36c416

8948. By Andrew Gerrand <email address hidden>

build: make version.bash aware of branches

Fixes issue 2026.

R=bradfitz, rsc
CC=golang-dev
http://codereview.appspot.com/4645074
HG=8948:dd31a3b56536

8947. By Brad Fitzpatrick <email address hidden>

net: break up and simplify Dial a bit

No API or functional change.

R=jacek.masiulaniec, mikioh.mikioh, rsc
CC=golang-dev
http://codereview.appspot.com/4630081
HG=8947:f3daeb861002

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:~push-gopher/golang/tip
This branch contains Public information 
Everyone can see this information.

Subscribers