- 09 Aug, 2010 1 commit
-
-
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 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 11 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
-