1. 29 Apr, 2009 1 commit
  2. 28 Apr, 2009 8 commits
    • Ken Thompson's avatar
      bug 139 · 91ce0ef8
      Ken Thompson authored
      R=r
      OCL=27987
      CL=27987
      91ce0ef8
    • Ken Thompson's avatar
      bug131 has been fixed with no change · f2714e38
      Ken Thompson authored
      R=r
      OCL=27980
      CL=27980
      f2714e38
    • Ken Thompson's avatar
      bug 145 · ad36c392
      Ken Thompson authored
      R=r
      OCL=27979
      CL=27979
      ad36c392
    • Robert Griesemer's avatar
      fix for broken build · 4fc82c2e
      Robert Griesemer authored
      TBR=r
      DELTA=1  (0 added, 0 deleted, 1 changed)
      OCL=27969
      CL=27969
      4fc82c2e
    • Ian Lance Taylor's avatar
      Recognize gcco error messages. · 905338a8
      Ian Lance Taylor authored
      declbad.go:15:3: error: variables redeclared but no variable is new
      declbad.go:20:3: error: redefinition of 'f'
      declbad.go:19:3: note: previous definition of 'f' was here
      declbad.go:25:3: error: redefinition of 'i'
      declbad.go:24:3: note: previous definition of 'i' was here
      declbad.go:30:3: error: variables redeclared but no variable is new
      declbad.go:35:3: error: redefinition of 'i'
      declbad.go:34:3: note: previous definition of 'i' was here
      declbad.go:40:3: error: variables redeclared but no variable is new
      declbad.go:45:3: error: variables redeclared but no variable is new
      
      R=r
      DELTA=10  (0 added, 0 deleted, 10 changed)
      OCL=27934
      CL=27957
      905338a8
    • David Symonds's avatar
      Add a HTTP handler to the exvar package. · a08fb0ff
      David Symonds authored
      R=r
      APPROVED=r
      DELTA=20  (11 added, 6 deleted, 3 changed)
      OCL=27782
      CL=27950
      a08fb0ff
    • David Symonds's avatar
      Add more dependencies for lib/go. · 1304183e
      David Symonds authored
      This makes "make nuke install" work again.
      
      R=r
      APPROVED=r
      DELTA=2  (1 added, 0 deleted, 1 changed)
      OCL=27929
      CL=27932
      1304183e
    • Rob Pike's avatar
      implement .alternates · bd3b2f84
      Rob Pike authored
      R=rsc
      OCL=27928
      CL=27928
      bd3b2f84
  3. 27 Apr, 2009 3 commits
  4. 26 Apr, 2009 1 commit
  5. 25 Apr, 2009 5 commits
  6. 24 Apr, 2009 5 commits
  7. 23 Apr, 2009 1 commit
  8. 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
  9. 21 Apr, 2009 5 commits