- 12 Dec, 2011 27 commits
-
-
Russ Cox authored
Some VMs are slow. Very slow. Fixes #2421. R=golang-dev, r CC=golang-dev https://golang.org/cl/5482049
-
Ivan Krasin authored
Fixes #2508. R=rsc, krasin CC=golang-dev https://golang.org/cl/5449115
-
Christopher Nielsen authored
R=rsc CC=golang-dev https://golang.org/cl/5477052
-
Christoph Hack authored
R=golang-dev, r, tux21b, rsc CC=golang-dev https://golang.org/cl/5479062
-
Russ Cox authored
R=golang-dev, dsymonds, gri CC=golang-dev https://golang.org/cl/5485048
-
Andrew Gerrand authored
Originally published on The Go Programming Language Blog, July 12, 2011. http://blog.golang.org/2011/07/error-handling-and-go.html Update #2547 R=golang-dev, r CC=golang-dev https://golang.org/cl/5475060
-
Brad Fitzpatrick authored
Fixes #2542 R=golang-dev, r CC=golang-dev https://golang.org/cl/5483054
-
Gustavo Niemeyer authored
R=golang-dev, dsymonds, r, rsc CC=golang-dev https://golang.org/cl/5483044
-
Sébastien Paolacci authored
SysUnused being a direct call to madvise MADV_DONTNEED. R=golang-dev, dave CC=golang-dev https://golang.org/cl/5477057
-
Lucio De Re authored
R=golang-dev, ality CC=golang-dev, rsc https://golang.org/cl/5467066
-
Anthony Martin authored
R=lucio.dere, rsc CC=golang-dev https://golang.org/cl/5440073
-
Anthony Martin authored
I had to move readFile into sys_$GOOS.go since syscall.Open takes only two arguments on Plan 9. R=lucio.dere, rsc, alex.brainman CC=golang-dev https://golang.org/cl/5447061
-
Rémy Oudompheng authored
Fixes #2502. R=golang-dev, rsc CC=golang-dev, remy https://golang.org/cl/5472062
-
Robert Hencke authored
Addresses issue 2526 R=rsc, r CC=golang-dev https://golang.org/cl/5448114
-
Charles L. Dorian authored
Nextafter(0, -1) != -0. R=rsc, golang-dev CC=golang-dev https://golang.org/cl/5467060
-
Christopher Nielsen authored
This will not currently create valid NetBSD binaries because NetBSD requires an ELF note section to run, otherwise the kernel will throw ENOEXEC. I was unable to determine an elegant way to add the section, so I am submitting what I have. References: http://www.netbsd.org/docs/kernel/elf-notes.html http://mail-index.netbsd.org/netbsd-bugs/2001/08/03/0012.html R=rsc CC=golang-dev https://golang.org/cl/5472049
-
Christopher Nielsen authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5476048
-
Lucio De Re authored
R=golang-dev CC=golang-dev, rsc https://golang.org/cl/5476049
-
Russ Cox authored
Assume last colon introduces line number. Fixes #2543. R=ken2 CC=golang-dev https://golang.org/cl/5485047
-
Rob Pike authored
R=golang-dev, fullung, dsymonds, r, adg CC=golang-dev https://golang.org/cl/5477056
-
Roger Peppe authored
Fixes implicit dependency on underlying os file modes. R=rsc, r, n13m3y3r, gustavo, adg CC=golang-dev https://golang.org/cl/5440130
-
Ian Lance Taylor authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5486044
-
Taru Karttunen authored
Made te and td arrays into variables te0-3 and td0-3, which improves performance from 7000ns/op to 5800. R=rsc, rogpeppe, agl CC=golang-dev https://golang.org/cl/5449077
-
Andrew Gerrand authored
R=golang-dev, r, alex.brainman, r CC=golang-dev https://golang.org/cl/5479069
-
Rob Pike authored
Fixes #2553. R=golang-dev, adg CC=golang-dev https://golang.org/cl/5472074
-
Andrew Balholm authored
Pass tests6.dat, test 7: <frameset></frameset> foo | <html> | <head> | <frameset> | " " Also pass tests through test 12: <form><form> R=nigeltao CC=golang-dev https://golang.org/cl/5480061
-
Andrew Gerrand authored
Originally published on The Go Programming Language Blog, August 4 2010. http://blog.golang.org/2010/08/defer-panic-and-recover.html Update #2547 R=golang-dev, r, r CC=golang-dev https://golang.org/cl/5479053
-
- 11 Dec, 2011 5 commits
-
-
Rob Pike authored
(should have caught this in review.) R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5478066
-
Joel Sing authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5472067
-
Lucio De Re authored
src/clean.bash: Add clean-ups for previously overlooked directories. doc/codelab/wiki/Makefile: Dropped "index.html" from CLEANFILES so it will not be deleted on cleaning. R=golang-dev, r CC=golang-dev https://golang.org/cl/5476050
-
Lucio De Re authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5479060
-
Olivier Duperray authored
R=golang-dev, r, r CC=golang-dev https://golang.org/cl/5479061
-
- 10 Dec, 2011 4 commits
-
-
Robert Hencke authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5480060
-
Hector Chu authored
R=rsc, r CC=golang-dev https://golang.org/cl/5448121
-
Robert Hencke authored
Fixes https://golang.org/cl/5444053/#msg41 R=golang-dev, iant CC=golang-dev https://golang.org/cl/5478058
-
Robert Hencke authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5476055
-
- 09 Dec, 2011 4 commits
-
-
Rob Pike authored
Found and fixed by bketelsen@gmail.com. Not worth making him a CONTRIBUTOR to delete one character. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5476054
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/5472054
-
Russ Cox authored
Now that Luuk's qualified exporting code is in, fixing this bug is trivial. R=ken2 CC=golang-dev https://golang.org/cl/5479048
-
Rob Pike authored
Fixes #2545. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5475054
-