1. 06 Jun, 2009 10 commits
  2. 05 Jun, 2009 8 commits
  3. 04 Jun, 2009 17 commits
  4. 03 Jun, 2009 5 commits
    • Russ Cox's avatar
      zero struct in T{} · ea7f5505
      Russ Cox authored
      R=ken
      OCL=29849
      CL=29849
      ea7f5505
    • Russ Cox's avatar
      fix build. i would love to know why my other client · 024c83f2
      Russ Cox authored
      didn't see this as a diff.
      
      TBR=r
      OCL=29827
      CL=29831
      024c83f2
    • David Symonds's avatar
      Define os.PageSize and syscall.PageSize. · e02d3e8e
      David Symonds authored
      R=rsc
      APPROVED=rsc
      DELTA=13  (13 added, 0 deleted, 0 changed)
      OCL=29429
      CL=29819
      e02d3e8e
    • Russ Cox's avatar
      trivial cut and paste: move 64-bit simulation into cgen64.c · ab3d40b2
      Russ Cox authored
      R=ken
      OCL=29812
      CL=29812
      ab3d40b2
    • Russ Cox's avatar
      8g: · a00bfb5b
      Russ Cox authored
        * floating point -> integer conversions.
          x86 defines that overflow/underflow
          results in 1<<15, 1<<31, 1<<63 for
          int16, int32, int64.  when building the
          unsigned conversions out of the native signed
          ones, 8g turns overflow/underflow into zero.
          the spec does not say what should happen.
      
        * many tiny bug fixes.  can run a large number
          of files from go/test now, and can fmt.Printf.
      
        * struggling with byte register allocation
          and float32 computation.
      
      R=ken
      OCL=29642
      CL=29811
      a00bfb5b