- 30 Oct, 2009 1 commit
-
-
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 6 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
-
Robert Griesemer authored
- fixed several bugs R=rsc http://go/go-review/1015015
-
Robert Griesemer authored
R=rsc http://go/go-review/1015014
-
- 26 Oct, 2009 5 commits
-
-
Adam Langley authored
R=rsc http://go/go-review/1015012
-
Ian Lance Taylor authored
rename1.go:10:8: error: expected type rename1.go:11:10: error: expected function rename1.go:13:8: error: incompatible types in binary expression R=rsc http://go/go-review/1015013
-
Robert Griesemer authored
R=rsc http://go/go-review/1013014
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1013013
-
Kai Backman authored
R=rsc http://go/go-review/1014010
-
- 25 Oct, 2009 4 commits
-
-
Kai Backman authored
defs from embed1 and gotest R=rsc http://go/go-review/1014009
-
Kai Backman authored
R=rsc http://go/go-review/1015010
-
Kai Backman authored
R=rsc http://go/go-review/1015009
-
Kai Backman authored
float. fix sgen endianess in sgen character copying. go/test: passes 97% (336/345) R=rsc http://go/go-review/1015007
-
- 24 Oct, 2009 2 commits
-
-
Rob Pike authored
R=gri CC=rsc http://go/go-review/1014008
-
Kai Backman authored
go/test: passes 93% (323/345) R=rsc http://go/go-review/1015006
-
- 23 Oct, 2009 7 commits
-
-
Russ Cox authored
R=r CC=go-dev http://go/go-review/1015004
-
Rob Pike authored
R=rsc CC=go-dev http://go/go-review/1015003
-
Kai Backman authored
R=rsc http://go/go-review/1013012
-
Kai Backman authored
alignment but not enough (duh). R=rsc APPROVED=rsc DELTA=16 (13 added, 0 deleted, 3 changed) OCL=36020 CL=36024
-
Kai Backman authored
go/test: passes 90% (313/345) R=rsc APPROVED=rsc DELTA=90 (83 added, 3 deleted, 4 changed) OCL=36011 CL=36023
-
Kai Backman authored
now that all arguments are passed on the stack. go/test: passes 89% (310/345) R=rsc APPROVED=rsc DELTA=33 (13 added, 14 deleted, 6 changed) OCL=36009 CL=36022
-
Kai Backman authored
go/test: passes 89% (308/345) R=rsc APPROVED=rsc DELTA=10 (5 added, 0 deleted, 5 changed) OCL=36005 CL=36021
-
- 22 Oct, 2009 1 commit
-
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=4 (0 added, 0 deleted, 4 changed) OCL=36001 CL=36004
-
- 23 Oct, 2009 1 commit
-
-
Robert Griesemer authored
R=rsc http://go/go-review/1013011
-