1. 05 May, 2009 4 commits
  2. 04 May, 2009 3 commits
    • David Symonds's avatar
      Remake exvar package to be more Go-ish. · 2f284948
      David Symonds authored
      It now exports a Var interface (anyone can export their own custom var types now), so users need to create and manage their own vars and mark them as exportable via the Publish function. They are exposed via /debug/vars.
      
      R=r,rsc
      APPROVED=r
      DELTA=605  (314 added, 186 deleted, 105 changed)
      OCL=28143
      CL=28239
      2f284948
    • Robert Griesemer's avatar
      - remove wrong fix · 19c239c9
      Robert Griesemer authored
        (this corresponds to the currently running version of godoc)
      
      R=r
      DELTA=11  (0 added, 10 deleted, 1 changed)
      OCL=28238
      CL=28238
      19c239c9
    • Ken Thompson's avatar
      more morestack fiddling · 5963f590
      Ken Thompson authored
      R=r
      OCL=28204
      CL=28204
      5963f590
  3. 03 May, 2009 2 commits
  4. 02 May, 2009 5 commits
  5. 01 May, 2009 1 commit
    • Kai Backman's avatar
      Copied 8g/6g into 5g. Used sharp tools to coax a .5 file out · eac5db7f
      Kai Backman authored
      of 5g. 5l balks at the output and running 5g with -S shows
      the true extent of the disaster. Still, better than
      yesterday. Maybe.
      
      Tested on the canonical:
      
      package main
      func main() {
      }
      
      R=rsc
      APPROVED=rsc
      DELTA=4182  (4181 added, 0 deleted, 1 changed)
      OCL=27601
      CL=28175
      eac5db7f
  6. 30 Apr, 2009 15 commits
  7. 29 Apr, 2009 3 commits
    • Robert Griesemer's avatar
      typo in spec · ce9fbdbe
      Robert Griesemer authored
      R=tgs
      DELTA=1  (0 added, 0 deleted, 1 changed)
      OCL=28032
      CL=28032
      ce9fbdbe
    • Robert Griesemer's avatar
      Some adjustments to godoc: · 22301e8c
      Robert Griesemer authored
      - work-around for incorrect import path
      - added tmpl root in order to run against a goroot w/o templates
      - clarifications
      
      Daily snapshot of syntax-driven formatter. Some progress.
      
      Updated gccgo Makefile.
      
      TBR=r
      OCL=28004
      CL=28004
      22301e8c
    • Ken Thompson's avatar
      allow "defer close(chan)" · 7a98315c
      Ken Thompson authored
      bug found by anton
      
      R=r
      OCL=28001
      CL=28001
      7a98315c
  8. 28 Apr, 2009 7 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