- 07 Jan, 2009 3 commits
-
-
Robert Griesemer authored
R=r OCL=22185 CL=22185
-
Ken Thompson authored
R=r OCL=22182 CL=22182
-
Robert Griesemer authored
(this code doesn't match the existing language at this point, but it's a large code base which compiles - will eventually go away) - enable compilation of it again in run.bash R=r DELTA=1147 (534 added, 311 deleted, 302 changed) OCL=22176 CL=22176
-
- 06 Jan, 2009 18 commits
-
-
Rob Pike authored
(the text still needs fixing) add the tutorial programs to the test run. R=rsc DELTA=41 (6 added, 0 deleted, 35 changed) OCL=22174 CL=22174
-
Russ Cox authored
R=ken OCL=22173 CL=22173
-
Robert Griesemer authored
R=r OCL=22171 CL=22171
-
Rob Pike authored
R=rsc OCL=22170 CL=22170
-
Russ Cox authored
R=ken OCL=22168 CL=22168
-
Russ Cox authored
R=r OCL=22166 CL=22166
-
Robert Griesemer authored
R=r OCL=22160 CL=22160
-
Robert Griesemer authored
(will help produce html output where we can click on identifiers and get to the declaration) - snapshot before changing back to old new R=r OCL=22159 CL=22159
-
Ken Thompson authored
new for pointers R=r OCL=22158 CL=22158
-
Rob Pike authored
indexes, and a global boolean function for quick action. R=rsc DELTA=152 (127 added, 12 deleted, 13 changed) OCL=22140 CL=22142
-
Rob Pike authored
R=rsc DELTA=40 (18 added, 22 deleted, 0 changed) OCL=22134 CL=22139
-
Robert Griesemer authored
- adding "init()" - fixing some bugs with slice documentation DELTA=118 (45 added, 7 deleted, 66 changed) OCL=22084 CL=22136
-
Russ Cox authored
,s/int32/long/g in 8a, 8c, 8l. delete dead code. move enam.c, 8.out.h, mkenam from 8c to 8l. R=r DELTA=1850 (581 added, 983 deleted, 286 changed) OCL=22119 CL=22129
-
Russ Cox authored
remove unused second parameter. R=ken OCL=22126 CL=22126
-
Russ Cox authored
R=r DELTA=3562 (0 added, 3560 deleted, 2 changed) OCL=22112 CL=22114
-
Russ Cox authored
ask for bison explicitly in cc, gc to try to avoid problems with other yaccs that might be installed. R=r DELTA=29 (10 added, 2 deleted, 17 changed) OCL=22110 CL=22113
-
Russ Cox authored
R=r DELTA=19539 (19539 added, 0 deleted, 0 changed) OCL=22109 CL=22109
-
Russ Cox authored
R=ken OCL=22078 CL=22080
-
- 05 Jan, 2009 4 commits
-
-
Rob Pike authored
R=rsc DELTA=10 (1 added, 2 deleted, 7 changed) OCL=22033 CL=22033
-
Russ Cox authored
now passes even under loaded conditions on r45. R=r DELTA=2 (0 added, 0 deleted, 2 changed) OCL=22019 CL=22022
-
Russ Cox authored
was incrementing lineno twice for the \n after a // comment. R=r DELTA=3 (0 added, 2 deleted, 1 changed) OCL=21984 CL=22021
-
Robert Griesemer authored
Instead of trying to make open arrays look like arrays (which they aren't, they just look like them), I decided to call them "slice types". As a result they have value semantics, and one can really talk about what they really are. Note: - There are lots of missing details - There are probably lots of mistakes Looking for some initial feedback. R=r DELTA=444 (180 added, 189 deleted, 75 changed) OCL=21769 CL=22020
-
- 30 Dec, 2008 3 commits
-
-
Ian Lance Taylor authored
R=ken DELTA=20 (20 added, 0 deleted, 0 changed) OCL=21889 CL=21929
-
Ken Thompson authored
has to do with printing patched it out R=r OCL=21921 CL=21923
-
Ken Thompson authored
receivers in methods. put back original code for hilbert/bignum R=r OCL=21910 CL=21920
-
- 26 Dec, 2008 1 commit
-
-
Ken Thompson authored
rvalue promoted to method receiver. fixes to bignum that failed. R=r OCL=21827 CL=21827
-
- 23 Dec, 2008 1 commit
-
-
Rob Pike authored
TBR=rsc OCL=21766 CL=21766
-
- 22 Dec, 2008 1 commit
-
-
Rob Pike authored
TBR=rsc DELTA=34 (33 added, 0 deleted, 1 changed) OCL=21718 CL=21718
-
- 21 Dec, 2008 6 commits
-
-
Rob Pike authored
it's 25% faster and runs with 40% less memory allocation than before R=rsc DELTA=20 (15 added, 0 deleted, 5 changed) OCL=21690 CL=21690
-
Rob Pike authored
lines marked BUG are rewrites working around 6g bug. R=rsc DELTA=161 (42 added, 2 deleted, 117 changed) OCL=21689 CL=21689
-
Russ Cox authored
make sure type of expr is T not just []int R=ken OCL=21688 CL=21688
-
Ken Thompson authored
R=r OCL=21685 CL=21687
-
Rob Pike authored
convert to printf. increase count to 1000 - maps are faster now. add cases for structure values as key and maps. R=rsc DELTA=197 (66 added, 18 deleted, 113 changed) OCL=21683 CL=21686
-
Ken Thompson authored
R=r OCL=21684 CL=21684
-
- 20 Dec, 2008 2 commits
- 19 Dec, 2008 1 commit
-
-
Russ Cox authored
R=r DELTA=21 (12 added, 0 deleted, 9 changed) OCL=21653 CL=21653
-