1. 16 Jun, 2009 6 commits
  2. 15 Jun, 2009 3 commits
    • Robert Griesemer's avatar
      gofmt (final resting place TBD): · a893db87
      Robert Griesemer authored
      - replacement for pretty; app to format a single .go file
      
      printer.go (pkg/go/printer):
      - replacement for astprinter.go; implements AST printing
      - also replaces pkg/go/ast/format.go for now
      
      cleanups:
      - removed/saved away old code
      
      R=r,rsc,iant
      DELTA=2833  (1183 added, 1628 deleted, 22 changed)
      OCL=30226
      CL=30306
      a893db87
    • Robert Griesemer's avatar
      fixed typo (slipped in with previous submit) · c2faeac8
      Robert Griesemer authored
      TBR=rsc
      OCL=30300
      CL=30300
      c2faeac8
    • Robert Griesemer's avatar
      Support for line comments trailing a field or declaration: · 4a50434a
      Robert Griesemer authored
      - ast: added extra fields
      - parser: extended comment parsing to capture potential trailing comments
      
      Cleanups:
      - parser: more documentation, changed various identifiers from _-style to camelCase
      
      R=r,rsc
      DELTA=214  (84 added, 13 deleted, 117 changed)
      OCL=30259
      CL=30299
      4a50434a
  3. 12 Jun, 2009 1 commit
  4. 11 Jun, 2009 2 commits
  5. 10 Jun, 2009 3 commits
  6. 09 Jun, 2009 11 commits
  7. 08 Jun, 2009 6 commits
    • Russ Cox's avatar
      Pad error text for browsers that are too smart. · 34038e73
      Russ Cox authored
      404 page not found
      
      Chrome would ignore this error page if this text weren't here.
      Chrome would ignore this error page if this text weren't here.
      Chrome would ignore this error page if this text weren't here.
      Chrome would ignore this error page if this text weren't here.
      Chrome would ignore this error page if this text weren't here.
      Chrome would ignore this error page if this text weren't here.
      Chrome would ignore this error page if this text weren't here.
      Chrome would ignore this error page if this text weren't here.
      Chrome would ignore this error page if this text weren't here.
      Chrome would ignore this error page if this text weren't here.
      Chrome would ignore this error page if this text weren't here.
      Chrome would ignore this error page if this text weren't here.
      Chrome would ignore this error page if this text weren't here.
      Chrome would ignore this error page if this text weren't here.
      Chrome would ignore this error page if this text weren't here.
      Chrome would ignore this error page if this text weren't here.
      
      R=presotto
      APPROVED=p
      DELTA=50  (50 added, 0 deleted, 0 changed)
      OCL=30056
      CL=30061
      34038e73
    • Russ Cox's avatar
      Add comment. · 925183cf
      Russ Cox authored
      R=gri
      DELTA=2  (2 added, 0 deleted, 0 changed)
      OCL=30058
      CL=30060
      925183cf
    • Robert Griesemer's avatar
      - bug fix: no need to add extra '.' when renaming custom formatters · eec49918
      Robert Griesemer authored
      - added corresponding test case
      
      R=rsc
      DELTA=10  (7 added, 1 deleted, 2 changed)
      OCL=30055
      CL=30059
      eec49918
    • Russ Cox's avatar
      add exec example to http triv.go. · cd80000d
      Russ Cox authored
      fix darwin interrupt bug (race with SIGCHLD).
      
      R=gri
      DELTA=46  (40 added, 0 deleted, 6 changed)
      OCL=30052
      CL=30057
      cd80000d
    • Robert Griesemer's avatar
      issue http redirect when needed · 80ca2afd
      Robert Griesemer authored
      R=rsc
      DELTA=31  (6 added, 8 deleted, 17 changed)
      OCL=30046
      CL=30051
      80ca2afd
    • Kai Backman's avatar
      Fix Makefile in runtime to create proper /pkg subdir. · 63c2d521
      Kai Backman authored
      R=rsc
      APPROVED=rsc
      DELTA=2  (1 added, 0 deleted, 1 changed)
      OCL=30043
      CL=30043
      63c2d521
  8. 07 Jun, 2009 8 commits