1. 12 Sep, 2008 9 commits
  2. 11 Sep, 2008 11 commits
  3. 10 Sep, 2008 9 commits
  4. 09 Sep, 2008 8 commits
  5. 08 Sep, 2008 3 commits
    • Russ Cox's avatar
      go linux x86-64 kernel fixes: · c3ca0561
      Russ Cox authored
      	* change .gosymtab and .gopclntab to section 7 (note)
      	* start INITTEXT at 4MB, not 4KB
      
      R=r
      OCL=14953
      CL=14959
      c3ca0561
    • Russ Cox's avatar
      limit tests to 4GB of memory. · 46eb0f7b
      Russ Cox authored
      3G works on thresher, 2G does not
      
      R=r
      OCL=14956
      CL=14958
      46eb0f7b
    • Robert Griesemer's avatar
      Proposal for new function type syntax as suggested by ken: · 7231ceb7
      Robert Griesemer authored
      - removed "func" from function type
      - make it work by changing composite literal syntax to use {} instead of ()
      
      FunctionType is now more in line with the rest of the declarations, as the
      keyword "func" is now really part of the declaration and not part of the type.
      
      R=r,ken
      DELTA=49  (14 added, 12 deleted, 23 changed)
      OCL=14864
      CL=14955
      7231ceb7