- 09 Dec, 2011 22 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/5472054
-
Russ Cox authored
Now that Luuk's qualified exporting code is in, fixing this bug is trivial. R=ken2 CC=golang-dev https://golang.org/cl/5479048
-
Rob Pike authored
Fixes #2545. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5475054
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/5478051
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/5478047
-
Rob Pike authored
Lines that end with OMIT are omitted from the output. A comment such as // Example stops here. OMIT can be used as a marker but not appear in the output. R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5477050
-
Russ Cox authored
R=lvd CC=golang-dev https://golang.org/cl/5480049
-
Russ Cox authored
Copied from 5400043 since they stand alone from inlining. R=lvd CC=golang-dev https://golang.org/cl/5479046
-
Russ Cox authored
This is a spec correction, not a language change. The implementations have behaved like this for years (and there are tests to that effect), and elsewhere in the spec true and false are defined to be untyped boolean constants. R=golang-dev, r CC=golang-dev https://golang.org/cl/5477047
-
Russ Cox authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5480047
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/5467049
-
Russ Cox authored
R=golang-dev, dsymonds, r CC=golang-dev https://golang.org/cl/5467048
-
Russ Cox authored
I don't understand why it was only broken on Linux TBR=gri CC=golang-dev https://golang.org/cl/5479045
-
Russ Cox authored
Fixes Windows build. R=ken2 CC=golang-dev https://golang.org/cl/5472046
-
Charles L. Dorian authored
R=rsc, golang-dev CC=golang-dev https://golang.org/cl/5475046
-
Russ Cox authored
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5448091
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/5444054
-
Charles L. Dorian authored
R=rsc, golang-dev CC=golang-dev https://golang.org/cl/5477046
-
Russ Cox authored
R=gri, r, r, adg, iant, ken CC=golang-dev https://golang.org/cl/5444053
-
Rob Pike authored
R=rsc, adg, r CC=golang-dev https://golang.org/cl/5477044
-
Alex Brainman authored
this change should have been part of fafcd328da73 R=golang-dev, bsiegert CC=golang-dev https://golang.org/cl/5462045
-
Alex Brainman authored
R=golang-dev, dvyukov CC=golang-dev https://golang.org/cl/5461044
-
- 08 Dec, 2011 12 commits
-
-
Benny Siegert authored
syscall_windows.go contains a small demo, which calls the obsolete syscall.Errstr function. R=golang-dev, alex.brainman CC=golang-dev https://golang.org/cl/5475044
-
Charles L. Dorian authored
Acosh, Asinh, Atanh, Ceil, Floor, Trunc, Mod and Remainder affected. These changes add some non-finite arguments and results (and -0.0 results). R=rsc, golang-dev CC=golang-dev https://golang.org/cl/5469046
-
Adam Langley authored
Although FIPS 186-3 says that we should truncate the hashes, at least one other library (libgcrypt) doesn't. This means that it's impossible to interoperate with code using gcrypt if we enforce the truncation inside of crypto/dsa. This change shouldn't actually affect anything because nearly everybody pairs DSA with SHA1, which doesn't need to be truncated in either case. R=golang-dev, bradfitz, rsc CC=golang-dev https://golang.org/cl/5471043
-
Rob Pike authored
Some exciting HTML and CSS here. R=remyoudompheng, rsc, r CC=golang-dev https://golang.org/cl/5460047
-
Rob Pike authored
R=r, rsc, r CC=golang-dev https://golang.org/cl/5469045
-
Rob Pike authored
R=mikesamuel, rogpeppe CC=golang-dev https://golang.org/cl/5448137
-
Andrea Spadaccini authored
The values have been generated only for the i386 and amd64 architectures. R=golang-dev, mikioh.mikioh, dsymonds CC=bradfitz, dsymonds, golang-dev https://golang.org/cl/5452060
-
David Symonds authored
R=golang-dev, rsc CC=golang-dev, spadaccio https://golang.org/cl/5460046
-
David Symonds authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5465043
-
Russ Cox authored
#define lint has special meaning to Bison; having a field named lint conflicts with that. R=ken2 CC=golang-dev https://golang.org/cl/5462044
-
Alex Brainman authored
R=rsc CC=golang-dev https://golang.org/cl/5450119
-
Rob Pike authored
This CL is in part a proposal for how to write these sections: - Brief discussion of change - No attempt to analyze the thinking about it - Old code - New code, runnable if possible - How to update old programs R=golang-dev, remyoudompheng, gri, adg CC=golang-dev https://golang.org/cl/5454044
-
- 07 Dec, 2011 6 commits
-
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/5450100
-
Robert Griesemer authored
Also: minor performance fix for large precision results. benchmark old ns/op new ns/op delta strconv_test.BenchmarkFormatFloatDecimal 2734 2734 +0.00% strconv_test.BenchmarkFormatFloat 3141 3139 -0.06% strconv_test.BenchmarkFormatFloatExp 8970 8989 +0.21% strconv_test.BenchmarkFormatFloatBig 3228 3208 -0.62% Fixes #2535. R=rsc CC=golang-dev https://golang.org/cl/5435089
-
Rob Pike authored
No content yet other than titles and an introductory paragraph. Once this is in, content can arise as separate manageable CLs. R=rsc CC=golang-dev https://golang.org/cl/5435090
-
Rémy Oudompheng authored
This allows printing meaningful expressions in error messages instead of evaluated constants. Fixes #2276. R=golang-dev, rsc CC=golang-dev, remy https://golang.org/cl/5432082
-
David Symonds authored
R=bradfitz CC=golang-dev https://golang.org/cl/5451112
-
Russ Cox authored
Fixes #2538. R=ken2 CC=golang-dev https://golang.org/cl/5449114
-