1. 29 Sep, 2008 6 commits
    • Russ Cox's avatar
      * implement Linux epoll for polling i/o · e4a61c65
      Russ Cox authored
      * isolate OS-specific polling goop in Pollster type
      * move generic poll loop out of fd_darwin.go into fd.go
      
      R=r
      DELTA=782  (448 added, 281 deleted, 53 changed)
      OCL=16108
      CL=16119
      e4a61c65
    • Russ Cox's avatar
      delete unused files · 878fe69b
      Russ Cox authored
      R=r
      DELTA=494  (0 added, 494 deleted, 0 changed)
      OCL=16109
      CL=16115
      878fe69b
    • Russ Cox's avatar
      make bugs not fail · 785afb08
      Russ Cox authored
      R=r
      DELTA=6  (0 added, 0 deleted, 6 changed)
      OCL=16110
      CL=16114
      785afb08
    • Robert Griesemer's avatar
      - added language about string literal concatenation · cd49927c
      Robert Griesemer authored
      - added "..." to list of delimiters (slightly re-arranged that table)
      - rename of 2 productions for more consistent naming
      
      R=r
      DELTA=20  (7 added, 1 deleted, 12 changed)
      OCL=16101
      CL=16103
      cd49927c
    • Ian Lance Taylor's avatar
      Storing an out of range constant into a variable should · 08df4dcf
      Ian Lance Taylor authored
      ideally cause the compiler to give an error.  Right now 6g
      warns about large shifts but does not give an error.  This CL
      removes the out of range shift from shift.go, so that it will
      work with gccgo, and adds a test case in bugs/ to be fixed at
      a later date.
      
      R=ken,r
      DELTA=23  (9 added, 14 deleted, 0 changed)
      OCL=16085
      CL=16088
      08df4dcf
    • Ken Thompson's avatar
      toward methods on any type · 89ac5618
      Ken Thompson authored
      R=r
      OCL=16068
      CL=16068
      89ac5618
  2. 28 Sep, 2008 2 commits
  3. 27 Sep, 2008 7 commits
  4. 26 Sep, 2008 19 commits
  5. 25 Sep, 2008 6 commits