- 10 Jan, 2011 3 commits
-
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/3913043
-
Roger Peppe authored
The After code is trivially generalisable to provide support for this, and it is possible to use AfterFunc to do things that After cannot, such as waiting for many events at varied times without an overhead of one goroutine per event. R=rsc, r CC=golang-dev https://golang.org/cl/3905041
-
Robert Griesemer authored
- added position information for [ and ] brackets of Index and Slice expression nodes - removed a TODO in go/printer R=r, rsc CC=golang-dev https://golang.org/cl/3867045
-
- 09 Jan, 2011 3 commits
-
-
Peter Mundy authored
Fixes #1401. R=golang-dev, agl1 CC=golang-dev https://golang.org/cl/3937041
-
Eoghan Sherry authored
* correctly ignore obsolete ticks * fix update of next alarm time * tighten alarm channel buffers Fixes #1379. R=r, adg, r2 CC=golang-dev, soul9 https://golang.org/cl/3789045
-
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 1 commit
-
-
Robert Griesemer authored
R=r, r2 CC=golang-dev https://golang.org/cl/3794043
-