1. 28 Apr, 2009 2 commits
  2. 27 Apr, 2009 3 commits
  3. 26 Apr, 2009 1 commit
  4. 25 Apr, 2009 5 commits
  5. 24 Apr, 2009 5 commits
  6. 23 Apr, 2009 1 commit
  7. 22 Apr, 2009 11 commits
    • Rob Pike's avatar
      add {.tab} · 258a08ed
      Rob Pike authored
      fix a couple of comments
      
      TBR=rsc
      OCL=27716
      CL=27716
      258a08ed
    • Rob Pike's avatar
      allow godoc to match on regular expressions. · 9d70646f
      Rob Pike authored
      if the name contains a metacharacter, use regexp matching;
      otherwise require strict equality.
      
      now
      	godoc flag '.*Var'
      can give you all the FooVar functions.
      
      R=gri
      DELTA=19  (19 added, 0 deleted, 0 changed)
      OCL=27711
      CL=27713
      9d70646f
    • Rob Pike's avatar
      fix template. · 4b62e8d7
      Rob Pike authored
      .or works in .repeated so remove the comment.
      the bug was in the template: .section executes iff the field is non-empty.
      
      R=gri
      DELTA=13  (6 added, 7 deleted, 0 changed)
      OCL=27710
      CL=27712
      4b62e8d7
    • David Symonds's avatar
      Extend fixedbugs/bug143.go with function return values, · 2f8a2dc1
      David Symonds authored
      as a regression test for the fix made in s2/27706.
      
      R=r
      APPROVED=r
      DELTA=14  (13 added, 0 deleted, 1 changed)
      OCL=27707
      CL=27709
      2f8a2dc1
    • David Symonds's avatar
      Clean up some more code after bug143 was fixed. · d7240924
      David Symonds authored
      R=r
      APPROVED=r
      DELTA=6  (0 added, 5 deleted, 1 changed)
      OCL=27708
      CL=27708
      d7240924
    • Ken Thompson's avatar
      2 minor bugs. · 190a5408
      Ken Thompson authored
      lv context for some [] operations
      calling implicit(*map) before walk.
      
      R=r
      OCL=27706
      CL=27706
      190a5408
    • Ken Thompson's avatar
      bug in shift of longer operand · c18db5aa
      Ken Thompson authored
      by a shorter operand. the bits
      in the difference were not cheared.
      
      R=r
      OCL=27705
      CL=27705
      c18db5aa
    • Robert Griesemer's avatar
      remove lots of accumulated crud: · dc08ad4f
      Robert Griesemer authored
      - delete utility files which contained functionality that is now elsewhere
        (or saved the files away for now)
      - cleanup Makefile (remove unnecessary deps)
      - minor adjustments to godoc, fixed a couple of bugs
      - make pretty.go self-contained
      
      TBR=r
      DELTA=625  (81 added, 510 deleted, 34 changed)
      OCL=27700
      CL=27702
      dc08ad4f
    • David Symonds's avatar
      Bug 143 is fixed, so clean up some of exvar. · f8931c6c
      David Symonds authored
      R=r
      APPROVED=r
      DELTA=8  (3 added, 1 deleted, 4 changed)
      OCL=27699
      CL=27701
      f8931c6c
    • Rob Pike's avatar
      bug143 is fixed · 227fe8c5
      Rob Pike authored
      R=dsymonds
      DELTA=58  (26 added, 32 deleted, 0 changed)
      OCL=27698
      CL=27698
      227fe8c5
    • Ken Thompson's avatar
      supply default indirection to · b5e75621
      Ken Thompson authored
      map indexing - bug 143
      
      R=r
      OCL=27695
      CL=27695
      b5e75621
  8. 21 Apr, 2009 9 commits
  9. 20 Apr, 2009 3 commits