1. 16 May, 2009 3 commits
    • Robert Griesemer's avatar
      weekly snapshot: · b7585a31
      Robert Griesemer authored
      format.go:
      - better error handling, indentation, support for defaults,
        environments for custom formatters, cleanups (more functionality, less code)
      
      pretty.go:
      - better comment printing using format.go
      
      made test script more robust
      
      TBR=r
      DELTA=622  (175 added, 305 deleted, 142 changed)
      OCL=28956
      CL=28956
      b7585a31
    • Russ Cox's avatar
      fix handling of line numbers for first function · a343e5ce
      Russ Cox authored
      R=r
      DELTA=2  (1 added, 0 deleted, 1 changed)
      OCL=28949
      CL=28951
      a343e5ce
    • Rob Pike's avatar
      s/NewLogger/New/ · c54699c9
      Rob Pike authored
      R=rsc
      DELTA=7  (0 added, 0 deleted, 7 changed)
      OCL=28947
      CL=28950
      c54699c9
  2. 15 May, 2009 12 commits
  3. 14 May, 2009 11 commits
  4. 13 May, 2009 6 commits
  5. 12 May, 2009 7 commits
  6. 11 May, 2009 1 commit
    • Robert Griesemer's avatar
      A couple of godoc improvements: · c6da3e5a
      Robert Griesemer authored
      - sort directories before printing
      - apply filtering to factory functions and methods
      - remove a couple of unused files
      
      R=r
      DELTA=84  (34 added, 40 deleted, 10 changed)
      OCL=28657
      CL=28657
      c6da3e5a