- 10 Jul, 2011 3 commits
-
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/4675072
-
Nigel Tao authored
of the origin. image/png and image/jpeg benchmarks show no significant changes. The image/draw changes suggest to me that making a gofix for this is not feasible. People are just going to have to make manual fixes. R=r CC=golang-dev https://golang.org/cl/4681044
-
Andrew Gerrand authored
R=bradfitz, dchest, r, rsc CC=golang-dev https://golang.org/cl/4523077
-
- 09 Jul, 2011 8 commits
-
-
Evan Martin authored
R=bradfitz CC=golang-dev https://golang.org/cl/4686044
-
Brad Fitzpatrick authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/4657089
-
Andrew Balholm authored
Sample code in triv.go wouldn't compile because it didn't use the new FileSystem interface. This was discussed on golang-nuts on July 7. https://groups.google.com/forum/#!topic/golang-nuts/NMhZk3Ft_Vc R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/4684044
-
Rob Pike authored
1) Make the value optional ({{template "foo"}}) 2) Allow the template identifier to be a thing of type *Template. The second makes it easy to drop templates in to a set dynamically during invocation. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4671056
-
Rob Pike authored
R=golang-dev, mikioh.mikioh, dsymonds CC=golang-dev https://golang.org/cl/4675070
-
Mikio Hara authored
R=r, gri, r CC=golang-dev https://golang.org/cl/4662085
-
Rob Pike authored
That should be it, bugs aside. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4671055
-
Rob Pike authored
Still need to do static checking of declarations during parse. R=golang-dev, dsymonds, r CC=golang-dev https://golang.org/cl/4667070
-
- 08 Jul, 2011 12 commits
-
-
Rob Pike authored
It was an ill-advised carryover from the previous template package. Also clean up function evaluation. Also add a Name method to Template. R=golang-dev, gri CC=golang-dev https://golang.org/cl/4657088
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/4671053
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/4631099
-
Rob Pike authored
Variables start with'$' and are declared with ':='. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4662084
-
Rob Pike authored
Also fix a comment formatting glitch. R=golang-dev, adg CC=golang-dev https://golang.org/cl/4672054
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/4641096
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/4657085
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/4664066
-
Andrew Gerrand authored
R=golang-dev, dsymonds, r CC=golang-dev https://golang.org/cl/4668061
-
Andrew Gerrand authored
Includes 'sorthelpers' gofix and updates to tree. R=golang-dev, gri CC=golang-dev https://golang.org/cl/4631098
-
David Symonds authored
R=r CC=golang-dev https://golang.org/cl/4648075
-
Brad Fitzpatrick authored
CGI.pm used to be part of the Perl core, but some distros now bundle perl-core and perl-modules separately. It's not worth depending on. R=golang-dev, mattn.jp CC=golang-dev https://golang.org/cl/4675063
-
- 07 Jul, 2011 11 commits
-
-
Nigel Tao authored
at (0, 0). Also refactor the test to use the SubImage method rather than monkeying with an image's Pix and Rect fields. R=r CC=golang-dev https://golang.org/cl/4678045
-
Adam Langley authored
It's possible to include a self-signed root certificate as an intermediate and push Verify into a loop. I already had a test for this so I thought that it was ok, but it turns out that the test was void because the Verisign root certificate doesn't contain the "IsCA" flag and so it wasn't an acceptable intermediate certificate for that reason. R=bradfitz CC=golang-dev https://golang.org/cl/4657080
-
Brad Fitzpatrick authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/4672052
-
Nigel Tao authored
in the image, not all palette entries. R=r CC=golang-dev https://golang.org/cl/4672049
-
Rob Pike authored
It's the base name, not the full name. Fixes #2047. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4680041
-
Rob Pike authored
R=golang-dev, r, mattn.jp CC=golang-dev https://golang.org/cl/4664064
-
Rob Pike authored
because that's what they are. No semantic change. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4675060
-
Gideon Jan-Wessel Redelinghuys authored
In function readSignedMessage a pointer to for loop variable 'key' was incorrectly being assigned to md.SignedBy. Changed so that md.SignedBy is pointing to the 'more correct' memory position. R=golang-dev, r, agl CC=golang-dev https://golang.org/cl/4631088
-
Rob Pike authored
R=golang-dev, dsymonds CC=gjredelinghuys, golang-dev https://golang.org/cl/4675059
-
Alex Brainman authored
R=golang-dev, r CC=golang-dev, vcc.163 https://golang.org/cl/4641093
-
Rob Pike authored
R=golang-dev, dsymonds CC=golang-dev, mpvl https://golang.org/cl/4643075
-
- 06 Jul, 2011 6 commits
-
-
Rob Pike authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/4636087
-
Adam Langley authored
There is no end to the kitchen sink of string types in ASN.1. Fixes #1953. R=golang-dev, gri CC=golang-dev https://golang.org/cl/4672045
-
Adam Langley authored
Fixes #2030. R=golang-dev, gri CC=golang-dev https://golang.org/cl/4635092
-
Ian Lance Taylor authored
Fixes test when run with gccgo using optimization, which changes the order of the calls to rand. R=golang-dev, gri CC=golang-dev https://golang.org/cl/4639101
-
Rob Pike authored
R=golang-dev, adg, r CC=golang-dev https://golang.org/cl/4643072
-
Rob Pike authored
Also delete a TODO and clean up a little evaluation code. R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/4643071
-