1. 20 Aug, 2008 2 commits
  2. 13 Aug, 2008 4 commits
  3. 12 Aug, 2008 15 commits
  4. 11 Aug, 2008 8 commits
  5. 10 Aug, 2008 5 commits
  6. 09 Aug, 2008 3 commits
  7. 08 Aug, 2008 3 commits
    • Robert Griesemer's avatar
      - removed misleading comment in bug041.go · 7924b386
      Robert Griesemer authored
      - removed bug042.go - not a bug according to updated spec
      
      R=r
      DELTA=43  (5 added, 36 deleted, 2 changed)
      OCL=14008
      CL=14010
      7924b386
    • Rob Pike's avatar
      fix a couple of tests that had shell errors · 3963fe3b
      Rob Pike authored
      clean up the golden file a bit to have less meaningless content and be more robust to spurious diffs.
      now there is output only for tests that produce output or failure.
      
      R=gri
      OCL=14005
      CL=14005
      3963fe3b
    • Russ Cox's avatar
      Change generated acid to indent nested structures properly. · 907f38ac
      Russ Cox authored
      Before the change:
      
      acid: M(m0)
      	g0	00008dd0
      	morearg	00000000
      	cret	00000000
      	curg	2aaaaaaab000
      	lastg	00000000
      Gobuf sched {
      	SP	ffffe5e0
      	PC	7fff00001ba1
      }
      	...
      acid:
      
      After the change:
      
      acid: M(m0)
      	g0	(G)00008dd0
      	morearg	00000000
      	cret	00000000
      	curg	(G)2aaaaaaab000
      	lastg	(G)00000000
      	Gobuf sched {
      		SP	ffffe5e0
      		PC	00001ba1
      	}
      	...
      acid:
      
      R=ken
      DELTA=27  (14 added, 2 deleted, 11 changed)
      OCL=13802
      CL=13998
      907f38ac