- 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
-
- 29 Oct, 2009 5 commits
-
-
Ian Lance Taylor authored
R=r CC=go-dev http://go/go-review/1016006
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1018003
-
Adam Langley authored
selfree maintains a cache of Select structures for several sizes. In newselect, we'll use an entry from the cache if one is found. However, the Scase structures corresponding to a send may have been allocated for the wrong size. In this case we'll write off the end of the Scase into random memory and, generally, read some amount of junk in the receive. This patch fixes the issue by removing the cache, on the advice of rsc. R=rsc CC=go-dev http://go/go-review/1016002
-
Robert Griesemer authored
R=rsc CC=go-dev http://go/go-review/1018002
-
Ian Lance Taylor authored
compatible. R=rsc CC=go-dev http://go/go-review/1018001
-
- 28 Oct, 2009 6 commits
-
-
Robert Griesemer authored
- replaced deprecated use of </font> with </span> tag - added html escaping to godoc formatters where missing - enabled text format for package documentation R=rsc http://go/go-review/1017001
-
Russ Cox authored
when switching architectures. fix bug twice: make sure clean removes the file, and generate into architecture-specific file names. R=r http://go/go-review/1013018
-
Robert Griesemer authored
R=rsc http://go/go-review/1013019
-
Robert Griesemer authored
R=rsc http://go/go-review/1013017
-
Russ Cox authored
R=gri http://go/go-review/1015011
-
Kai Backman authored
R=rsc http://go/go-review/1015017
-
- 27 Oct, 2009 4 commits
-
-
Robert Griesemer authored
- sort by package name (instead of package path) for results with snippets - sort line numbers in results without snippets - properly characterize package clauses - experiment with a leaner look: no underlines for top-level godoc links in the left side bar Still using colors to distinguish results. Next step. R=rsc http://go/go-review/1015016
-
Robert Griesemer authored
- added goroutine to automatically index in the background - added handler for search requests - added search box to top-level godoc template - added search.html template for the display of search results - changes to spec.go because of name conflicts - added extra styles to style.css (for shorter .html files) R=rsc http://go/go-review/1014011
-
Ian Lance Taylor authored
call. This uses the header files from a 32-bit Ubuntu Hardy system. The use of _LOOSE_KERNEL_NAMES seems right. The -D__ARCH_SI_UID_T works around a bug which appears to be fixed in later Linux versions. R=rsc http://go/go-review/1013015
-
Kai Backman authored
R=rsc http://go/go-review/1013016
-