- 10 Mar, 2010 4 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/384043
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/417042
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/391041
-
Ken Thompson authored
2. add complex algorithm for map/chan 3. test for use of complex in array, slice, field, chan, map, field, pointer. R=rsc CC=golang-dev https://golang.org/cl/384041
-
- 09 Mar, 2010 14 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/370041
-
Alex Brainman authored
lots of missing parts, but builds and can call dlls, see a sample code in syscall_mingw.go R=rsc CC=golang-dev https://golang.org/cl/218042
-
Dean Prichard authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/369041
-
Andrey Mirtchovski authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/367041
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/357043
-
Ken Thompson authored
c = cmplx(imag(c), real(c)) without a temporary R=rsc CC=golang-dev https://golang.org/cl/360043
-
Ken Thompson authored
for 6g and 8g. can also be used for 5g. 5g is still a stub. R=rsc CC=golang-dev https://golang.org/cl/362041
-
Dean Prichard authored
trivial stuff lex.c: these prototypes are in a.h asm.c: unused variables arm-pass.txt deal w/ sieve.go rename and addition of sieve2.go R=kaib, rsc CC=golang-dev https://golang.org/cl/244041
-
Raif S. Naffah authored
R=rsc CC=golang-dev https://golang.org/cl/224081
-
Conrad Meyer authored
R=agl1, rsc CC=golang-dev https://golang.org/cl/253045
-
Giles Lean authored
R=golang-dev, rsc CC=golang-dev https://golang.org/cl/258041
-
Dean Prichard authored
R=rsc CC=golang-dev https://golang.org/cl/302042
-
Conrad Meyer authored
R=rsc CC=golang-dev https://golang.org/cl/240043
-
Russ Cox authored
R=r CC=cemeyer, golang-dev https://golang.org/cl/313041
-
- 08 Mar, 2010 6 commits
-
-
Russ Cox authored
do not convert to float prematurely. R=ken2 CC=golang-dev https://golang.org/cl/311041
-
Russ Cox authored
Fixes #654. R=ken2 CC=golang-dev https://golang.org/cl/310041
-
Russ Cox authored
This keeps fragmentation from delaying garbage collections (and causing more fragmentation). Cuts fresh godoc (with indexes) from 261M to 166M (120M live). Cuts toy wc program from 50M to 8M. Fixes #647. R=r, cw CC=golang-dev https://golang.org/cl/257041
-
Ian Lance Taylor authored
R=gri, r CC=golang-dev https://golang.org/cl/294042
-
Ian Lance Taylor authored
R=r CC=golang-dev https://golang.org/cl/296042
-
Adam Langley authored
Previously we would require safe primes for our RSA key generation. Since this took rather a long time, this removes the requirement that the primes be safe. OpenSSL doesn't use safe primes for RSA key generation either (openssl-0.9.8l/crypto/rsa/rsa_gen.c:122) Fixes #649. R=rsc CC=golang-dev https://golang.org/cl/253041
-
- 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 9 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
-