- 18 Apr, 2011 1 commit
-
-
Nigel Tao authored
R=adg CC=golang-dev, raph https://golang.org/cl/4443046
-
- 17 Apr, 2011 3 commits
-
-
Russ Cox authored
R=dfc, ken2, rsc CC=golang-dev https://golang.org/cl/4446043
-
Russ Cox authored
R=adg, r CC=golang-dev https://golang.org/cl/4423045
-
Dave Cheney authored
Possibly fixes issue 1694. R=bradfitzgo CC=golang-dev https://golang.org/cl/4427049
-
- 16 Apr, 2011 1 commit
-
-
Dmitry Chestnykh authored
Fixes #1633. R=adg, dsymonds CC=golang-dev https://golang.org/cl/4439042
-
- 15 Apr, 2011 28 commits
-
-
Brad Fitzpatrick authored
Working towards issue 1119 Using test data from http://greenbytes.de/tech/tc2231/ R=r CC=golang-dev https://golang.org/cl/4430049
-
Russ Cox authored
cannot use regalloc with floating point on 386. will redo some other way. R=ken2 CC=golang-dev https://golang.org/cl/4439045
-
Ross Light authored
R=bradfitzgo, rsc, bradfitzwork CC=golang-dev https://golang.org/cl/4406046
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/4439044
-
Russ Cox authored
Got lost when I introduced TUNSAFEPTR. R=ken2 CC=golang-dev https://golang.org/cl/4442046
-
Ian Lance Taylor authored
Found by gcc 4.5.2 -Werror build reported on IRC by niemeyer. R=ken2, rsc, r2 CC=golang-dev https://golang.org/cl/4438042
-
Brad Fitzpatrick authored
Fixes #213 R=r, rsc CC=golang-dev https://golang.org/cl/4432043
-
Dmitry Chestnykh authored
Uses placeholder attribute instead of changing the value of search field on browsers that support it. On other browsers, the fake placeholder text is restored when the empty box loses focus. R=golang-dev, gri CC=golang-dev https://golang.org/cl/4441041
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/4433042
-
Russ Cox authored
R=golang-dev, r2 CC=golang-dev https://golang.org/cl/4442042
-
Brad Fitzpatrick authored
R=rsc CC=golang-dev https://golang.org/cl/4430043
-
Brad Fitzpatrick authored
R=rsc, petar-m CC=golang-dev https://golang.org/cl/4428041
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/4429043
-
Ian Lance Taylor authored
R=r, r2 CC=golang-dev https://golang.org/cl/4430042
-
Lorenzo Stoakes authored
Trivial patch to stop intermediate rm'ing of binaries stopping build. R=rsc1, bradfitzgo, rsc CC=golang-dev https://golang.org/cl/4412045
-
Russ Cox authored
Don't use external network during all.bash. R=r, r2, rh, ality CC=golang-dev https://golang.org/cl/4429041
-
David Symonds authored
Remove {Float,Int,String}Func, which are now redundant. Fixes #1684. R=rsc, r, r2 CC=golang-dev https://golang.org/cl/4410041
-
Russ Cox authored
R=iant, r2 CC=golang-dev https://golang.org/cl/4427042
-
Dave Cheney authored
Fixes #1706. R=adg, rsc CC=golang-dev https://golang.org/cl/4413051
-
Quan Yong Zhai authored
Fixes #1695. R=golang-dev, rsc CC=golang-dev, r https://golang.org/cl/4418042
-
Russ Cox authored
R=golang-dev, r2 CC=golang-dev https://golang.org/cl/4405045
-
Brad Fitzpatrick authored
NewRequest will save a lot of boilerplate code. This also updates some docs on Request.Write and adds some tests. R=rsc, petar-m, r CC=golang-dev https://golang.org/cl/4406047
-
Russ Cox authored
When prefix doesn't match, was deleting entire .6 file. R=dsymonds CC=golang-dev https://golang.org/cl/4427041
-
Dave Cheney authored
R=adg CC=golang-dev https://golang.org/cl/4426041
-
Andrew Gerrand authored
R=dfc CC=golang-dev https://golang.org/cl/4416044
-
Rob Pike authored
The previous code was just wrong. Let's not talk about it. Passes iant's new test. R=rsc, iant, iant2 CC=golang-dev https://golang.org/cl/4396053
-
Ian Lance Taylor authored
R=r CC=golang-dev https://golang.org/cl/4404048
-
Robert Griesemer authored
R=r, r2 CC=golang-dev https://golang.org/cl/4398048
-
- 14 Apr, 2011 7 commits
-
-
Robert Griesemer authored
Don't use the rewrite rule from a previous test for the next test if there is no rewrite rule provided. R=r, r2 CC=golang-dev https://golang.org/cl/4419045
-
Petar Maymounkov authored
Fixes #1659 R=rsc, bradfitzgo, bradfitzwork CC=bradfitz, golang-dev https://golang.org/cl/4368052
-
Robert Griesemer authored
The new reflection API makes it an error to call value.Set(x) if x is invalid. Guard for it. Added corresponding test case. Fixes #1696. R=rsc, r CC=golang-dev https://golang.org/cl/4398047
-
Brad Fitzpatrick authored
Ubuntu and/or GNOME have some bug that likes to set the "http_proxy" environment variable and forgets to unset it. This is annoying to debug. Be clear in the error message that a proxy was in use. R=rsc CC=golang-dev https://golang.org/cl/4409045
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/4406048
-
Lucio De Re authored
. Missing declaration of runtime.brk_(); . Argument v in runtime.SysReserve() is not used; (I'd prefer a Plan 9-type solution...) R=golang-dev, r, r2 CC=golang-dev https://golang.org/cl/4368076
-
Brad Fitzpatrick authored
R=r CC=golang-dev https://golang.org/cl/4400047
-