- 28 Jul, 2011 16 commits
-
-
Rob Pike authored
- create a pair of "Must" functions, one for templates, one for sets - regularize the return values of the parsers so they can be wrapped by Must - delete all the old Must functions and methods. R=golang-dev, gri, r CC=golang-dev https://golang.org/cl/4826052
-
Russ Cox authored
Fixes #1808. R=ken2 CC=golang-dev https://golang.org/cl/4813052
-
Russ Cox authored
Fixes #1924. R=ken2 CC=golang-dev https://golang.org/cl/4802063
-
Andrew Balholm authored
serveFile was using absolute redirects, which didn't work under StripPrefix. Now it uses relative redirects. R=golang-dev, rsc, bradfitz CC=golang-dev, kevlar https://golang.org/cl/4789042
-
Russ Cox authored
Fixes #1772. R=ken2 CC=golang-dev https://golang.org/cl/4798062
-
Russ Cox authored
Fixes #2107. R=golang-dev, r CC=golang-dev https://golang.org/cl/4830042
-
Russ Cox authored
nothing but GOARCH=arm makes sense. http/cgi uses network too. R=golang-dev, r CC=golang-dev https://golang.org/cl/4800053
-
Russ Cox authored
Fixes #1664. R=ken2 CC=golang-dev https://golang.org/cl/4798056
-
Roger Peppe authored
Fixes #2114 R=r CC=golang-dev https://golang.org/cl/4823056
-
Russ Cox authored
Fixes #1640. Fixes #2007. R=golang-dev, adg CC=golang-dev https://golang.org/cl/4815063
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/4808057
-
Russ Cox authored
Fixes #1910. Fixes #1979. Fixes #1990. Fixes #1993. Fixes #2089. R=ken2 CC=golang-dev https://golang.org/cl/4828046
-
Roger Peppe authored
This brings them into line with the Template.MustParse* methods and makes it possible to use them in global variable initializations. R=r CC=golang-dev https://golang.org/cl/4798059
-
Alex Brainman authored
Simplify code and add more checks. Fixes #2105. R=rsc CC=golang-dev https://golang.org/cl/4794060
-
Rob Pike authored
Fix code to count mallocs - needed to call UpdateMemStats. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4823055
-
Benny Siegert authored
The RowsPerStrip tag is mandatory according to the spec. However, Mac OS sometimes (?) omits it. I managed to create such an image by applying "tiffutil -none" on a compressed image. If RowsPerStrip is 0, there was a division by zero in the decoder. Assume that the image is a single strip in this case. R=nigeltao, bradfitz CC=golang-dev https://golang.org/cl/4815061
-
- 27 Jul, 2011 15 commits
-
-
Russ Cox authored
Fixes #2055. R=ken2 CC=golang-dev https://golang.org/cl/4816059
-
Russ Cox authored
Fixes #2086. R=ken2 CC=golang-dev https://golang.org/cl/4803055
-
Rob Pike authored
Hurray! Also fix the mystical U+0345 COMBINING GREEK YPOGEGRAMMENI, so everyone is satisfied. Also add a -local flag to use local files for faster turnaround when debugging. R=rsc CC=golang-dev https://golang.org/cl/4825054
-
John Asmuth authored
R=gri CC=golang-dev https://golang.org/cl/4823054
-
Andrew Gerrand authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/4827045
-
Robert Griesemer authored
Also: Fixed an error message in zip.go. R=r, dsymonds CC=golang-dev https://golang.org/cl/4816053
-
Russ Cox authored
Fixes #991. R=ken2 CC=golang-dev https://golang.org/cl/4819049
-
Russ Cox authored
Fixes #1756. R=ken2 CC=golang-dev https://golang.org/cl/4810057
-
Russ Cox authored
Fixes #2020. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/4814056
-
Russ Cox authored
Fixes #1774. Fixes #2095. Fixes #2097. R=ken2 CC=golang-dev https://golang.org/cl/4826046
-
Russ Cox authored
Fixes #1662. R=ken2 CC=golang-dev https://golang.org/cl/4828045
-
Russ Cox authored
Fixes #1192. R=ken2 CC=golang-dev https://golang.org/cl/4794062
-
Russ Cox authored
Fixes #591. R=ken2 CC=golang-dev https://golang.org/cl/4803054
-
David Symonds authored
R=nigeltao CC=golang-dev https://golang.org/cl/4825050
-
David Symonds authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/4802061
-
- 26 Jul, 2011 9 commits
-
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/4809052
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/4819048
-
Robert Griesemer authored
R=bradfitz, rsc CC=golang-dev https://golang.org/cl/4815062
-
Russ Cox authored
Fixes #1856. R=ken2 CC=golang-dev https://golang.org/cl/4810054
-
Russ Cox authored
Fixes #1393. R=ken2 CC=golang-dev https://golang.org/cl/4811054
-
Russ Cox authored
Fixes #1600. R=ken2 CC=golang-dev https://golang.org/cl/4819045
-
Mikio Hara authored
Fixes #2078. R=rsc CC=golang-dev https://golang.org/cl/4800052
-
Russ Cox authored
Undo CL 4254056 now that enough time has elapsed that people with old trees have all built and removed those files (which are no longer generated in that location). Fixes #1581. R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/4802059
-
David Symonds authored
R=rsc CC=golang-dev https://golang.org/cl/4809044
-