- 19 Sep, 2008 7 commits
-
-
Russ Cox authored
use gobuild-generated Makefile for math and os. other makefile tweaks. move math/main.go to test/math.go R=r OCL=15529 CL=15537
-
Robert Griesemer authored
- removed tests that may have wrong Go code from Makefile R=r OCL=15532 CL=15532
-
Russ Cox authored
R=ken DELTA=12 (12 added, 0 deleted, 0 changed) OCL=15506 CL=15528
-
Robert Griesemer authored
R=r OCL=15518 CL=15518
-
Robert Griesemer authored
- filed a bug R=r OCL=15517 CL=15517
-
Robert Griesemer authored
- added more test cases to Makefile - fixed another parser issue (possibly a 6g bug - to be tracked down) R=r OCL=15516 CL=15516
-
Robert Griesemer authored
(typo in ptr decl lead to an unresolved forward declaration) - fixed parser bugs - fixed Makefile - now successfully parses most code Issues: - composite literals (cannot be identified easily from syntax alone) - new(T, ...) (cannot be identified easily from syntax alone since new is not a keyword and thus could be a different function then the allocation function at which point "new((x + y))" is legal, but the inner "(x" looks like the beginning of a function type) R=r OCL=15515 CL=15515
-
- 18 Sep, 2008 9 commits
-
-
Robert Griesemer authored
- code scavenged from Go-in-Go front-end (will merge back) - using "symbol-table" free parsing to build AST - no printing yet R=r OCL=15504 CL=15504
-
Russ Cox authored
do not run init on g0. R=r DELTA=161 (124 added, 23 deleted, 14 changed) OCL=15490 CL=15497
-
Russ Cox authored
R=r DELTA=0 (0 added, 0 deleted, 0 changed) OCL=15492 CL=15494
-
Russ Cox authored
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=15489 CL=15493
-
Russ Cox authored
R=ken DELTA=38 (36 added, 0 deleted, 2 changed) OCL=15482 CL=15491
-
Russ Cox authored
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=15488 CL=15488
-
Russ Cox authored
use -j4 (4-way parallel) in make.bash. halves time for make.bash on r45 also add libregexp, acid to default build R=r DELTA=90 (39 added, 37 deleted, 14 changed) OCL=15485 CL=15487
-
Russ Cox authored
recognize symbol table info again on 64-only linux. R=r DELTA=11 (9 added, 0 deleted, 2 changed) OCL=15486 CL=15486
-
Russ Cox authored
R=ken OCL=15477 CL=15479
-
- 17 Sep, 2008 12 commits
-
-
Russ Cox authored
rename AddrToInt, StatToInt, etc -> BytePtr, StatPtr, ... R=r OCL=15450 CL=15456
-
Robert Griesemer authored
R=r OCL=15448 CL=15448
-
Russ Cox authored
R=ken DELTA=1 (0 added, 0 deleted, 1 changed) OCL=15444 CL=15446
-
Russ Cox authored
R=r OCL=15441 CL=15445
-
Robert Griesemer authored
(still a couple of TODO's with respect to the new notation). R=r DELTA=71 (10 added, 11 deleted, 50 changed) OCL=15419 CL=15443
-
Russ Cox authored
R=r,presotto OCL=15410 CL=15440
-
Robert Griesemer authored
R=r OCL=15439 CL=15439
-
Rob Pike authored
tweak a program or two delete unused programs add shell script to run them all R=gri DELTA=213 (62 added, 147 deleted, 4 changed) OCL=15435 CL=15437
-
Ken Thompson authored
with new select operator R=r OCL=15418 CL=15418
-
Rob Pike authored
R=gri OCL=15417 CL=15417
-
Rob Pike authored
powser1.go has not been tested - waiting for compiler to catch up R=ken OCL=15415 CL=15415
-
Rob Pike authored
binary <- is send unary <- is recv -< is gone case a := <-ch: works in select case a = <-ch: works in select support for new cases is not yet in the compiler but all non-select code works second CL will update affected go source R=ken OCL=15414 CL=15414
-
- 16 Sep, 2008 8 commits
-
-
Russ Cox authored
R=r DELTA=11 (8 added, 0 deleted, 3 changed) OCL=15405 CL=15405
-
Rob Pike authored
R=gri,rsc OCL=15310 CL=15402
-
Rob Pike authored
R=rsc OCL=15400 CL=15400
-
Russ Cox authored
R=r,presotto OCL=15393 CL=15399
-
Rob Pike authored
R=gri DELTA=75 (57 added, 4 deleted, 14 changed) OCL=15394 CL=15398
-
Russ Cox authored
R=r DELTA=764 (694 added, 38 deleted, 32 changed) OCL=15285 CL=15395
-
Rob Pike authored
add programs, not yet described, to demonstrate servers. R=gri DELTA=279 (177 added, 16 deleted, 86 changed) OCL=15380 CL=15389
-
Ken Thompson authored
R=r OCL=15375 CL=15375
-
- 15 Sep, 2008 4 commits
-
-
Ken Thompson authored
R=r OCL=15370 CL=15370
-
Rob Pike authored
delete bug100.go since the compiler is doing what we agreed. R=gri OCL=15367 CL=15367
-
Rob Pike authored
sort 2,3,5 R=gri DELTA=648 (647 added, 0 deleted, 1 changed) OCL=15315 CL=15352
-
Ken Thompson authored
R=r OCL=15327 CL=15327
-