- 02 Dec, 2009 23 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/164082
-
Ian Lance Taylor authored
R=gri https://golang.org/cl/164081
-
Fazlul Shahriar authored
How to reproduce: $ mkdir /tmp/foo $ cp /dev/null /tmp/foo/bar.go $ chmod -r /tmp/foo/bar.go $ gofmt /tmp/foo open /tmp/foo/bar.go: permission denied $ echo $? # should echo 2 0 $ Maybe you need to put a call to time.Sleep at the beginning of report(). R=gri CC=golang-dev https://golang.org/cl/164073
-
Robert Griesemer authored
R=rsc https://golang.org/cl/164071
-
Rob Pike authored
Fixes #338. R=rsc CC=golang-dev https://golang.org/cl/163083
-
Rob Pike authored
can't mix slices and arrays now; perhaps that should be a TODO R=rsc https://golang.org/cl/164079
-
Russ Cox authored
so that the issue stops showing up on the per-reviewer dashboard page. R=r https://golang.org/cl/164075
-
Russ Cox authored
added random test to look for more. Fixes #363. R=r, cw https://golang.org/cl/163071
-
Ian Lance Taylor authored
Submitting as a TBR to fix the build. R=dho, rsc https://golang.org/cl/164078
-
Devon H. O'Dell authored
on my linux machine this is the correct one. lxml.etree exists with an ElementTree class, but does not contain an .XML method. R=rsc https://golang.org/cl/163082
-
Devon H. O'Dell authored
R=rsc CC=golang-dev https://golang.org/cl/164053
-
Russ Cox authored
R=r CC=hurtonm https://golang.org/cl/164074
-
Devon H. O'Dell authored
Fixes #271. Fixes #321. R=rsc, agl, cw CC=golang-dev https://golang.org/cl/163052
-
Rob Pike authored
R=rsc https://golang.org/cl/163070
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/163069
-
Devon H. O'Dell authored
Necessary for 163052 R=rsc CC=golang-dev https://golang.org/cl/164068
-
Evan Shaw authored
R=rsc CC=golang-dev https://golang.org/cl/164069
-
Devon H. O'Dell authored
R=gri https://golang.org/cl/163067
-
Russ Cox authored
R=dho CC=golang-dev https://golang.org/cl/163061
-
David Symonds authored
R=rsc https://golang.org/cl/163049
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/163062
-
Russ Cox authored
TBR=r https://golang.org/cl/163064
-
Robert Griesemer authored
Easy stuff in this round, more to come. R=iant, rsc, r, ken2 https://golang.org/cl/163058
-
- 01 Dec, 2009 12 commits
-
-
Christopher Wedgwood authored
Bad returns noticed by "Devon H. O'Dell" <devon.odell@gmail.com>. Resolves Issue 360. R=rsc, dho, agl, agl1 CC=ukai https://golang.org/cl/163055
-
Charles L. Dorian authored
Also fixes issue 310 comment 5 error. Fixes #310. R=rsc https://golang.org/cl/163042
-
Rob Pike authored
1) need to send slice and array types (was only sending element types) 2) compatibleType needs to use decoder's type map R=rsc CC=golang-dev https://golang.org/cl/164062
-
Robert Griesemer authored
R=rsc https://golang.org/cl/164059
-
Russ Cox authored
R=r https://golang.org/cl/164060
-
Sven Almgren authored
R=rsc https://golang.org/cl/163053
-
Rob Pike authored
R=rsc https://golang.org/cl/161050
-
Fazlul Shahriar authored
Opening /dev/stdin can sometimes fail. For example, in the acme editor, executing "Edit ,|gofmt" fails with: open /dev/stdin: no such device or address Executing "Edit ,|ls -l /dev/stdin /proc/self/fd/0" gives: lrwxrwxrwx 1 root root 15 2009-09-07 02:17 /dev/stdin -> /proc/self/fd/0 lrwx------ 1 fhs users 64 2009-11-26 22:05 /proc/self/fd/0 -> socket:[5528230] (This is my first change, and I've signed the individual contributor license agreement.) R=rsc, gri CC=golang-dev https://golang.org/cl/162041
-
Robert Griesemer authored
- simplified dealing with parse errors: no need to intersperse them in the source - improve visibility of highlighted identifiers by showing them in bold R=rsc https://golang.org/cl/163051
-
Fazlul Shahriar authored
R=golang-dev, rsc https://golang.org/cl/164052
-
Anthony Starks authored
R=rsc CC=agl1 https://golang.org/cl/154123
-
- 30 Nov, 2009 5 commits
-
-
Roger Peppe authored
unnamed, not require -n, in line with other entries. R=rsc CC=r https://golang.org/cl/162061
-
Sergey 'SnakE' Gromov authored
R=rsc CC=golang-dev https://golang.org/cl/164047
-
Adrian O'Grady authored
R=rsc https://golang.org/cl/157153
-
Tor Andersson authored
The python script needs a checkout of xcb/proto to generate an xproto.go file, which together with xgb.go provide functions to access all of the core X11 protocol requests. I have included the generated file. Extensions and authentication methods are not implemented. R=r, rsc, nigeltao_golang https://golang.org/cl/162053
-
Sergey 'SnakE' Gromov authored
This patch adds an ability to convert JSON-encoded data into a hierarchy of Go's native data types. R=rsc CC=golang-dev https://golang.org/cl/161060
-