- 29 Jan, 2010 5 commits
-
-
Rob Pike authored
R=rsc, ken2 CC=golang-dev https://golang.org/cl/196055
-
Russ Cox authored
R=nigeltao_golang CC=golang-dev https://golang.org/cl/194132
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/194133
-
Dean Prichard authored
R=rsc CC=golang-dev https://golang.org/cl/194099
-
Nigel Tao authored
Also, the unused Inflater.eof field was removed. It has been unused since revision aaa0b24538. "introduce os.EOF and io.ErrUnexpectedEOF. remove io.ErrEOF." http://code.google.com/p/go/source/diff?spec=svnaaa0b24538ed1e3e54cbbfdd030a3c35785e74c5&r=aaa0b24538ed1e3e54cbbfdd030a3c35785e74c5&format=side&path=/src/pkg/compress/gzip/gunzip.go R=rsc CC=golang-dev https://golang.org/cl/194122
-
- 28 Jan, 2010 15 commits
-
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/194129
-
Petar Maymounkov authored
In particular, add field-value tokenizer which respects quoting rules. The code is intended for use in tokenizing the Transfer-Encoding and Trailer fields. The lexing function is not connected to the main parsing code yet (in the next CL). R=rsc CC=golang-dev https://golang.org/cl/190085
-
Petar Maymounkov authored
(1) http.Response must close resp.Body after writing. (2) Case when resp.Body != nil and resp.ContentLength = 0 should not be treated as an error in Response.Write, because this is what ReadResponse often returns. (3) Changed body.th to body.hdr for readability. R=rsc CC=golang-dev https://golang.org/cl/194084
-
Rob Pike authored
Feel free to suggest other approaches. R=rsc CC=cw, golang-dev https://golang.org/cl/193070
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/194126
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/196050
-
Russ Cox authored
so that if you have a key.py with the real key, there is no chance hg change will accidentally make a CL with the real key and upload it to codereview. R=agl1 CC=golang-dev https://golang.org/cl/196051
-
Michael Hoisie authored
Fixes #569 R=rsc, r CC=golang-dev https://golang.org/cl/194121
-
Rob Pike authored
R=rsc, ukai CC=golang-dev https://golang.org/cl/196044
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/196042
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/194120
-
Russ Cox authored
Seems to be enabled spuriously during godoc (can't see why), producing errors like: parser.parseDir: src/pkg/http/server.go:159:16: 'Write' declared already at src/pkg/http/request.go:140:21 (and 4 more errors) R=r CC=golang-dev https://golang.org/cl/194119
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/195081
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/195080
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/194118
-
- 27 Jan, 2010 16 commits
-
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/186230
-
Russ Cox authored
R=agl1 CC=golang-dev https://golang.org/cl/194116
-
Ken Thompson authored
to go with the full path names R=rsc CC=golang-dev https://golang.org/cl/195079
-
Russ Cox authored
Fixes #219. R=ken2, r CC=golang-dev https://golang.org/cl/194097
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/194114
-
Russ Cox authored
TBR=agl1 CC=golang-dev https://golang.org/cl/195076
-
Rob Pike authored
... T for trailing arguments of type T. R=rsc, gri, ken2, iant CC=golang-dev https://golang.org/cl/194100
-
Russ Cox authored
* some tweaks to dashboard html/css layout * use hmac to generate per-builder subkeys R=agl1 CC=golang-dev https://golang.org/cl/194092
-
Robert Griesemer authored
- provide scope to parse functions; if non-nil, parser uses the scope to declare and lookup identifiers - resolve forward references where possible R=rsc CC=golang-dev https://golang.org/cl/194098
-
Robert Griesemer authored
R=r, rsc CC=golang-dev https://golang.org/cl/194091
-
Russ Cox authored
* example-based syntax errors (go.errors) * enable bison's more specific errors and translate grammar token names into tokens like ++ * test cases R=ken2, r, ken3 CC=golang-dev https://golang.org/cl/194085
-
Kai Backman authored
R=rsc CC=golang-dev https://golang.org/cl/193104
-
Russ Cox authored
Fixes #560. R=r CC=golang-dev https://golang.org/cl/195051
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/194094
-
Michael Hoisie authored
R=rsc CC=golang-dev, r https://golang.org/cl/194043
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/195050
-
- 26 Jan, 2010 4 commits
-
-
Icarus Sparry authored
Hostname reads the file /proc/sys/kernel/hostname to determine the value it returns. Some people set this to a Fully Qualified Doamin Name. At least one implementation of /bin/hostname truncates the name it gets (often from the "uname" system call) at the first dot unless it is given a "-f" flag. This change makes the unit test also truncate at the first dot and checks if the strings then match. This seems more portable than adding an extra flag to the called /bin/hostname program. R=rsc CC=golang-dev https://golang.org/cl/181097
-
Icarus Sparry authored
If your $PATH does not include $GOBIN then the build fails at the first *.a file, which is probably when running the tests for tar R=rsc CC=golang-dev https://golang.org/cl/193066
-
Russ Cox authored
R=gri CC=golang-dev, icarus https://golang.org/cl/194090
-
Adam Langley authored
This has actually been running for a while and gathering benchmark data. I haven't had a chance to add a UI for it yet however. R=rsc CC=golang-dev https://golang.org/cl/194082
-