- 06 Aug, 2010 1 commit
-
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/1856054
-
- 05 Aug, 2010 15 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
-
Robert Griesemer authored
Also: Return first instead of last error as that seems more useful. R=r CC=golang-dev https://golang.org/cl/1897050
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/1849055
-
Russ Cox authored
Returns R14 and R15 to the available register pool. Plays more nicely with ELF ABI C code. In particular, our signal handlers will no longer crash when a signal arrives during execution of a cgo C call. Fixes #720. R=ken2, r CC=golang-dev https://golang.org/cl/1847051
-
Christian Himpel authored
R=adg CC=golang-dev https://golang.org/cl/1915043
-
Robert Griesemer authored
- don't allow parenthesized receiver base types or anonymous fields - fixed a couple of other omissions - adjusted gofmt test script - removed several TODOs R=rsc CC=golang-dev https://golang.org/cl/1897043
-
Alex Brainman authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/1923043
-
Christian Himpel authored
Fixes #967. R=rsc CC=golang-dev https://golang.org/cl/1855051
-
Russ Cox authored
R=adg CC=golang-dev https://golang.org/cl/1856052
-
- 04 Aug, 2010 4 commits
-
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/1910045
-
Scott Lawrence authored
Tests for the equivalent of the strings.explode("") panic bug (issue 980). R=golang-dev, r CC=golang-dev https://golang.org/cl/1850052
-
Anthony Martin authored
R=rsc CC=golang-dev https://golang.org/cl/1847050
-
Russ Cox authored
R=adg CC=golang-dev https://golang.org/cl/1689061
-
- 03 Aug, 2010 19 commits
-
-
Nigel Tao authored
I'll leave whether or not this obsoletes UnreadByte for a future CL. R=r, rsc CC=golang-dev https://golang.org/cl/1912042
-
Rob Pike authored
Besides being more correct, it protects against people accidentally exchanging the permission and open mode arguments to Open. R=rsc CC=golang-dev https://golang.org/cl/1904045
-
Tarmigan Casebolt authored
Tested against latest Chrome. R=ukai, rsc CC=golang-dev https://golang.org/cl/1743053
-
Kai Backman authored
R=rsc CC=golang-dev https://golang.org/cl/1897046
-
Russ Cox authored
R=adg CC=bradfitz, golang-dev https://golang.org/cl/1715060
-
Peter Mundy authored
R=rsc, cw CC=golang-dev https://golang.org/cl/1854042
-
Kai Backman authored
R=rsc CC=golang-dev https://golang.org/cl/1678063
-
Russ Cox authored
R=r, iant CC=golang-dev https://golang.org/cl/1907046
-
Adam Langley authored
RFC 5280, 4.2.1.2 says: SubjectKeyIdentifier ::= KeyIdentifier KeyIdentifier ::= OCTET STRING Previously, we were failing to unwrap the second level of OCTET STRING encoding. Fixes #993. R=rsc CC=golang-dev https://golang.org/cl/1917044
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1871057
-
Russ Cox authored
Fixes #990. R=ken2 CC=golang-dev https://golang.org/cl/1742055
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/1731057
-
Russ Cox authored
R=adg CC=golang-dev, tarm https://golang.org/cl/1923041
-
Russ Cox authored
move constant index checking to front end x[2:1] is a compile-time error now too R=ken2 CC=golang-dev https://golang.org/cl/1848056
-
Scott Lawrence authored
Fixes #980. Made it return an empty array, rather than crash. Added relevant test cases to strings. R=golang-dev, r CC=golang-dev https://golang.org/cl/1914041
-
Rob Pike authored
R=adg CC=golang-dev https://golang.org/cl/1899044
-
Alex Brainman authored
R=rsc CC=golang-dev https://golang.org/cl/1857049
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/1857048
-
Nigel Tao authored
except for Black and White. R=rsc CC=golang-dev, mpl, r https://golang.org/cl/1903049
-
- 02 Aug, 2010 1 commit
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/1860046
-