- 21 Aug, 2009 4 commits
-
-
Robert Griesemer authored
DELTA=39 (4 added, 15 deleted, 20 changed) OCL=33639 CL=33649
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=2 (2 added, 0 deleted, 0 changed) OCL=33640 CL=33645
-
Russ Cox authored
TBR=r OCL=33623 CL=33623
-
Russ Cox authored
do not emit unreachable data symbols. R=austin DELTA=103 (71 added, 4 deleted, 28 changed) OCL=33325 CL=33622
-
- 20 Aug, 2009 14 commits
-
-
Russ Cox authored
introduced explicit "data" symbol instead of etext to mark beginning of data, so that using larger alignment (i.e. 4MB like GNU loader) doesn't confuse garbage collector. split dodata into dodata and dobss in preparation for putting the dynamic data + headers in the data segment instead of stuffed at the beginning of the binary. R=r DELTA=52 (37 added, 3 deleted, 12 changed) OCL=33610 CL=33618
-
Russ Cox authored
R=r DELTA=1 (1 added, 0 deleted, 0 changed) OCL=33615 CL=33617
-
Nigel Tao authored
length-distance pairs. The new test data was generated by "gzip shesells.txt", which is presumably what you (rsc) did before, for the other test cases in gunzip_test.go. R=rsc APPROVED=rsc DELTA=21 (17 added, 2 deleted, 2 changed) OCL=33582 CL=33616
-
Rob Pike authored
R=rsc DELTA=96 (25 added, 5 deleted, 66 changed) OCL=33607 CL=33612
-
Russ Cox authored
R=ken OCL=33599 CL=33599
-
Russ Cox authored
go_spec.html#Return_statements can be used to link to spec sections. passes hlint. renamed final section to simply "Implementation differences" to shorten the name, but otherwise no non-formatting changes R=gri DELTA=230 (10 added, 0 deleted, 220 changed) OCL=33598 CL=33598
-
Russ Cox authored
remove ASCII digit comment that isn't true. R=gri DELTA=41 (1 added, 25 deleted, 15 changed) OCL=33594 CL=33596
-
Russ Cox authored
mark multifile section with TODO only because that is a bigger change. R=gri DELTA=45 (9 added, 22 deleted, 14 changed) OCL=33565 CL=33593
-
Russ Cox authored
gzip.GzipInflater -> gzip.Inflater gzip.NewGzipInflater -> gzip.NewInflater zlib.NewZlibInflater -> zlib.NewInflater io.ByteReader deleted in favor of bytes.Buffer io.NewByteReader -> bytes.NewBuffer R=r DELTA=52 (3 added, 0 deleted, 49 changed) OCL=33589 CL=33592
-
Russ Cox authored
R=gri DELTA=1 (0 added, 0 deleted, 1 changed) OCL=33586 CL=33590
-
Kai Backman authored
signed and unsigned integer conversions. R=rsc APPROVED=rsc DELTA=398 (40 added, 230 deleted, 128 changed) OCL=33546 CL=33569
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=3 (0 added, 0 deleted, 3 changed) OCL=33534 CL=33567
-
Rob Pike authored
R=rsc DELTA=12 (12 added, 0 deleted, 0 changed) OCL=33554 CL=33563
-
Russ Cox authored
import "fmt" var fmt = 1 R=ken OCL=33556 CL=33561
-
- 19 Aug, 2009 13 commits
-
-
Robert Griesemer authored
DELTA=137 (50 added, 24 deleted, 63 changed) OCL=33476 CL=33553
-
Rob Pike authored
R=rsc DELTA=125 (13 added, 62 deleted, 50 changed) OCL=33545 CL=33550
-
Russ Cox authored
in the presence of yacc lookahead. better but still not perfect R=ken OCL=33541 CL=33541
-
Ian Lance Taylor authored
type names, gccgo no longer reports redefinition errors for :=, because it no longer knows at parse time whether the type has changed. Adjust this test to not match "redefinition", and to instead match gccgo's current output. declbad.go:19:3: error: variables redeclared but no variable is new declbad.go:34:3: error: variables redeclared but no variable is new declbad.go:39:3: error: variables redeclared but no variable is new declbad.go:44:3: error: variables redeclared but no variable is new declbad.go:49:3: error: variables redeclared but no variable is new declbad.go:24:3: error: incompatible types in assignment declbad.go:29:3: error: incompatible types in assignment declbad.go:39:3: error: incompatible types in assignment R=rsc DELTA=10 (0 added, 0 deleted, 10 changed) OCL=33537 CL=33539
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=104 (0 added, 33 deleted, 71 changed) OCL=33531 CL=33535
-
Rob Pike authored
R=rsc DELTA=131 (61 added, 6 deleted, 64 changed) OCL=33488 CL=33532
-
Russ Cox authored
R=ken OCL=33526 CL=33528
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=2 (1 added, 0 deleted, 1 changed) OCL=33518 CL=33527
-
Rob Pike authored
R=rsc DELTA=3 (0 added, 0 deleted, 3 changed) OCL=33496 CL=33519
-
Austin Clements authored
R=rsc APPROVED=rsc DELTA=1425 (1425 added, 0 deleted, 0 changed) OCL=33432 CL=33517
-
Kai Backman authored
re-enabling and massaging code. R=rsc APPROVED=rsc DELTA=2496 (1880 added, 330 deleted, 286 changed) OCL=33487 CL=33504
-
David Symonds authored
R=rsc APPROVED=rsc DELTA=84 (68 added, 4 deleted, 12 changed) OCL=33493 CL=33499
-
Austin Clements authored
R=rsc APPROVED=rsc DELTA=35 (30 added, 4 deleted, 1 changed) OCL=33491 CL=33498
-
- 18 Aug, 2009 9 commits
-
-
Rob Pike authored
R=rsc DELTA=263 (0 added, 263 deleted, 0 changed) OCL=33466 CL=33485
-
Robert Griesemer authored
- removed defs.go (moved declarations into arith.go where they belong) R=r DELTA=40 (16 added, 20 deleted, 4 changed) OCL=33464 CL=33464
-
Robert Griesemer authored
- implememted empty stubs for 386 assembly routines - removed assembly code operating on single words (except for one) - adjusted tests R=rsc DELTA=126 (46 added, 67 deleted, 13 changed) OCL=33461 CL=33461
-
Robert Griesemer authored
- changed Cmp to return -1, 0, +1 - added corresponding test cases R=rsc DELTA=173 (136 added, 3 deleted, 34 changed) OCL=33431 CL=33459
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=61 (61 added, 0 deleted, 0 changed) OCL=33438 CL=33454
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=35 (2 added, 1 deleted, 32 changed) OCL=33436 CL=33453
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=6 (0 added, 0 deleted, 6 changed) OCL=33434 CL=33452
-
Bill Neubauer authored
Since pres != nil was already checked and the routine sets *pres to false and returns, the subsequent tests are unneeded. R=rsc APPROVED=rsc DELTA=4 (0 added, 4 deleted, 0 changed) OCL=33439 CL=33441
-
Nigel Tao authored
R=rsc APPROVED=rsc DELTA=204 (204 added, 0 deleted, 0 changed) OCL=33437 CL=33440
-