- 08 Sep, 2010 3 commits
-
-
Jukka-Pekka Kekkonen authored
Fixes #1080. R=rsc CC=golang-dev https://golang.org/cl/2158043
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2121045
-
Robert Griesemer authored
- in prep. for some restructuring to be able to better deal with very large file systems - moved a utility function into index.go - no functionality changes, only code reorg. R=r, adg1 CC=golang-dev https://golang.org/cl/2098044
-
- 07 Sep, 2010 14 commits
-
-
Robert Griesemer authored
Also: Added examples for slices with omitted index expressions. R=r, rsc CC=golang-dev https://golang.org/cl/2106047
-
Scott Lawrence authored
See also https://golang.org/cl/1957045/ R=gri, rsc, r CC=golang-dev https://golang.org/cl/2163042
-
Russ Cox authored
R=r, gri1 CC=golang-dev https://golang.org/cl/2119044
-
Jukka-Pekka Kekkonen authored
Fix building on GNU Make 3.82 (caused by mixed implicit and normal rules). The issue was introduced in changeset 6110:ca0beac3b543. R=rsc CC=golang-dev https://golang.org/cl/2100044
-
Robert Griesemer authored
R=iant CC=golang-dev https://golang.org/cl/2128045
-
Russ Cox authored
TBR=r CC=golang-dev https://golang.org/cl/2140043
-
Russ Cox authored
Old code was using recursion to traverse object graph. New code uses an explicit stack, cutting the per-pointer footprint to two words during the recursion and avoiding the standard allocator and stack splitting code. in test/garbage: Reduces parser runtime by 2-3% Reduces Peano runtime by 40% Increases tree runtime by 4-5% R=r CC=golang-dev https://golang.org/cl/2150042
-
Russ Cox authored
R=gri CC=golang-dev https://golang.org/cl/2144042
-
Russ Cox authored
Fix suggested by Albert Strasheim. R=adg CC=golang-dev https://golang.org/cl/2154041
-
Nigel Tao authored
R=rsc CC=golang-dev https://golang.org/cl/2166042
-
Brad Fitzpatrick authored
We were using the 64-bit struct with the old 32-bit system calls. http://code.google.com/p/go/issues/detail?id=1083 This also fixes up mksyscall.sh to generate gofmt-compliant code. R=rsc CC=golang-dev, kaib https://golang.org/cl/2148042
-
Nigel Tao authored
R=r CC=golang-dev https://golang.org/cl/2138045
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2165042
-
Andrew Gerrand authored
R=r CC=golang-dev https://golang.org/cl/2141043
-
- 06 Sep, 2010 1 commit
-
-
Nigel Tao authored
single event channel. A quit event is now represented by closing that channel. R=r, rsc, nigeltao CC=golang-dev https://golang.org/cl/2114042
-
- 05 Sep, 2010 1 commit
-
-
Anthony Martin authored
R=r, rsc CC=golang-dev https://golang.org/cl/2144043
-
- 04 Sep, 2010 5 commits
-
-
Rob Pike authored
Also add exporter.Drain() to wait for completion. This makes it possible for an Exporter to fire off a message and wait (by calling Drain) for the message to be received, even if a client has yet to call to retrieve it. Once this design is settled, I'll do the same for import send. Testing strategies welcome. I have some working stand-alone tests. R=rsc CC=golang-dev https://golang.org/cl/2137041
-
Rob Pike authored
R=rsc CC=golang-dev https://golang.org/cl/2160041
-
Rob Pike authored
R=gri CC=golang-dev https://golang.org/cl/2116043
-
Rob Pike authored
The ken directory is untouched so we have some examples with explicit semis. R=gri CC=golang-dev https://golang.org/cl/2157041
-
Rob Pike authored
Fixes #1075. R=gri CC=golang-dev https://golang.org/cl/2104048
-
- 03 Sep, 2010 7 commits
-
-
Russ Cox authored
The makefiles for prof and cov use it already. (It's also in Make.clib.) R=adg CC=golang-dev https://golang.org/cl/2036045
-
Russ Cox authored
(Following new convention.) Fixes #1063. R=adg CC=golang-dev https://golang.org/cl/2115042
-
Robert Griesemer authored
Solves the (English) peg solitaire game. The board is represented by a 1-dimensional array for easy representation of directions with a single integer. The board's contents are chosen such that it can be printed with a direct string() conversion. R=r CC=adg, golang-dev https://golang.org/cl/2066042
-
Andrew Gerrand authored
R=rsc CC=golang-dev https://golang.org/cl/2121042
-
Nigel Tao authored
image's color model and dimensions without allocating and decoding its actual pixels. Fixes #695. R=r CC=golang-dev https://golang.org/cl/2151042
-
Andrew Gerrand authored
R=rsc, r CC=golang-dev https://golang.org/cl/2112042
-
Rob Pike authored
R=gri CC=golang-dev https://golang.org/cl/2147042
-
- 02 Sep, 2010 9 commits
-
-
Russ Cox authored
R=ken2 CC=golang-dev https://golang.org/cl/2141042
-
Robert Griesemer authored
Fixes #1069. R=rsc CC=golang-dev https://golang.org/cl/2143041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/2052041
-
Russ Cox authored
R=r CC=golang-dev https://golang.org/cl/2051041
-
Russ Cox authored
R=dsymonds, r CC=golang-dev https://golang.org/cl/2050043
-
Russ Cox authored
Changes to FuncLine sync it with symtab.c's funcline. R=r CC=girard.m1, golang-dev https://golang.org/cl/2083041
-
Russ Cox authored
Fixes #1071. R=ken2 CC=golang-dev https://golang.org/cl/2136043
-
Scott Lawrence authored
Fixes #897. goinstall -a can be used to reinstall all packages after an upgrade goinstall -a -u can be used to update all package A history of remote package installs is stored in $GOROOT/goinstall.log R=rsc, adg CC=golang-dev https://golang.org/cl/1947041
-
Robert Griesemer authored
R=rsc CC=golang-dev, r https://golang.org/cl/2141041
-