- 22 Feb, 2010 2 commits
-
-
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 20 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
-
Adam Langley authored
R=rsc CC=golang-dev https://golang.org/cl/212041
-
Petar Maymounkov authored
R=rsc CC=golang-dev https://golang.org/cl/206050
-
Petar Maymounkov authored
R=rsc CC=golang-dev https://golang.org/cl/203051
-
Petar Maymounkov authored
R=rsc CC=golang-dev https://golang.org/cl/207061
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/217044
-
Kai Backman authored
R=rsc CC=golang-dev https://golang.org/cl/194151
-
Charles L. Dorian authored
Added special condition and benchmarks for Cbrt, Sincos. Took Frexp and Ldexp out of bits.go. R=rsc CC=golang-dev https://golang.org/cl/206084
-
Evan Shaw authored
Thanks to Charles Dorian for the help. R=rsc CC=Charlie Dorian, golang-dev https://golang.org/cl/207049
-
Amrut Joshi authored
HTML4 standard supports unquoted attibute values in certain cases (http://www.w3.org/TR/REC-html40/intro/sgmltut.html#h-3.2.2). R=rsc CC=golang-dev https://golang.org/cl/207095
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/216047
-
Fumitoshi Ukai authored
R=r, rsc CC=golang-dev https://golang.org/cl/206079
-
Russ Cox authored
fix, test MergeWithStdout R=r CC=golang-dev https://golang.org/cl/214046
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/216043
-
Ken Thompson authored
R=rsc CC=golang-dev https://golang.org/cl/217041
-
Robert Griesemer authored
R=rsc CC=adg, golang-dev https://golang.org/cl/215050
-
- 18 Feb, 2010 7 commits
-
-
Dean Prichard authored
asm_arm.s was using ldrex which does not work on armv5. Tested on Sheevaplug. R=rsc, kaib CC=golang-dev https://golang.org/cl/214049
-
Ken Thompson authored
import and export R=rsc CC=golang-dev https://golang.org/cl/214050
-
Russ Cox authored
Fixes #287. R=ken2 CC=golang-dev https://golang.org/cl/215048
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/215042
-
Ken Thompson authored
only front-end compiler work. best to do thin in 3 steps 1. frontend 2. backend 3. lib R=rsc CC=golang-dev https://golang.org/cl/214042
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/213042
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/212047
-
- 17 Feb, 2010 4 commits
-
-
Robert Griesemer authored
R=rsc, r, iant, ken2 CC=golang-dev https://golang.org/cl/211041
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/213041
-
Robert Griesemer authored
under repeated application of gofmt R=agl, agl1 CC=golang-dev https://golang.org/cl/212046
-
Russ Cox authored
Fixes #602. R=ken2 CC=golang-dev https://golang.org/cl/212045
-