1. 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
  2. 07 Jun, 2009 12 commits
  3. 06 Jun, 2009 10 commits
  4. 05 Jun, 2009 8 commits
  5. 04 Jun, 2009 4 commits
    • Rob Pike's avatar
      string([]int) is now implemented · 6739b8d6
      Rob Pike authored
      R=rsc
      DELTA=18  (10 added, 2 deleted, 6 changed)
      OCL=29909
      CL=29909
      6739b8d6
    • Russ Cox's avatar
      bug161, fixed · 2f2577a4
      Russ Cox authored
      R=ken
      OCL=29907
      CL=29907
      2f2577a4
    • Robert Griesemer's avatar
      - interpret form feed char as newline + flush · 40192594
      Robert Griesemer authored
      - cleanups:
        - replaced internal byte buffer implementation with io.ByteBuffer (now that we have one)
        - removed all uses of goto statements in favor of structured code
        - converted tests into a table-driven test
      
      R=r
      DELTA=277  (48 added, 67 deleted, 162 changed)
      OCL=29890
      CL=29901
      40192594
    • Russ Cox's avatar
      rename -chatty to more conventional -v. · d30f80ba
      Russ Cox authored
      add -match flag to select tests.
      
      gotest -match 'TestDeepEqual$'
      
      R=r
      DELTA=13  (12 added, 0 deleted, 1 changed)
      OCL=29900
      CL=29900
      d30f80ba