1. 24 Oct, 2008 4 commits
  2. 23 Oct, 2008 7 commits
  3. 22 Oct, 2008 10 commits
  4. 21 Oct, 2008 11 commits
  5. 20 Oct, 2008 8 commits
    • Robert Griesemer's avatar
      - fixed missing parens in some cases of unary expressions · 9d20c85a
      Robert Griesemer authored
      - added validation test verifying that pretty output compiles with 6g again (disabled at the moment)
      - replaced another recursive function with an interative solution
      
      R=r
      OCL=17505
      CL=17505
      9d20c85a
    • Russ Cox's avatar
      fix compiler warnings · 28912ce0
      Russ Cox authored
      R=r
      DELTA=44  (10 added, 9 deleted, 25 changed)
      OCL=17502
      CL=17502
      28912ce0
    • Russ Cox's avatar
      use Biobuf not fd for reading objects. · bfc70d0f
      Russ Cox authored
      will make reading type info easier.
      
      R=r
      DELTA=21  (2 added, 1 deleted, 18 changed)
      OCL=17491
      CL=17501
      bfc70d0f
    • Russ Cox's avatar
      add nuke · aff914c6
      Russ Cox authored
      R=r
      DELTA=3  (3 added, 0 deleted, 0 changed)
      OCL=17497
      CL=17500
      aff914c6
    • Russ Cox's avatar
      run.bash: do not make test in gosrc · 46d3497a
      Russ Cox authored
      R=gri
      DELTA=1  (0 added, 0 deleted, 1 changed)
      OCL=17476
      CL=17499
      46d3497a
    • Robert Griesemer's avatar
      - use stringtorune library function for faster rune scanning · 5d0e5a78
      Robert Griesemer authored
      - converted 2 right-recursive parsing functions into iterative versions
      - renamed node.go -> ast.go (clearer)
      
      R=r
      OCL=17496
      CL=17498
      5d0e5a78
    • Russ Cox's avatar
      6g: · ef40d943
      Russ Cox authored
      	make sure methods end up immediately following
      	the struct they are methods on.
      ar:
      	eliminate duplicate definitions from __.PKGDEF.
      	check that multiple .6 do not give different defs for same
      		exported type/var/func/const.
      	increase ar header name size from 16 to 64 bytes
      
      R=r
      DELTA=379  (333 added, 18 deleted, 28 changed)
      OCL=17477
      CL=17481
      ef40d943
    • Rob Pike's avatar
      add primitive ftoa, dtoa to strings library. · 03a9872f
      Rob Pike authored
      R=rsc
      DELTA=72  (69 added, 0 deleted, 3 changed)
      OCL=17478
      CL=17480
      03a9872f