1. 24 Sep, 2009 4 commits
    • Austin Clements's avatar
      Fix declared and not used errors and unused import errors in · da4a2299
      Austin Clements authored
      the interpreter and update code to use ast.BasicDecl and
      multi-type switch.  There are still a lot of "switch _ :=
      x.(type)" that should make use of the new type switch syntax,
      but those will be a different CL.
      
      R=rsc
      APPROVED=rsc
      DELTA=58  (16 added, 23 deleted, 19 changed)
      OCL=34853
      CL=34963
      da4a2299
    • Austin Clements's avatar
      Fix declared and not used errors in old sym package (ogle · 73bac041
      Austin Clements authored
      hasn't been ported to the new sym package yet)
      
      R=rsc
      APPROVED=rsc
      DELTA=9  (0 added, 1 deleted, 8 changed)
      OCL=34851
      CL=34962
      73bac041
    • Russ Cox's avatar
      go/printer: fix sync bug - avoid sending on errors twice - · f0964a54
      Russ Cox authored
      	and report node type in error
      
      R=gri
      DELTA=4  (3 added, 0 deleted, 1 changed)
      OCL=34949
      CL=34955
      f0964a54
    • Russ Cox's avatar
      change code font to "monospace", which will · b817e979
      Russ Cox authored
      let the browser use the font the user has set up
      as the default fixed-width font, instead of forcing Courier.
      
      also set the size to 100%, which means 100% of the
      font size in the surrounding text.  this looks a little
      better in the main body but much better when the
      code is in a heading (like Package unsafe).
      
      R=r
      DELTA=4  (1 added, 0 deleted, 3 changed)
      OCL=34947
      CL=34947
      b817e979
  2. 23 Sep, 2009 2 commits
  3. 22 Sep, 2009 13 commits
  4. 21 Sep, 2009 8 commits
  5. 19 Sep, 2009 7 commits
  6. 18 Sep, 2009 6 commits