- 06 Dec, 2010 9 commits
-
-
Russ Cox authored
Split patent grant clause out of LICENSE file and update text to be more like that used by WebM. These changes should make Go more acceptable to the Fedora project and they are acceptable to the FSF. R=iant CC=golang-dev https://golang.org/cl/3103042
-
Eoghan Sherry authored
Note: * Exp2 doesn't have a special case for very small arguments * Exp2 hasn't been subject to a proper error analysis Also: * add tests for Exp2 with integer argument * always test Go versions of Exp and Exp2 R=rsc CC=Charlie Dorian, PeterGo, golang-dev https://golang.org/cl/3481041
-
Russ Cox authored
Allow less precise timing on build machines. TBR=r CC=golang-dev https://golang.org/cl/3391043
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/3483041
-
Rob Pike authored
-found by Dave Cheney R=rsc CC=golang-dev https://golang.org/cl/3460042
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/3418043
-
Rob Pike authored
fmt.Printf("%U", 1) yields "U+0001" It's essentially "U+%.4x" but lets you override the precision works in scan, too. R=rsc CC=golang-dev https://golang.org/cl/3423043
-
Roger Peppe authored
With credit to Gustavo Niemeyer, who hinted at this approach in #go-nuts. R=adg, rsc, niemeyer, r CC=golang-dev https://golang.org/cl/3416043
-
Roger Peppe authored
R=rsc, r CC=golang-dev https://golang.org/cl/3421041
-
- 05 Dec, 2010 3 commits
-
-
Devon H. O'Dell authored
R=adg CC=golang-dev https://golang.org/cl/3473041
-
Nigel Tao authored
R=adg, r2 CC=golang-dev https://golang.org/cl/3430042
-
Andrew Gerrand authored
Fixes #1303. R=rsc, PeterGo CC=golang-dev https://golang.org/cl/3442041
-
- 03 Dec, 2010 5 commits
-
-
Luuk van Dijk authored
R=rsc CC=golang-dev https://golang.org/cl/3309041
-
Andrew Gerrand authored
R=bradfitz, dangabrad CC=golang-dev https://golang.org/cl/3433042
-
Andrew Gerrand authored
R=r, r2 CC=golang-dev https://golang.org/cl/3437041
-
Andrew Gerrand authored
R=r, r2 CC=golang-dev https://golang.org/cl/3433041
-
Andrew Gerrand authored
R=r, iant CC=golang-dev https://golang.org/cl/3434041
-
- 02 Dec, 2010 9 commits
-
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/3391042
-
Robert Griesemer authored
- use math.Sqrt instead of Math.sqrt - use float64 for Point fields to match math.Sqrt - distinguish between Point and Point3D for clarity - add alignment sizes for complex types R=r, rsc, iant, ken2 CC=golang-dev https://golang.org/cl/3420041
-
Jamie Gennis authored
Fixes #1179. R=gri CC=golang-dev https://golang.org/cl/3225042
-
Robert Griesemer authored
R=iant, r CC=golang-dev https://golang.org/cl/3416042
-
Stefan Nilsson authored
Doing the tail recursion elimination explicitly seems safer than leaving it to the compiler; the code is still clean and easy to understand. R=r, r2, gri CC=golang-dev https://golang.org/cl/3373041
-
Robert Griesemer authored
R=rsc, iant2 CC=golang-dev https://golang.org/cl/3417041
-
Brad Fitzpatrick authored
Fixes #1306. R=rsc CC=golang-dev https://golang.org/cl/3332043
-
Rob Pike authored
Before one could say {field} or {field|formatter} Now one can also say {field1 field2 field3} or {field1 field2 field3|formatter} and the fields are passed as successive arguments to the formatter, analogous to fmt.Print. R=rsc, gri CC=golang-dev https://golang.org/cl/3385041
-
Rob Pike authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/3395041
-
- 01 Dec, 2010 4 commits
-
-
Rob Pike authored
Make them more like Printf, with a ... final argument. This breaks code with existing formatters but not the templates that use them. R=rsc, gri CC=golang-dev https://golang.org/cl/3378041
-
Kyle Consalus authored
Changed all uses of bytes.Add (aside from those testing bytes.Add) to append(a, b...). Also ran "gofmt -s" and made use of copy([]byte, string) in the fasta benchmark. R=golang-dev, r, r2 CC=golang-dev https://golang.org/cl/3302042
-
Roger Peppe authored
This means that any Writer can be used safely even when Output is called concurrently. Fixes #1302. R=r, nigeltao_gnome CC=golang-dev https://golang.org/cl/3300042
-
Benny Siegert authored
Make Split work on backslashes as well as on slashes under Windows and support the "C:filename" special case. Also add corresponding tests. R=r, rsc, PeterGo, r2, brainman CC=golang-dev https://golang.org/cl/3008041
-
- 30 Nov, 2010 10 commits
-
-
Luuk van Dijk authored
R=iant CC=golang-dev https://golang.org/cl/3344044
-
Rob Pike authored
Fixes #1313. R=gri CC=golang-dev https://golang.org/cl/3361041
-
Adam Langley authored
R=r CC=golang-dev https://golang.org/cl/3364041
-
Adam Langley authored
(Speeds up the code about 25x) R=r CC=golang-dev https://golang.org/cl/3359042
-
Rob Pike authored
Fixes #1308. R=rsc, r2 CC=golang-dev https://golang.org/cl/3280045
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/3359041
-
Rob Pike authored
thanks to snilsson@nada.kth.se for the original CL. R=gri CC=golang-dev, snilsson https://golang.org/cl/3280044
-
Eoghan Sherry authored
R=gri CC=golang-dev https://golang.org/cl/3352041
-
Robert Griesemer authored
R=r, r2 CC=golang-dev https://golang.org/cl/3311043
-
Luuk van Dijk authored
R=rsc CC=golang-dev https://golang.org/cl/3308041
-