- 27 Dec, 2010 1 commit
-
-
Adam Langley authored
I messed up when reading the OCFB spec. TBR=rsc R=rsc CC=golang-dev https://golang.org/cl/3739042
-
- 24 Dec, 2010 1 commit
-
-
Caine Tighe authored
goinstall/download.go: Add checkout concept and helper functions to clean and fix implementation (Issue 1265) R=rsc, niemeyer, adg CC=golang-dev https://golang.org/cl/3536041
-
- 23 Dec, 2010 5 commits
-
-
Andrew Gerrand authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/3824043
-
Andrew Gerrand authored
R=rsc, iant2, iant CC=golang-dev https://golang.org/cl/3802044
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/3799045
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/3809042
-
Eoghan Sherry authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/3831041
-
- 21 Dec, 2010 2 commits
-
-
Nigel Tao authored
R=agl1 CC=golang-dev https://golang.org/cl/3772043
-
Stefan Nilsson authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/3779043
-
- 20 Dec, 2010 2 commits
-
-
Rob Pike authored
Fixes #1357. R=adg, gri CC=golang-dev https://golang.org/cl/3809041
-
David Symonds authored
R=adg CC=golang-dev https://golang.org/cl/3797041
-
- 17 Dec, 2010 12 commits
-
-
Robert Griesemer authored
Implementation uses fast suffixarray lookup to find initial matches if the regular expression starts with a suitable prefix without meta characters. R=r, rsc CC=golang-dev https://golang.org/cl/3720042
-
Robert Griesemer authored
relative to the source file directory R=r, rsc CC=golang-dev https://golang.org/cl/3752041
-
Rob Pike authored
R=agl, agl1, rsc CC=golang-dev https://golang.org/cl/3753041
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/3751041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/3750041
-
Russ Cox authored
Fixes #1334. R=r CC=golang-dev https://golang.org/cl/3746041
-
Rob Pike authored
It reports whether a regular expression has operators as opposed to matching literal text. R=rsc, gri CC=golang-dev https://golang.org/cl/3731041
-
Russ Cox authored
Makes 6l work better on OS X 10.5. Fixes #1352. Fixes #1353. R=r CC=golang-dev https://golang.org/cl/3661042
-
Russ Cox authored
R=r, r2 CC=golang-dev https://golang.org/cl/3710042
-
Russ Cox authored
#pragma dynexport is no longer needed for this use of cgo, since the gcc and gc code are now linked together into the same binary. It may still be necessary later. On the Mac, you cannot use the GOT to resolve symbols that exist in the current binary, so 6l and 8l translate the GOT-loading mov instructions into lea instructions. On ELF systems, we could use the GOT for those symbols, but for consistency 6l and 8l apply the same translation. The translation is sketchy in the extreme (depending on the relocation being in a mov instruction) but it verifies that the instruction is a mov before rewriting it to lea. Also makes typedefs global across files. Fixes #1335. Fixes #1345. R=iant, r CC=golang-dev https://golang.org/cl/3650042
-
Anthony Martin authored
R=agl1, rsc CC=golang-dev https://golang.org/cl/3730041
-
Rob Pike authored
The former is a boolean function to test whether a string contains a regular expression metacharacter; the second returns the string used to compile the regexp. R=gri, rsc CC=golang-dev https://golang.org/cl/3728041
-
- 16 Dec, 2010 17 commits
-
-
Adam Langley authored
R=rsc CC=golang-dev https://golang.org/cl/3674043
-
Adam Langley authored
(ECDHE is "Elliptic Curve Diffie Hellman Ephemeral") R=rsc CC=golang-dev https://golang.org/cl/3668042
-
Rob Pike authored
R=gri, rsc CC=golang-dev https://golang.org/cl/3719042
-
Adam Langley authored
This is a prerequisite to ECDHE support in crypto/tls. R=r, rsc CC=golang-dev https://golang.org/cl/3685043
-
Russ Cox authored
The other operating systems already ignore write failures. Fixes #1279. R=r, r2 CC=golang-dev https://golang.org/cl/3723041
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/3634042
-
Christopher Wedgwood authored
R=r, r2 CC=golang-dev https://golang.org/cl/3712041
-
Adam Langley authored
This support code helps in generating the handshake scripts which are used for testing. R=rsc, ality CC=golang-dev https://golang.org/cl/3680041
-
Nigel Tao authored
It was only used by exp/4s, and even if it is general purpose, I think it belongs in a graphics library atop exp/draw, not in exp/draw itself. R=rsc CC=golang-dev https://golang.org/cl/3705041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/3709041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/3690042
-
Russ Cox authored
R=adg CC=golang-dev https://golang.org/cl/3708041
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/3707041
-
Andrew Gerrand authored
R=rsc, r2 CC=golang-dev https://golang.org/cl/3683042
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/3646043
-
Alex Brainman authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/3691042
-
Alex Brainman authored
R=rsc CC=golang-dev https://golang.org/cl/3702041
-