- 07 Jun, 2009 5 commits
-
-
Russ Cox authored
instead of having to double the type and statement grammars. R=ken OCL=29987 CL=29998
-
Russ Cox authored
R=ken OCL=29984 CL=29997
-
Russ Cox authored
TBR=r OCL=29991 CL=29994
-
David Symonds authored
R=rsc APPROVED=rsc DELTA=45 (37 added, 1 deleted, 7 changed) OCL=29964 CL=29990
-
Russ Cox authored
R=r DELTA=2 (0 added, 0 deleted, 2 changed) OCL=29986 CL=29988
-
- 06 Jun, 2009 10 commits
-
-
Russ Cox authored
* no longer distinguishes const, var, type, package names. * all the predefined names are not tokens anymore. R=ken OCL=29326 CL=29985
-
Russ Cox authored
R=gri DELTA=1 (0 added, 0 deleted, 1 changed) OCL=29971 CL=29975
-
Robert Griesemer authored
R=rsc DELTA=1 (1 added, 0 deleted, 0 changed) OCL=29970 CL=29973
-
Russ Cox authored
R=ken OCL=29972 CL=29972
-
Robert Griesemer authored
TBR=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=29969 CL=29969
-
Russ Cox authored
(on plan 9 cc calls it log2, but that conflicts here.) the difference is that xlog2 returns -1 on non powers of 2. 8c was rewriting /10 into /8. R=ken OCL=29968 CL=29968
-
Russ Cox authored
* use new Make.$GOARCH files in gobuild. * rename 6ar to arch-generic gopack. * place objects in $GOROOT/pkg/$GOOS_$GOARCH (makes cross-compiling easier, and no one ever types these paths by hand anyway). R=r DELTA=29 (6 added, 8 deleted, 15 changed) OCL=29923 CL=29967
-
Russ Cox authored
R=r DELTA=761 (1 added, 433 deleted, 327 changed) OCL=29927 CL=29966
-
Robert Griesemer authored
- don't show p4 sync output if -verbose is not set R=rsc DELTA=25 (5 added, 15 deleted, 5 changed) OCL=29962 CL=29962
-
Robert Griesemer authored
R=rsc DELTA=1 (0 added, 0 deleted, 1 changed) OCL=29961 CL=29961
-
- 05 Jun, 2009 8 commits
-
-
Robert Griesemer authored
- set "Updated" timestamp on served pages to p4 sync time R=rsc DELTA=72 (66 added, 3 deleted, 3 changed) OCL=29959 CL=29959
-
Steve Newman authored
APPROVED=rsc DELTA=110 (110 added, 0 deleted, 0 changed) OCL=29766 CL=29951
-
Russ Cox authored
remove a few hardcoded paths elsewhere too. R=r,gri DELTA=123 (44 added, 15 deleted, 64 changed) OCL=29914 CL=29945
-
Russ Cox authored
detect 386 darwin breakpoint line. R=r DELTA=22 (4 added, 0 deleted, 18 changed) OCL=29929 CL=29944
-
Russ Cox authored
R=r DELTA=13 (0 added, 1 deleted, 12 changed) OCL=29928 CL=29943
-
Kai Backman authored
R=rsc APPROVED=rsc DELTA=3 (0 added, 0 deleted, 3 changed) OCL=29532 CL=29917
-
Russ Cox authored
R=kaib DELTA=36 (0 added, 36 deleted, 0 changed) OCL=29908 CL=29916
-
Russ Cox authored
R=r DELTA=44 (19 added, 1 deleted, 24 changed) OCL=29912 CL=29915
-
- 04 Jun, 2009 17 commits
-
-
Rob Pike authored
R=rsc DELTA=18 (10 added, 2 deleted, 6 changed) OCL=29909 CL=29909
-
Russ Cox authored
R=ken OCL=29907 CL=29907
-
Robert Griesemer authored
- cleanups: - replaced internal byte buffer implementation with io.ByteBuffer (now that we have one) - removed all uses of goto statements in favor of structured code - converted tests into a table-driven test R=r DELTA=277 (48 added, 67 deleted, 162 changed) OCL=29890 CL=29901
-
Russ Cox authored
add -match flag to select tests. gotest -match 'TestDeepEqual$' R=r DELTA=13 (12 added, 0 deleted, 1 changed) OCL=29900 CL=29900
-
Rob Pike authored
R=rsc DELTA=61 (8 added, 31 deleted, 22 changed) OCL=29897 CL=29899
-
Russ Cox authored
likely to go back to registers for most temporaries. most tests in lib pass. these fail: datafmt fmt go/scanner log reflect strconv template R=ken OCL=29896 CL=29898
-
Rob Pike authored
R=rsc DELTA=38 (38 added, 0 deleted, 0 changed) OCL=29895 CL=29895
-
Rob Pike authored
also has Equal and Compare R=rsc DELTA=348 (348 added, 0 deleted, 0 changed) OCL=29892 CL=29894
-
Robert Griesemer authored
- treat '\f' like '\n' ('\f' has special meaning in the tabwriter now) R=rsc DELTA=7 (4 added, 0 deleted, 3 changed) OCL=29790 CL=29893
-
Robert Griesemer authored
R=r DELTA=2 (0 added, 0 deleted, 2 changed) OCL=29889 CL=29889
-
Russ Cox authored
R=r DELTA=115 (115 added, 0 deleted, 0 changed) OCL=29884 CL=29888
-
Russ Cox authored
R=r DELTA=1652 (1652 added, 0 deleted, 0 changed) OCL=29883 CL=29887
-
Russ Cox authored
(stuck on 8l bug). R=r DELTA=349 (342 added, 1 deleted, 6 changed) OCL=29882 CL=29886
-
Russ Cox authored
R=r DELTA=1 (0 added, 0 deleted, 1 changed) OCL=29881 CL=29885
-
Russ Cox authored
can pass many tests; current stumbling block is an 8l bug. R=r DELTA=122 (83 added, 8 deleted, 31 changed) OCL=29872 CL=29876
-
Russ Cox authored
R=r DELTA=25 (25 added, 0 deleted, 0 changed) OCL=29875 CL=29875
-
Russ Cox authored
R=r DELTA=40 (40 added, 0 deleted, 0 changed) OCL=29850 CL=29855
-