- 02 Nov, 2009 15 commits
-
-
Robert Griesemer authored
R=rsc http://go/go-review/1017012
-
Robert Griesemer authored
just a single directory - all pieces present but not well integrated - directory tree served at the moment under /tree R=rsc http://go/go-review/1018016
-
Robert Griesemer authored
(previously not shown in godoc) - simplify parsing of struct types (match code structure for parsing interface types) R=rsc, r http://go/go-review/1016019
-
Russ Cox authored
fix nil pointer check in 6g. was dereferencing after the ADD; dereference before instead. R=ken@golang.org CC=iant http://go/go-review/1016022
-
Rob Pike authored
left, like an assignment, like strcpy, etc. R=rsc CC=go-dev http://go/go-review/1016011
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1016018
-
Rob Pike authored
R=iant, rsc CC=go-dev http://go/go-review/1016015
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1016020
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1017007
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1017008
-
Rob Pike authored
R=rsc http://go/go-review/1018008
-
Rob Pike authored
also add a section about compiling programs because some found it surprising not to have one R=rsc CC=go-dev http://go/go-review/1018011
-
Russ Cox authored
R=r http://go/go-review/1016021
-
Ian Lance Taylor authored
(I should have tested the last change a bit more before submitting). R=rsc http://go/go-review/1017011
-
Ian Lance Taylor authored
to build 6g, 6l, etc. R=rsc CC=go-dev http://go/go-review/1018015
-
- 01 Nov, 2009 12 commits
-
-
Robert Griesemer authored
were excluded before because of incorrect comment formatting (comment formatting is mostly idempotent at this point) R=rsc http://go/go-review/1018014
-
Ian Lance Taylor authored
already removed from the Makefile. R=rsc http://go/go-review/1017006
-
Russ Cox authored
prior to cleanup. no changes, only moving. remove dependencies on strconv and strings R=r http://go/go-review/1017010
-
Russ Cox authored
* rename PORT.sh -> mkall.sh (hopefully more obvious), change behavior: run commands by default. * pull more constants out of #defines automatically, instead of editing large lists by hand. * add Recvfrom, Sendto add os.O_EXCL. R=r http://go/go-review/1017009
-
Robert Griesemer authored
(and thus avoid re-indexing after every sync attempt) R=rsc http://go/go-review/1016010
-
Russ Cox authored
dir_* and stat_* are just os specific, not os+arch-specific. R=r http://go/go-review/1018010
-
Russ Cox authored
R=r http://go/go-review/1016017
-
Russ Cox authored
* clean up error handling: show Exception info * white space fixes * clean up output when creating CL * simplify hg change command; add hg file * fix stale cookie bug (thanks iant) * in LoadAllCL, load each CL in a different thread, to parallelize the slow web fetches * throw away support for Mercurial before version 1.3 * add @CL-number file pattern for commands like diff * make hg sync show files being sync'ed R=r http://go/go-review/1016016
-
Russ Cox authored
now that reflection supports it. R=r http://go/go-review/1015008
-
Russ Cox authored
allow Makefiles using Make.pkg to specify a list of directories that should be installed before trying to build the package. this is a stopgap for small package trees maintained outside the standard tree. R=r http://go/go-review/1016012
-
Russ Cox authored
R=r http://go/go-review/1016014
-
Rob Pike authored
R=go-dev, iant, rsc http://go/go-review/1018004
-
- 31 Oct, 2009 2 commits
-
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1016005
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1018007
-
- 30 Oct, 2009 9 commits
-
-
Ian Lance Taylor authored
R=rsc http://go/go-review/1018005
-
Robert Griesemer authored
R=agl CC=rsc http://go/go-review/1016008
-
Robert Griesemer authored
- print comments line by line, strip common prefix but do not modify comment contents otherwise - align comments with subsequent keyword if indicated (e.g. case labels) - terminate "column section" after multi-line expressions for better alignment R=rsc http://go/go-review/1017002
-
Russ Cox authored
and godoc/main.go. R=gri CC=r http://go/go-review/1017005
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1016007
-
Kai Backman authored
R=rsc http://go/go-review/1018006
-
Kai Backman authored
go/test: passes 99% (343/347) R=rsc http://go/go-review/1016004
-
Adam Langley authored
TBR=rsc R=rsc http://go/go-review/1017004
-
Adam Langley authored
R=go-dev APPROVED=rsc DELTA=407 (400 added, 0 deleted, 7 changed) OCL=36007 CL=36146
-
- 28 Oct, 2009 1 commit
-
-
Adam Langley authored
name. R=rsc APPROVED=rsc DELTA=566 (566 added, 0 deleted, 0 changed) OCL=35974 CL=36111
-
- 27 Oct, 2009 1 commit
-
-
Stephen Ma authored
unsafe.Pointer references inside the C declarations. R=go-dev APPROVED=rsc DELTA=1 (1 added, 0 deleted, 0 changed) OCL=36063 CL=36063
-