1. 08 Jun, 2009 3 commits
  2. 07 Jun, 2009 12 commits
  3. 06 Jun, 2009 10 commits
  4. 05 Jun, 2009 8 commits
  5. 04 Jun, 2009 7 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
    • Rob Pike's avatar
      use the new bytes package · 424f4f0f
      Rob Pike authored
      R=rsc
      DELTA=61  (8 added, 31 deleted, 22 changed)
      OCL=29897
      CL=29899
      424f4f0f
    • Russ Cox's avatar
      more 8g progress. · 9a9ffb2b
      Russ Cox authored
      likely to go back to registers for most temporaries.
      
      most tests in lib pass.  these fail:
      
      	datafmt
      	fmt
      	go/scanner
      	log
      	reflect
      	strconv
      	template
      
      R=ken
      OCL=29896
      CL=29898
      9a9ffb2b
    • Rob Pike's avatar
      bytes.Copy · 52e5d061
      Rob Pike authored
      R=rsc
      DELTA=38  (38 added, 0 deleted, 0 changed)
      OCL=29895
      CL=29895
      52e5d061