- 13 Aug, 2009 1 commit
-
-
Austin Clements authored
R=rsc APPROVED=rsc DELTA=15 (9 added, 6 deleted, 0 changed) OCL=33136 CL=33136
-
- 12 Aug, 2009 18 commits
-
-
Russ Cox authored
character string to machine address. not filled in, just carved out. R=austin DELTA=77 (11 added, 34 deleted, 32 changed) OCL=33122 CL=33124
-
Russ Cox authored
R=ken OCL=33123 CL=33123
-
Russ Cox authored
R=r DELTA=827 (0 added, 826 deleted, 1 changed) OCL=33117 CL=33120
-
Russ Cox authored
TBR=austin DELTA=9 (4 added, 4 deleted, 1 changed) OCL=33115 CL=33115
-
Russ Cox authored
R=ken OCL=33108 CL=33113
-
Russ Cox authored
R=r DELTA=31 (2 added, 28 deleted, 1 changed) OCL=33064 CL=33112
-
Russ Cox authored
R=r DELTA=163 (1 added, 149 deleted, 13 changed) OCL=33106 CL=33111
-
Russ Cox authored
R=r DELTA=6 (4 added, 0 deleted, 2 changed) OCL=33107 CL=33110
-
Austin Clements authored
R=rsc APPROVED=rsc DELTA=22 (22 added, 0 deleted, 0 changed) OCL=33053 CL=33104
-
Rob Pike authored
R=rsc OCL=33103 CL=33103
-
Russ Cox authored
had to reorder some init code. R=r DELTA=136 (15 added, 110 deleted, 11 changed) OCL=33071 CL=33102
-
Russ Cox authored
to whole-package compilation. R=r OCL=33070 CL=33101
-
Russ Cox authored
mostly removing forward declarations. R=r DELTA=138 (2 added, 127 deleted, 9 changed) OCL=33068 CL=33099
-
Russ Cox authored
gobuild is obsolete; don't build it (will delete eventually). revised gotest for whole-package compilation. R=r DELTA=102 (68 added, 6 deleted, 28 changed) OCL=33067 CL=33098
-
Russ Cox authored
whole-package compilation. new Makefiles, tests now in separate package bytes flag fmt io math once os reflect strconv sync time utf8 delete import "xxx" in package xxx. inside package xxx, xxx is not declared anymore so s/xxx.//g delete file and package level forward declarations. note the new internal_test.go and sync and strconv to provide public access to internals during testing. the installed version of the package omits that file and thus does not open the internals to all clients. R=r OCL=33065 CL=33097
-
Russ Cox authored
8g: save AX/DX around div R=ken OCL=33094 CL=33096
-
Russ Cox authored
R=ken OCL=33063 CL=33095
-
Russ Cox authored
R=ken OCL=33051 CL=33051
-
- 11 Aug, 2009 8 commits
-
-
Rob Pike authored
remove "regexp." from regexp tests. R=rsc DELTA=1173 (1152 added, 1 deleted, 20 changed) OCL=33028 CL=33037
-
Rob Pike authored
R=rsc DELTA=16 (12 added, 0 deleted, 4 changed) OCL=33030 CL=33035
-
Robert Griesemer authored
R=rsc DELTA=80 (40 added, 40 deleted, 0 changed) OCL=33024 CL=33027
-
Russ Cox authored
R=r DELTA=95 (0 added, 0 deleted, 95 changed) OCL=33012 CL=33012
-
Russ Cox authored
x.go:3: invalid indirect of X (type int) was x.go:3: invalid indirect of nil R=ken OCL=33008 CL=33008
-
Robert Griesemer authored
- runs approx. 30% faster R=r DELTA=24 (10 added, 2 deleted, 12 changed) OCL=32984 CL=33005
-
Robert Griesemer authored
- wrote corresponding fast versions in fast.arith.s - implemented in-place operations for some routines - updated existing code to be compatible with in-place routines These changes allow the pidigits benchmark to run approx. 30% faster. Enabling the assembly routines in fast.arith.s will give another approx. 3%. R=r DELTA=486 (252 added, 68 deleted, 166 changed) OCL=32980 CL=33003
-
Rob Pike authored
R=rsc DELTA=90 (90 added, 0 deleted, 0 changed) OCL=32993 CL=33001
-
- 10 Aug, 2009 5 commits
-
-
Austin Clements authored
non-addressable expressions. R=rsc APPROVED=rsc DELTA=241 (202 added, 15 deleted, 24 changed) OCL=32790 CL=32995
-
Russ Cox authored
R=ken OCL=32975 CL=32975
-
Ken Thompson authored
R=rsc OCL=32971 CL=32971
-
Stephen Ma authored
AllMatchesStringIter, based on sawn and sawzall functions in sawzall. APPROVED=rsc DELTA=218 (218 added, 0 deleted, 0 changed) OCL=32408 CL=32949
-
David Symonds authored
APPROVED=rsc DELTA=1 (1 added, 0 deleted, 0 changed) OCL=32948 CL=32948
-
- 09 Aug, 2009 4 commits
-
-
Ken Thompson authored
R=rsc OCL=32947 CL=32947
-
Ken Thompson authored
2. moved functions from 6g to gc for portability to other families. 3. added rotate-carry instructions to peek and reg. R=rsc OCL=32946 CL=32946
-
David Symonds authored
Fix octal parsing that it unearthed. R=rsc APPROVED=rsc DELTA=11 (5 added, 0 deleted, 6 changed) OCL=32924 CL=32945
-
Rob Pike authored
R=rsc DELTA=293 (224 added, 0 deleted, 69 changed) OCL=32917 CL=32944
-
- 08 Aug, 2009 4 commits
-
-
Ken Thompson authored
only need to fix up certain denominators R=rsc OCL=32928 CL=32928
-
Ken Thompson authored
still to do - overflow, mod R=rsc OCL=32927 CL=32927
-
Ken Thompson authored
no real change -- disabled because of bugs R=rsc OCL=32923 CL=32923
-
Robert Griesemer authored
- added some TODOs DELTA=46 (15 added, 4 deleted, 27 changed) OCL=32901 CL=32918
-