- 11 Aug, 2010 5 commits
-
-
Kyle Consalus authored
R=nigeltao_golang CC=golang-dev https://golang.org/cl/1941042
-
Scott Lawrence authored
Fixes #971. Parse/ParseFile methods of Template now match template.Parse and .ParseFile methods. Also made tests being run on Parse and ParseFile be run on Template.ParseFile as well. R=r CC=golang-dev https://golang.org/cl/1741059
-
Russ Cox authored
Fixed by http://code.google.com/p/go/source/detail?r=d1f41e20a90e This just adds a test and checks the return value of Bprint. R=ken2 CC=golang-dev https://golang.org/cl/1949042
-
Russ Cox authored
Make Bprint work even when the amount of output exceeds the available buffer space. R=r CC=golang-dev https://golang.org/cl/1968041
-
Nigel Tao authored
R=r CC=golang-dev https://golang.org/cl/1940042
-
- 10 Aug, 2010 12 commits
-
-
Rob Pike authored
Fixes #1014. R=rsc CC=golang-dev https://golang.org/cl/1941041
-
Robert Griesemer authored
R=nigeltao CC=golang-dev https://golang.org/cl/1962041
-
Robert Griesemer authored
Fixes #1005. R=rsc, r CC=golang-dev https://golang.org/cl/1935041
-
Robert Griesemer authored
R=adg CC=golang-dev https://golang.org/cl/1743059
-
Nigel Tao authored
image: introduce Transparent and Opaque. R=r CC=golang-dev https://golang.org/cl/1947042
-
Scott Lawrence authored
(Removed extraneous "program".) R=golang-dev, r CC=golang-dev https://golang.org/cl/1950041
-
Nigel Tao authored
R=adg CC=golang-dev https://golang.org/cl/1952041
-
Nigel Tao authored
stride and rect. R=r CC=golang-dev, rog https://golang.org/cl/1849041
-
Nigel Tao authored
R=r, rsc, gri, rsc1 CC=golang-dev https://golang.org/cl/1814044
-
Nigel Tao authored
R=r CC=golang-dev https://golang.org/cl/1951041
-
Mathieu Lonjaret authored
R=nigeltao_golang, r CC=golang-dev https://golang.org/cl/1897049
-
Nigel Tao authored
Rect types. The actual image representation is unchanged. A future change will replace the {[][]color} with {[]color, stride int, r Rectangle} and possibly a clip region. The draw.Color, draw.Point and draw.Rect types will be removed in a future change. Trying to do it in this one polluted the diff with trivia. R=r, rsc CC=golang-dev https://golang.org/cl/1918047
-
- 09 Aug, 2010 7 commits
-
-
Rob Pike authored
Fixes #1013. R=rsc, gri CC=golang-dev https://golang.org/cl/1938041
-
Scott Lawrence authored
(Added mising closing quotes.) R=golang-dev, gri CC=golang-dev https://golang.org/cl/1902049
-
Evan Shaw authored
Fixed: * SetString calls in bitwise tests * Aliasing problem with self bitwise test * One test case that was just flat out wrong * Slice panics in nat.or and nat.xor * Aliasing problems in Int.And, Int.AndNot, Int.Or, Int.Xor Fixes #1007. R=gri CC=golang-dev https://golang.org/cl/1895049
-
Nicholas Waples authored
encoded length it was not taking into account the sign bit. Fixes #997. R=agl1, gri CC=golang-dev https://golang.org/cl/1870047
-
Alex Brainman authored
R=golang-dev CC=golang-dev https://golang.org/cl/1917048
-
Alex Brainman authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/1913047
-
Nigel Tao authored
R=r, rsc CC=golang-dev https://golang.org/cl/1849054
-
- 07 Aug, 2010 2 commits
-
-
Russ Cox authored
Generic text-based network protcol library for SMTP-like protocols. HTTP and NNTP should be changed to use this package, and I expect that SMTP and POP3 will be able to use it too. R=cemeyer, nigeltao_golang, r CC=golang-dev, petar-m https://golang.org/cl/889041
-
Rob Pike authored
Fixes #1002. R=rsc CC=golang-dev https://golang.org/cl/1882046
-
- 06 Aug, 2010 7 commits
-
-
Kai Backman authored
- integer divide by zero raises panic - float comparisons involving NaNs work - syscall interface actually handles return values and errno correctly. R=rsc, bradfitzpatrick CC=golang-dev https://golang.org/cl/1847047
-
Charles L. Dorian authored
Underflow/overflow tests for exp_amd64.s Fixes #957. R=rsc CC=golang-dev https://golang.org/cl/1817041
-
Roger Peppe authored
R=rsc CC=golang-dev https://golang.org/cl/1879043
-
Anschel Schaffer-Cohen authored
all other basic types seem to be represented. R=rsc CC=golang-dev https://golang.org/cl/1919042
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/1893045
-
Robert Griesemer authored
Test case for http://code.google.com/p/go/issues/detail?id=999 R=r CC=golang-dev https://golang.org/cl/1892050
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/1856054
-
- 05 Aug, 2010 7 commits
-
-
Alex Brainman authored
R=rsc CC=golang-dev https://golang.org/cl/1890045
-
Rob Pike authored
package once remains for now; will be deleted after next release. R=golang-dev, brainman CC=golang-dev https://golang.org/cl/1914046
-
Christian Himpel authored
Basically these functions are implemented the same way as the corresponding functions in the strings package. Test functions are implemented for IndexRune and FieldsFunc. Additionally two typos are fixed in packages bytes and strings. R=r CC=golang-dev https://golang.org/cl/1696062
-
Rob Pike authored
This implementation is simpler and more useful, since it can work with methods. R=rsc CC=golang-dev https://golang.org/cl/1864051
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1863051
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1892049
-
Alex Brainman authored
R=golang-dev CC=golang-dev https://golang.org/cl/1905050
-