- 24 Sep, 2010 11 commits
-
-
Russ Cox authored
R=golang-dev, gri CC=golang-dev https://golang.org/cl/2273042
-
Russ Cox authored
R=ken2, ken3 CC=golang-dev https://golang.org/cl/2208047
-
Russ Cox authored
Makes gdb display full paths in backtrace. Dropped during the most recent reorg. R=r CC=golang-dev https://golang.org/cl/2216047
-
Russ Cox authored
Bug and fix identified by Alexey Gokhberg. Fixes #1135. R=r, brainman CC=golang-dev https://golang.org/cl/2198046
-
Rob Pike authored
Fixes #1132. R=rsc CC=golang-dev https://golang.org/cl/2215045
-
Nigel Tao authored
R=rsc, r2 CC=golang-dev https://golang.org/cl/2248046
-
Peter Mundy authored
Fixes #1129. R=rsc, brainman CC=Joe Poirier, golang-dev https://golang.org/cl/2211045
-
Russ Cox authored
Everything is incomplete. Let's not make noise like this a habit. R=nigeltao_gnome CC=golang-dev https://golang.org/cl/2272041
-
Russ Cox authored
R=nigeltao_gnome, nigeltao CC=golang-dev https://golang.org/cl/2253042
-
Rob Pike authored
R=golang-dev, adg CC=golang-dev https://golang.org/cl/2198044
-
Nigel Tao authored
R=rsc CC=golang-dev https://golang.org/cl/2265042
-
- 23 Sep, 2010 12 commits
-
-
Robert Griesemer authored
gofmt: preserve syntactically relevant blanks between ints and tokens that start with a '.' (2nd attempt) R=rsc CC=golang-dev https://golang.org/cl/2270042
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2246046
-
Russ Cox authored
Fixes: make clean; make test R=gri CC=golang-dev https://golang.org/cl/2234044
-
Roger Peppe authored
R=r CC=golang-dev, rsc https://golang.org/cl/2271041
-
Roger Peppe authored
enable traversing rune-by-rune backwards in strings R=r, rsc CC=golang-dev https://golang.org/cl/2192050
-
Rob Pike authored
- delete unnecessary newlines - make sure formatted prints call the formatting routines R=adg CC=golang-dev https://golang.org/cl/2225046
-
Alex Brainman authored
R=golang-dev, r CC=golang-dev https://golang.org/cl/2215044
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2244044
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2208046
-
Nigel Tao authored
R=adg CC=golang-dev https://golang.org/cl/2204047
-
Roger Peppe authored
R=nigeltao, nigeltao_golang, rsc CC=golang-dev, r https://golang.org/cl/2192048
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2197047
-
- 22 Sep, 2010 17 commits
-
-
Russ Cox authored
R=adg TBR=adg CC=golang-dev https://golang.org/cl/2226046
-
Ian Lance Taylor authored
R=rsc, r2 CC=golang-dev https://golang.org/cl/2267042
-
Robert Griesemer authored
Pending acceptance of the proposed language change. R=rsc CC=golang-dev https://golang.org/cl/2193048
-
Robert Griesemer authored
R=rsc CC=golang-dev https://golang.org/cl/2213045
-
Andrew Gerrand authored
R=nigeltao, nigeltao_golang CC=golang-dev https://golang.org/cl/2206044
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2199043
-
Robert Griesemer authored
This is a replacement for pending CL 2219042. It only contains the raw suffixarray functionality with two methods: - New create a new index from some data - Lookup lookup occurences of a bytes slice in the data Any other functionality (dealing with multiple data sets and the corresponding position lists) is generic and doesn't have to be part of this package. Known performance bug: This implementation works fine for data sets up to several megabytes as long as it doesn't contain very long contiguous sequences of equal bytes. For instance, index creation for all .go files under GOROOT (250KLOCs, approx. 9MB) takes ~50s on 2.66 GHz Intel Xeon as long as test/fixedbugs/257.go is excluded. With that file, index creation times takes several days. 257.go contains a string of 1M smiley faces. There are more sophisticated suffixarray creation algorithms which can handle very long common prefixes. The implementation can be updated w/o the need to change the interface. R=rsc, r, PeterGo CC=golang-dev https://golang.org/cl/2265041
-
Anthony Martin authored
R=r CC=golang-dev https://golang.org/cl/2237044
-
Russ Cox authored
Sent from my phone. R=adg CC=golang-dev https://golang.org/cl/2192049
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/2248043
-
Alex Brainman authored
Fixes #1124. Implementation is suggested by Skip. Test is suggested by PeterGo. R=r, PeterGo, rsc CC=golang-dev, skip.tavakkolian https://golang.org/cl/2256041
-
Roger Peppe authored
R=r, rsc CC=golang-dev https://golang.org/cl/2250042
-
Russ Cox authored
R=kaib CC=golang-dev https://golang.org/cl/2254044
-
Russ Cox authored
* Add documentation about array arguments. Fixes issue 1125. * Do not interpret x, y := z, w as special errno form. Fixes issue 952. * Fix nested Go calls (brainman). Fixes issue 907. R=r CC=golang-dev https://golang.org/cl/2214044
-
Nigel Tao authored
R=rsc CC=golang-dev https://golang.org/cl/2257042
-
Andrew Gerrand authored
R=rsc, r2 CC=golang-dev https://golang.org/cl/2213044
-
Andrew Gerrand authored
The front page remains fixed-width. All other pages should look good in windows >=500px wide. Includes additional styles for search result highlighting, code comments, and general CSS clean-ups. Tested with Chrome 6, Firefox 3.6, IE 7, and IE 8. R=gri, r CC=golang-dev https://golang.org/cl/2229041
-