- 24 Nov, 2008 1 commit
-
-
Russ Cox authored
in favor of using in-memory copy of symbol table. $ ls -l pretty pretty.big -rwxr-xr-x 1 rsc eng 439516 Nov 21 16:43 pretty -rwxr-xr-x 1 rsc eng 580984 Nov 21 16:20 pretty.big $ R=r DELTA=446 (238 added, 178 deleted, 30 changed) OCL=19851 CL=19884
-
- 23 Nov, 2008 2 commits
-
-
Ken Thompson authored
R=r OCL=19883 CL=19883
-
Ken Thompson authored
R=r OCL=19871 CL=19871
-
- 22 Nov, 2008 2 commits
- 21 Nov, 2008 9 commits
-
-
Russ Cox authored
TBR=r OCL=19804 CL=19804
-
Russ Cox authored
mainly for "make bufio.install". R=r DELTA=144 (80 added, 62 deleted, 2 changed) OCL=19760 CL=19799
-
Robert Griesemer authored
- implemented right-to-left alignment (numerical results) - better comments and error handling - added more tests - updated dependent files R=r DELTA=232 (175 added, 11 deleted, 46 changed) OCL=19761 CL=19780
-
Rob Pike authored
R=rsc DELTA=4 (0 added, 2 deleted, 2 changed) OCL=19757 CL=19763
-
Rob Pike authored
R=gri DELTA=12 (10 added, 0 deleted, 2 changed) OCL=19758 CL=19758
-
Robert Griesemer authored
- added preliminary tests (more to do) - renamed type from TabWriter -> Writer - adjusted my code where necessary R=r DELTA=825 (474 added, 346 deleted, 5 changed) OCL=19744 CL=19753
-
Russ Cox authored
* add gotype string to symbol table * fill in gotype in 6l for known funcs/vars * print gotype with nm -t * load symbol and pc/ln tables into memory at magic address 0x99<<32. * add sys.symdat() to retrieve raw bytes of symbol table and pc/ln table. most of this should be considered experimental and subject to change. R=r DELTA=157 (128 added, 0 deleted, 29 changed) OCL=19746 CL=19750
-
Rob Pike authored
R=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=19745 CL=19745
-
Robert Griesemer authored
- documentation, cleanups - more options R=r OCL=19736 CL=19736
-
- 20 Nov, 2008 11 commits
-
-
Rob Pike authored
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=19723 CL=19727
-
Russ Cox authored
-s print source lines -n x don't print about sections < x lines long. R=r DELTA=69 (57 added, 1 deleted, 11 changed) OCL=19697 CL=19708
-
Russ Cox authored
R=gri DELTA=28 (2 added, 9 deleted, 17 changed) OCL=19707 CL=19707
-
Russ Cox authored
R=r DELTA=33 (12 added, 9 deleted, 12 changed) OCL=19688 CL=19696
-
Russ Cox authored
move test.go to alll_test.go. R=r DELTA=1024 (521 added, 425 deleted, 78 changed) OCL=19687 CL=19695
-
Rob Pike authored
this causes complications R=rsc DELTA=1724 (849 added, 856 deleted, 19 changed) OCL=19667 CL=19667
-
Rob Pike authored
test*.go to *test.go R=rsc DELTA=1747 (864 added, 855 deleted, 28 changed) OCL=19666 CL=19666
-
Rob Pike authored
R=rsc DELTA=6 (0 added, 0 deleted, 6 changed) OCL=19662 CL=19664
-
Robert Griesemer authored
R=r OCL=19648 CL=19651
-
Robert Griesemer authored
- better test reporting R=r DELTA=43 (24 added, 0 deleted, 19 changed) OCL=19641 CL=19645
-
Russ Cox authored
R=r DELTA=682 (275 added, 301 deleted, 106 changed) OCL=19638 CL=19642
-
- 19 Nov, 2008 15 commits
-
-
Rob Pike authored
R=rsc DELTA=101 (53 added, 25 deleted, 23 changed) OCL=19635 CL=19637
-
Robert Griesemer authored
R=r DELTA=30 (2 added, 5 deleted, 23 changed) OCL=19627 CL=19632
-
Robert Griesemer authored
- fixed make.bash R=r DELTA=21 (1 added, 3 deleted, 17 changed) OCL=19624 CL=19629
-
Rob Pike authored
update uses of gotest. minor tweak to testing structure for protobuf. R=rsc DELTA=276 (71 added, 75 deleted, 130 changed) OCL=19614 CL=19621
-
Robert Griesemer authored
R=rsc DELTA=31 (0 added, 0 deleted, 31 changed) OCL=19618 CL=19620
-
Russ Cox authored
R=ken OCL=19617 CL=19617
-
Robert Griesemer authored
R=rsc DELTA=9 (7 added, 0 deleted, 2 changed) OCL=19613 CL=19613
-
Russ Cox authored
TBR=r OCL=19612 CL=19612
-
Robert Griesemer authored
- TODO replace vector R=r DELTA=314 (313 added, 0 deleted, 1 changed) OCL=19592 CL=19609
-
Russ Cox authored
TBR=r OCL=19600 CL=19600
-
Russ Cox authored
new script "quietgcc" installed in $HOME/bin during make.bash runs gcc with warnings, turns off inappropriate ones, greps out useless output. quietgcc also makes sure to run the correct 64-bit gcc. R=r DELTA=38 (36 added, 0 deleted, 2 changed) OCL=17493 CL=19599
-
Russ Cox authored
R=r DELTA=55 (41 added, 11 deleted, 3 changed) OCL=19594 CL=19598
-
Russ Cox authored
* handle new 6g shift sequence * assume 6.out R=r DELTA=24 (20 added, 0 deleted, 4 changed) OCL=19593 CL=19596
-
Russ Cox authored
fix a few bugs. R=r DELTA=294 (275 added, 9 deleted, 10 changed) OCL=19595 CL=19595
-
Rob Pike authored
when chatty, it should tell you how many there are. R=rsc DELTA=5 (5 added, 0 deleted, 0 changed) OCL=19590 CL=19590
-