- 11 Dec, 2011 4 commits
-
-
Joel Sing authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5472067
-
Lucio De Re authored
src/clean.bash: Add clean-ups for previously overlooked directories. doc/codelab/wiki/Makefile: Dropped "index.html" from CLEANFILES so it will not be deleted on cleaning. R=golang-dev, r CC=golang-dev https://golang.org/cl/5476050
-
Lucio De Re authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5479060
-
Olivier Duperray authored
R=golang-dev, r, r CC=golang-dev https://golang.org/cl/5479061
-
- 10 Dec, 2011 4 commits
-
-
Robert Hencke authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/5480060
-
Hector Chu authored
R=rsc, r CC=golang-dev https://golang.org/cl/5448121
-
Robert Hencke authored
Fixes https://golang.org/cl/5444053/#msg41 R=golang-dev, iant CC=golang-dev https://golang.org/cl/5478058
-
Robert Hencke authored
R=golang-dev, dsymonds CC=golang-dev https://golang.org/cl/5476055
-
- 09 Dec, 2011 23 commits
-
-
Rob Pike authored
Found and fixed by bketelsen@gmail.com. Not worth making him a CONTRIBUTOR to delete one character. R=golang-dev, gri CC=golang-dev https://golang.org/cl/5476054
-
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 9 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
-