- 16 Jun, 2009 7 commits
-
-
Robert Griesemer authored
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=30342 CL=30342
-
Robert Griesemer authored
R=rsc DELTA=945 (944 added, 0 deleted, 1 changed) OCL=30315 CL=30341
-
Russ Cox authored
not observed: do not use malloc to allocate stacks during garbage collection, because it would make the malloc data structures change underfoot. R=r DELTA=6 (3 added, 0 deleted, 3 changed) OCL=30323 CL=30326
-
Russ Cox authored
when changing process state to Gsyscall, not after. R=r DELTA=8 (4 added, 3 deleted, 1 changed) OCL=30320 CL=30325
-
Rob Pike authored
also update golden.out from bug162 R=rsc DELTA=16 (16 added, 0 deleted, 0 changed) OCL=30298 CL=30324
-
Russ Cox authored
package main func f(a *c.b) {} func main() {} BUG=1909731 R=ken OCL=30322 CL=30322
-
David Symonds authored
Also fix the reflect bug that was exposed by this bug. R=r APPROVED=rsc DELTA=162 (103 added, 32 deleted, 27 changed) OCL=30125 CL=30319
-
- 15 Jun, 2009 3 commits
-
-
Robert Griesemer authored
- replacement for pretty; app to format a single .go file printer.go (pkg/go/printer): - replacement for astprinter.go; implements AST printing - also replaces pkg/go/ast/format.go for now cleanups: - removed/saved away old code R=r,rsc,iant DELTA=2833 (1183 added, 1628 deleted, 22 changed) OCL=30226 CL=30306
-
Robert Griesemer authored
TBR=rsc OCL=30300 CL=30300
-
Robert Griesemer authored
- ast: added extra fields - parser: extended comment parsing to capture potential trailing comments Cleanups: - parser: more documentation, changed various identifiers from _-style to camelCase R=r,rsc DELTA=214 (84 added, 13 deleted, 117 changed) OCL=30259 CL=30299
-
- 12 Jun, 2009 1 commit
-
-
Robert Griesemer authored
R=iant DELTA=3 (0 added, 3 deleted, 0 changed) OCL=30251 CL=30251
-
- 11 Jun, 2009 2 commits
-
-
David Symonds authored
www.google.com seems to be redirecting requests in an infinite loop. I haven't tracked down whether it's their code or this code that is causing it. This is just a quick fix so that this test passes. APPROVED=r DELTA=4 (0 added, 0 deleted, 4 changed) OCL=30178 CL=30210
-
David Symonds authored
Compute checksums in both ways (unsigned and signed). R=rsc APPROVED=rsc DELTA=188 (145 added, 21 deleted, 22 changed) OCL=30126 CL=30179
-
- 10 Jun, 2009 3 commits
-
-
Robert Griesemer authored
- fixed unrelated typo R=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=30175 CL=30175
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=1329 (1264 added, 1 deleted, 64 changed) OCL=30040 CL=30158
-
Kai Backman authored
removal and typesigs and strings. Also added new header support to 5c/5a/5l. R=rsc APPROVED=rsc DELTA=98 (66 added, 10 deleted, 22 changed) OCL=30103 CL=30123
-
- 09 Jun, 2009 11 commits
-
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=4 (0 added, 4 deleted, 0 changed) OCL=30110 CL=30112
-
Steve Newman authored
R=rsc APPROVED=rsc DELTA=392 (386 added, 2 deleted, 4 changed) OCL=29963 CL=30107
-
Russ Cox authored
TBR=r OCL=30106 CL=30106
-
Rob Pike authored
tests: all.bash passes, gobuild still works, godoc still works. R=rsc OCL=30096 CL=30102
-
Russ Cox authored
needs to dereference the base pointer to make sure it catches nil. R=r,ken DELTA=21 (21 added, 0 deleted, 0 changed) OCL=30083 CL=30101
-
David Symonds authored
R=rsc APPROVED=rsc DELTA=371 (370 added, 0 deleted, 1 changed) OCL=30029 CL=30084
-
Russ Cox authored
so 64-bit args like the offset in Seek were being mishandled. fix. R=dsymonds DELTA=1269 (645 added, 611 deleted, 13 changed) OCL=30082 CL=30082
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=245 (167 added, 63 deleted, 15 changed) OCL=30039 CL=30081
-
Robert Griesemer authored
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=30080 CL=30080
-
Robert Griesemer authored
- support debug/sync (if automatic sync is enabled in the first place) - removed debug/restart feature R=rsc DELTA=97 (37 added, 27 deleted, 33 changed) OCL=30068 CL=30079
-
Russ Cox authored
R=gri DELTA=14 (6 added, 4 deleted, 4 changed) OCL=30072 CL=30074
-
- 08 Jun, 2009 6 commits
-
-
Russ Cox authored
404 page not found Chrome would ignore this error page if this text weren't here. Chrome would ignore this error page if this text weren't here. Chrome would ignore this error page if this text weren't here. Chrome would ignore this error page if this text weren't here. Chrome would ignore this error page if this text weren't here. Chrome would ignore this error page if this text weren't here. Chrome would ignore this error page if this text weren't here. Chrome would ignore this error page if this text weren't here. Chrome would ignore this error page if this text weren't here. Chrome would ignore this error page if this text weren't here. Chrome would ignore this error page if this text weren't here. Chrome would ignore this error page if this text weren't here. Chrome would ignore this error page if this text weren't here. Chrome would ignore this error page if this text weren't here. Chrome would ignore this error page if this text weren't here. Chrome would ignore this error page if this text weren't here. R=presotto APPROVED=p DELTA=50 (50 added, 0 deleted, 0 changed) OCL=30056 CL=30061
-
Russ Cox authored
R=gri DELTA=2 (2 added, 0 deleted, 0 changed) OCL=30058 CL=30060
-
Robert Griesemer authored
- added corresponding test case R=rsc DELTA=10 (7 added, 1 deleted, 2 changed) OCL=30055 CL=30059
-
Russ Cox authored
fix darwin interrupt bug (race with SIGCHLD). R=gri DELTA=46 (40 added, 0 deleted, 6 changed) OCL=30052 CL=30057
-
Robert Griesemer authored
R=rsc DELTA=31 (6 added, 8 deleted, 17 changed) OCL=30046 CL=30051
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=2 (1 added, 0 deleted, 1 changed) OCL=30043 CL=30043
-
- 07 Jun, 2009 7 commits
-
-
Russ Cox authored
hand-edited files. R=r DELTA=125 (77 added, 16 deleted, 32 changed) OCL=30001 CL=30008
-
Russ Cox authored
only automatic g4 mv here. R=r OCL=30002 CL=30007
-
Russ Cox authored
R=dsymonds DELTA=559 (559 added, 0 deleted, 0 changed) OCL=29993 CL=30005
-
Russ Cox authored
R=dsymonds DELTA=858 (858 added, 0 deleted, 0 changed) OCL=29992 CL=30004
-
Russ Cox authored
to expose new CloseWithError methods. R=r DELTA=161 (72 added, 15 deleted, 74 changed) OCL=29980 CL=30003
-
Russ Cox authored
needs cleanup, optimizer, but all.bash works. R=ken OCL=29974 CL=30000
-
Russ Cox authored
R=ken OCL=29989 CL=29999
-