- 09 Jan, 2011 1 commit
-
-
Peter Mundy authored
R=r CC=golang-dev https://golang.org/cl/3907042
-
- 08 Jan, 2011 5 commits
-
-
Ian Lance Taylor authored
If we don't do this, then when C code calls back to Go code which panics, we lose space on the scheduler stack. If that happens a lot, eventually there is no space left on the scheduler stack. R=rsc CC=golang-dev https://golang.org/cl/3898042
-
Adam Langley authored
I needed a way to read lines without worrying about \n and \r\n. R=r, rsc CC=golang-dev https://golang.org/cl/2859041
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/3902042
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/3921041
-
Rob Pike authored
previous version was built with -l32; should be -b32 R=ken CC=golang-dev https://golang.org/cl/3867044
-
- 07 Jan, 2011 8 commits
-
-
Robert Griesemer authored
(e.g.: echo 'package main' | gofmt -r 'x->7' cannot change the package name to 7) R=rsc CC=golang-dev https://golang.org/cl/3913041
-
Rob Pike authored
Not absolutely certain it's right to do this, but since there's no error value coming back, it seems reasonable. Fixes #1392. R=rsc, adg CC=golang-dev https://golang.org/cl/3896042
-
Rob Pike authored
Error check was inverted. Fixes #1396. R=rsc, adg CC=golang-dev https://golang.org/cl/3851042
-
Robert Griesemer authored
Fixes #1384. R=rsc CC=golang-dev https://golang.org/cl/3912041
-
Adam Langley authored
R=rsc CC=golang-dev https://golang.org/cl/3909041
-
Andrew Gerrand authored
R=nigeltao, nigeltao_gnome CC=golang-dev https://golang.org/cl/3892041
-
Andrew Gerrand authored
R=nigeltao, nigeltao_gnome CC=golang-dev https://golang.org/cl/3829043
-
Ian Lance Taylor authored
This permits exporting crosscall2 from the runtime/cgo package. R=rsc CC=golang-dev https://golang.org/cl/3885041
-
- 06 Jan, 2011 6 commits
-
-
Andrew Gerrand authored
R=r, brainman, r2 CC=golang-dev https://golang.org/cl/3881041
-
Russ Cox authored
It's incorrect, and it causes cryptic linker errors. Fixes #1360. R=r, r2 CC=golang-dev https://golang.org/cl/3880041
-
Russ Cox authored
Fixes #1381. R=r, r2 CC=golang-dev https://golang.org/cl/3775050
-
Anthony Martin authored
A cursory reading of the cgo code suggests this should be necessary, though I don't have access to a FreeBSD machine for testing. R=rsc, adg CC=golang-dev https://golang.org/cl/3746047
-
Russ Cox authored
Fixes #1394. R=ken2 CC=golang-dev https://golang.org/cl/3879041
-
Russ Cox authored
Fixes #1389. R=agl1 CC=golang-dev https://golang.org/cl/3827043
-
- 05 Jan, 2011 14 commits
-
-
Kyle Consalus authored
R=rsc, r, r2 CC=golang-dev https://golang.org/cl/3421042
-
Rob Pike authored
Also fix a <p> error in go_spec.html. Fixes #1370. R=rsc, gri CC=golang-dev https://golang.org/cl/3835043
-
Russ Cox authored
Fixes #1383. R=r CC=golang-dev https://golang.org/cl/3821044
-
Russ Cox authored
Fixes #1376. R=r CC=golang-dev https://golang.org/cl/3869042
-
Kyle Lemons authored
R=adg, rsc CC=golang-dev https://golang.org/cl/3821042
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/3766045
-
Anthony Martin authored
Fixes #1369. R=rsc CC=golang-dev https://golang.org/cl/3731046
-
Rob Pike authored
The old loop was a bit odd; change it to be more regular. This also enables a diagnostic for Printf("%", 3): %!(NOVERB) R=rsc, Kyle C CC=golang-dev https://golang.org/cl/3749044
-
Brad Fitzpatrick authored
Fixes #1388. R=rsc CC=golang-dev https://golang.org/cl/3749043
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/3797045
-
Rob Pike authored
(with maybe more to come) by printing a human-readable representation of a remote type. R=rsc CC=golang-dev https://golang.org/cl/3802045
-
Ian Lance Taylor authored
Fixes #1377. R=rsc, adg, r CC=golang-dev https://golang.org/cl/3868041
-
Nigel Tao authored
with the primary affected package. R=rsc, adg CC=golang-dev https://golang.org/cl/3867041
-
Roger Peppe authored
R=r CC=golang-dev https://golang.org/cl/3814041
-
- 04 Jan, 2011 6 commits
-
-
Robert Griesemer authored
R=r, r2 CC=golang-dev https://golang.org/cl/3794043
-
Icarus Sparry authored
changeset: 6839:545c9926d61a user: Robert Griesemer <gri@golang.org> date: Mon Dec 06 14:23:18 2010 -0800 summary: go/ast: use token.Pos instead of token.Position; adjust all dependent code broke 'godoc -src fmt', one of the example uses of godoc. It gives a stack backtrace essentially caused by dereferencing a NULL pointer (in C terms). This change fixes the particular issue, but the code probably should be made more robust. Fixes #3818044. R=gri CC=golang-dev https://golang.org/cl/3818044
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/3813045
-
Patrick Gavlin authored
Fixes #1201. R=rsc CC=golang-dev https://golang.org/cl/3787044
-
Russ Cox authored
-
Patrick Gavlin authored
Fixes #1368. R=rsc, ejsherry CC=golang-dev https://golang.org/cl/3811042
-