- 07 Mar, 2010 2 commits
-
-
Christopher Wedgwood authored
R=rsc, adg, r CC=golang-dev https://golang.org/cl/264041
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/247041
-
- 06 Mar, 2010 5 commits
-
-
Rob Pike authored
add tests. R=rsc, ken2, ken3 CC=golang-dev https://golang.org/cl/261041
-
Ken Thompson authored
R=r CC=golang-dev https://golang.org/cl/254043
-
Ken Thompson authored
8g and 5g have stubs to ignore complex R=rsc CC=golang-dev https://golang.org/cl/257042
-
Russ Cox authored
Fixes #615. R=ken2 CC=golang-dev https://golang.org/cl/255043
-
Charles L. Dorian authored
Use hardware sqrt for faster hypot; preserve software-only hypot as hypotGo (like sqrtGo); enable benchmarking of hypotGo. R=rsc CC=golang-dev https://golang.org/cl/229049
-
- 05 Mar, 2010 11 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/255042
-
Rob Pike authored
also fix a printing error in the test for bytes.Buffer R=golang-dev CC=golang-dev https://golang.org/cl/240042
-
Adam Langley authored
probablyPrime would return false negatives in some cases. This code has now been tested against GMP for several million iterations without issues. Fixes #638. R=rsc CC=golang-dev https://golang.org/cl/252041
-
Rob Pike authored
The comments mention bufio's WriteRune, which should come next. R=rsc CC=golang-dev https://golang.org/cl/245041
-
Ian Lance Taylor authored
Passing an argument to bug260 will indicate which alignments are wrong. R=r CC=golang-dev https://golang.org/cl/231042
-
Robert Griesemer authored
R=r CC=golang-dev https://golang.org/cl/250041
-
Robert Griesemer authored
if there are multiple functions (for a package, type) with the same name Fixes #642. R=rsc CC=golang-dev https://golang.org/cl/243041
-
Robert Griesemer authored
- only manual changes are in src/pkg/go/printer/nodes.go - use a heuristic to determine "outliers" such that not entire composites are forced to align with them - improves several places that were not unligned before due too simple heuristic - unalignes some cases that contain "outliers" - gofmt -w src misc Fixes #644. R=rsc, r CC=golang-dev https://golang.org/cl/241041
-
Russ Cox authored
R=adg, r CC=cw, golang-dev https://golang.org/cl/224043
-
Russ Cox authored
R=adg CC=golang-dev https://golang.org/cl/240041
-
Spring Mc authored
R=rsc CC=golang-dev https://golang.org/cl/223096
-
- 04 Mar, 2010 10 commits
-
-
Russ Cox authored
check that NOSPLIT functions don't use too much stack. correct some missing NOSPLITs in the runtime library. Fixes bug reported in https://groups.google.com/group/golang-nuts/t/efff68b73941eccf R=ken2 CC=golang-dev https://golang.org/cl/236041
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/237041
-
Rob Pike authored
R=rsc, ken2, gri, iant CC=cw, golang-dev https://golang.org/cl/227041
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/229050
-
Charles L. Dorian authored
Also added expm1_386 and remainder_386; shortened exp_386 R=rsc CC=golang-dev https://golang.org/cl/217109
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/229048
-
Andrew Gerrand authored
Moved a couple of FAQs from the main FAQ, and added some others R=r, rsc, iant, gri CC=golang-dev https://golang.org/cl/218070
-
Russ Cox authored
Update #538. R=r CC=golang-dev https://golang.org/cl/229045
-
Russ Cox authored
Pointed out by Scott Schwartz. Fixes #637. R=scotts CC=golang-dev https://golang.org/cl/225042
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/229046
-
- 03 Mar, 2010 6 commits
-
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/224096
-
Stephen Ma authored
Fixes #472. R=golang-dev CC=golang-dev https://golang.org/cl/223108
-
Stephen Ma authored
Set defaults to the same values as various C DNS resolver libraries. Use the timeout value from the configuration. Fixes #632. R=rsc CC=golang-dev https://golang.org/cl/223094
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/223106
-
Ken Thompson authored
getting close. R=rsc CC=golang-dev https://golang.org/cl/224105
-
Robert Griesemer authored
- gofmt -w src misc R=rsc, r CC=golang-dev https://golang.org/cl/223101
-
- 02 Mar, 2010 5 commits
-
-
Andrew Gerrand authored
hg.parseurl now returns a two-value tuple; codereview.py expected 3. Changed to merely take the first return value. R=rsc, iant CC=golang-dev https://golang.org/cl/223087
-
Andrew Gerrand authored
Fixes #622. R=rsc CC=golang-dev https://golang.org/cl/224084
-
Robert Griesemer authored
- gofmt -w src misc - looking for feedback R=rsc, r CC=golang-dev https://golang.org/cl/223076
-
Robert Griesemer authored
Fixes #633. R=adg CC=golang-dev https://golang.org/cl/224090
-
Andrey Mirtchovski authored
R=rsc, adg CC=golang-dev https://golang.org/cl/224087
-
- 01 Mar, 2010 1 commit
-
-
Andrew Gerrand authored
May address issue 624. R=rsc CC=golang-dev https://golang.org/cl/223083
-