commit 013af62ae9cf4c4e34ba40294090b496693a8647 [browse]
Author: Rob Pike
Date: 2010-11-10 14:22:40 -08:00
release step 1
R=gri
CC=golang-dev
https://golang.org/cl/3022041
commit be0b649eb1efcf2c0f86e823c364322b7561ad5e [browse]
Author: Ian Lance Taylor
Date: 2010-11-10 13:25:49 -08:00
path: Fix Glob when it finds a file in directory position.
When searching a list of directories, the files which match
the pattern are accumulated in a slice. If the glob has a
wildcard for the directory, and the wildcard matches a file
rather than a directory, then the files found so far are
discarded. E.g., path.Glob("*/x") in a directory which
contains both files and subdirectories. This patch avoids
discarding matches found so far when a file is found.
R=r
CC=bsiegert, golang-dev
https://golang.org/cl/3015042
commit 194dde22c39bef4db8db580a1de7c67b6f67103f [browse]
Author: Robert Griesemer
Date: 2010-11-10 13:19:28 -08:00
sort: binary search for sorted slices
R=r, r2
CC=golang-dev
https://golang.org/cl/2997041
commit 089c21ea522b34c7c9539ac4620ecd09c1f59c77 [browse]
Author: Roger Peppe
Date: 2010-11-10 09:39:26 -08:00
testing: delete redundant name argument to Benchmark().
[it was a carry over from the previous iteration]
R=r
CC=golang-dev
https://golang.org/cl/3016041
commit cb3754fd434057d402af3f44037fbd08666d42c0 [browse]
Author: Ken Thompson
Date: 2010-11-09 17:39:36 -08:00
fix error converting result of complex
division. resolves issue 1261.
R=rsc
CC=golang-dev
https://golang.org/cl/2985043
clone the repository to get more history