- 25 Feb, 2010 1 commit
-
-
Russ Cox authored
R=eridius, r, rog CC=golang-dev https://golang.org/cl/217088
-
- 24 Feb, 2010 7 commits
-
-
Russ Cox authored
default to HTTP/1.1 R=petar-m CC=golang-dev https://golang.org/cl/224041
-
Robert Griesemer authored
- add extra test cases to go/printer tests - apply gofmt to src and misc R=rsc CC=golang-dev https://golang.org/cl/223041
-
Robert Griesemer authored
- remove several TODOs - as a side-effect, comment stylers are now used always and comments will be properly colored in godoc pkg documentation pages (and not only when looking at source text) R=rsc CC=golang-dev https://golang.org/cl/222041
-
Anh Hai Trinh authored
R=r CC=golang-dev https://golang.org/cl/218046
-
Rob Pike authored
R=rsc, adg CC=golang-dev https://golang.org/cl/218076
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/218074
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/217108
-
- 23 Feb, 2010 9 commits
-
-
Anthony Starks authored
R=rsc CC=golang-dev https://golang.org/cl/218064
-
Mark Zavislak authored
Replaces stale references to modes.go. R=golang-dev, agl, rsc CC=golang-dev https://golang.org/cl/218071
-
Russ Cox authored
R=adg CC=golang-dev, zavislak https://golang.org/cl/218072
-
Rob Pike authored
Fixes #618. R=rsc CC=golang-dev https://golang.org/cl/217094
-
Russ Cox authored
Fixes #420. R=r CC=golang-dev https://golang.org/cl/218065
-
Russ Cox authored
has been flaking on various architectures. not sure why, but doesn't seem to be Go's fault. Fixes #617. R=r CC=golang-dev https://golang.org/cl/217093
-
Charles L. Dorian authored
Added lgamma.go, tests and special cases. R=rsc CC=golang-dev https://golang.org/cl/217060
-
Nigel Tao authored
R=adg CC=golang-dev https://golang.org/cl/210047
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/218063
-
- 22 Feb, 2010 11 commits
-
-
Robert Griesemer authored
minor unrelated cleanups R=rsc CC=golang-dev https://golang.org/cl/217086
-
Petar Maymounkov authored
R=rsc CC=golang-dev https://golang.org/cl/217066
-
Michael Hoisie authored
R=rsc CC=golang-dev https://golang.org/cl/218050
-
Andrew Gerrand authored
R=rsc, cw CC=golang-dev https://golang.org/cl/217085
-
Petar Maymounkov authored
R=rsc CC=golang-dev https://golang.org/cl/217059
-
Sergei Skorobogatov authored
R=rsc CC=golang-dev https://golang.org/cl/217047
-
Russ Cox authored
R=adg CC=golang-dev https://golang.org/cl/218060
-
Robert Griesemer authored
also check for illegal UTF-8 sequences R=rsc CC=golang-dev https://golang.org/cl/218061
-
Michael Hoisie authored
R=rsc, adg CC=golang-dev https://golang.org/cl/217071
-
Russ Cox authored
nul is a reserved file name in Windows R=r CC=golang-dev https://golang.org/cl/216068
-
Ken Thompson authored
complex divide float(complex) conversion 8g 5g etc tests R=rsc CC=golang-dev https://golang.org/cl/218044
-
- 21 Feb, 2010 1 commit
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/217069
-
- 20 Feb, 2010 6 commits
-
-
Ken Thompson authored
more complex -- constants, variables and print. R=rsc CC=golang-dev https://golang.org/cl/217061
-
Timo Savola authored
R=ukai, rsc CC=golang-dev https://golang.org/cl/166074
-
Russ Cox authored
R=adg CC=golang-dev, tsavola https://golang.org/cl/217049
-
Robert Griesemer authored
(this will simplify some further changes) removed several TODOs R=rsc CC=golang-dev https://golang.org/cl/216059
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/217058
-
Robert Griesemer authored
- go/ast: removed StringList (not needed anymore) - go/ast: changed import path and field list tag to a single string - updated all dependencies R=rsc CC=golang-dev https://golang.org/cl/217056
-
- 19 Feb, 2010 5 commits
-
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/216054
-
Robert Griesemer authored
R=adg CC=golang-dev https://golang.org/cl/216053
-
Petar Maymounkov authored
Compliance issue addressed here: POST requests carrying form data are required to use "identity" transfer encoding by common nginx and apache server configurations, e.g. wordpress.com (and many others). So, Request needed to be able to send non-chunked encodings. Thus, Request is extended to support identity and chunked encodings, like Response. Since the Read() and Write() logic are shared by both (and are quite long), it is exported in a separate file transfer.go. R=rsc CC=golang-dev https://golang.org/cl/217048
-
Petar Maymounkov authored
R=rsc CC=golang-dev https://golang.org/cl/216052
-
Russ Cox authored
reorganize benchmark computation so that it is incremental. if it times out, it doesn't lose the pieces it already computed, so that next time it has a fighting chance to finish. R=agl1, agl CC=golang-dev https://golang.org/cl/216046
-