- 30 Apr, 2009 15 commits
-
-
Robert Griesemer authored
- fixed a bug and added corresponding test case R=rsc DELTA=114 (18 added, 29 deleted, 67 changed) OCL=28114 CL=28128
-
Russ Cox authored
R=ken OCL=28120 CL=28124
-
Russ Cox authored
R=r DELTA=12 (9 added, 0 deleted, 3 changed) OCL=28096 CL=28118
-
Russ Cox authored
R=r DELTA=30 (9 added, 1 deleted, 20 changed) OCL=28104 CL=28117
-
Russ Cox authored
to match traditional c linkers. R=r DELTA=42 (8 added, 12 deleted, 22 changed) OCL=28101 CL=28115
-
Rob Pike authored
TBR=rsc DELTA=2 (1 added, 0 deleted, 1 changed) OCL=28066 CL=28070
-
Rob Pike authored
add test for structure alignment/offset. R=gri DELTA=49 (35 added, 0 deleted, 14 changed) OCL=28068 CL=28068
-
Ian Lance Taylor authored
you should be able to convert a pointer to an array to a slice, you should not be able to convert an array to a slice. Currently 6g works the other way around. R=ken,rsc DELTA=17 (17 added, 0 deleted, 0 changed) OCL=28033 CL=28067
-
Russ Cox authored
R=r DELTA=4 (3 added, 1 deleted, 0 changed) OCL=28063 CL=28065
-
Russ Cox authored
don't relay the signal when restarting it. R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=28060 CL=28064
-
Rob Pike authored
iant: will this be ok in gccgo? R=rsc DELTA=9 (8 added, 0 deleted, 1 changed) OCL=28059 CL=28062
-
Rob Pike authored
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=28056 CL=28058
-
Russ Cox authored
one fd gets too many EPIPEs in a row during write. R=r DELTA=10 (9 added, 0 deleted, 1 changed) OCL=28057 CL=28057
-
Brendan O'Dea authored
Currently a http server will be killed on receipt of SIGPIPE if a client closes a socket which the server is trying to write to. R=rsc APPROVED=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=27959 CL=28055
-
Brendan O'Dea authored
which hit EAGAIN). R=rsc APPROVED=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=27955 CL=28054
-
- 29 Apr, 2009 3 commits
-
-
Robert Griesemer authored
R=tgs DELTA=1 (0 added, 0 deleted, 1 changed) OCL=28032 CL=28032
-
Robert Griesemer authored
- work-around for incorrect import path - added tmpl root in order to run against a goroot w/o templates - clarifications Daily snapshot of syntax-driven formatter. Some progress. Updated gccgo Makefile. TBR=r OCL=28004 CL=28004
-
Ken Thompson authored
bug found by anton R=r OCL=28001 CL=28001
-
- 28 Apr, 2009 8 commits
-
-
Ken Thompson authored
R=r OCL=27987 CL=27987
-
Ken Thompson authored
R=r OCL=27980 CL=27980
-
Ken Thompson authored
R=r OCL=27979 CL=27979
-
Robert Griesemer authored
TBR=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=27969 CL=27969
-
Ian Lance Taylor authored
declbad.go:15:3: error: variables redeclared but no variable is new declbad.go:20:3: error: redefinition of 'f' declbad.go:19:3: note: previous definition of 'f' was here declbad.go:25:3: error: redefinition of 'i' declbad.go:24:3: note: previous definition of 'i' was here declbad.go:30:3: error: variables redeclared but no variable is new declbad.go:35:3: error: redefinition of 'i' declbad.go:34:3: note: previous definition of 'i' was here declbad.go:40:3: error: variables redeclared but no variable is new declbad.go:45:3: error: variables redeclared but no variable is new R=r DELTA=10 (0 added, 0 deleted, 10 changed) OCL=27934 CL=27957
-
David Symonds authored
R=r APPROVED=r DELTA=20 (11 added, 6 deleted, 3 changed) OCL=27782 CL=27950
-
David Symonds authored
This makes "make nuke install" work again. R=r APPROVED=r DELTA=2 (1 added, 0 deleted, 1 changed) OCL=27929 CL=27932
-
Rob Pike authored
R=rsc OCL=27928 CL=27928
-
- 27 Apr, 2009 3 commits
-
-
Stephen Ma authored
R=rsc APPROVED=r DELTA=11 (10 added, 0 deleted, 1 changed) OCL=27723 CL=27879
-
David Symonds authored
R=r APPROVED=r DELTA=62 (58 added, 1 deleted, 3 changed) OCL=27756 CL=27877
-
Brendan O'Dea authored
R=r APPROVED=r DELTA=2 (0 added, 0 deleted, 2 changed) OCL=27777 CL=27876
-
- 26 Apr, 2009 1 commit
-
-
Robert Griesemer authored
- adjust dependent files R=rsc DELTA=1132 (567 added, 562 deleted, 3 changed) OCL=27862 CL=27862
-
- 25 Apr, 2009 5 commits
-
-
Robert Griesemer authored
TBR=rsc OCL=27861 CL=27861
-
Robert Griesemer authored
- adjusted dependent files (no changes in doc.go) TBR=rsc OCL=27860 CL=27860
-
Robert Griesemer authored
- more work on template-driven ast formatting - added preliminary test suite - added documentation TBR=r OCL=27858 CL=27858
-
Robert Griesemer authored
(same as bug144.go but for types instead of constants) TBR=ken DELTA=17 (17 added, 0 deleted, 0 changed) OCL=27855 CL=27855
-
Robert Griesemer authored
- more work on template-driven ast printing R=r OCL=27851 CL=27851
-
- 24 Apr, 2009 5 commits
-
-
Ken Thompson authored
as a new name in a later declaration (bug 144) R=r OCL=27850 CL=27850
-
Robert Griesemer authored
(no progress in presence of syntax errors) - end parsing early if source doesn't start proper package clause R=iant DELTA=18 (7 added, 6 deleted, 5 changed) OCL=27840 CL=27842
-
Robert Griesemer authored
- submitted per discussion w/ ken TBR=ken DELTA=25 (25 added, 0 deleted, 0 changed) OCL=27824 CL=27826
-
Robert Griesemer authored
- minor bug fixes in pretty, godoc - first cut at template-driven printing of ast TBR=r OCL=27825 CL=27825
-
Ben Eitzen authored
APPROVED=ken OCL=27811 CL=27823
-