1. 29 May, 2009 10 commits
    • Russ Cox's avatar
      unary ^ update. · d83dc4f5
      Russ Cox authored
      []int -> string is already in the document.
      
      DELTA=7  (1 added, 1 deleted, 5 changed)
      OCL=29622
      CL=29631
      d83dc4f5
    • Rob Pike's avatar
      Automated g4 rollback of changelist 29478. · 65ec16b6
      Rob Pike authored
      *** Reason for rollback ***
      
        these semicolons are necessary only because of a bug in 6g
      
      *** Original change description ***
      
      add missing semicolons in example
      
      TBR=gri
      OCL=29624
      CL=29624
      65ec16b6
    • Ken Thompson's avatar
      bug 156 · fbcbcdbb
      Ken Thompson authored
      R=r
      OCL=29623
      CL=29623
      fbcbcdbb
    • Ken Thompson's avatar
      bug 155 · 1c7bee05
      Ken Thompson authored
      R=r
      OCL=29619
      CL=29619
      1c7bee05
    • Russ Cox's avatar
      64-bit integer math bugs · cc7c31ba
      Russ Cox authored
      R=r
      DELTA=46  (46 added, 0 deleted, 0 changed)
      OCL=29569
      CL=29614
      cc7c31ba
    • Ken Thompson's avatar
      bug 149 · 3b37b028
      Ken Thompson authored
      R=r
      OCL=29612
      CL=29612
      3b37b028
    • Russ Cox's avatar
      Fix godoc deadlock. · 47fe18bf
      Russ Cox authored
      The code was already careful not to use malloc/free
      for stack growth during calls to malloc.
      Avoid them during calls to free too.
      
      R=r
      DELTA=9  (7 added, 0 deleted, 2 changed)
      OCL=29606
      CL=29610
      47fe18bf
    • Russ Cox's avatar
      integer conversions and test. · 5d1d8a82
      Russ Cox authored
      R=ken
      OCL=29577
      CL=29589
      5d1d8a82
    • Russ Cox's avatar
      64-bit integer arithmetic. · 6e1762c0
      Russ Cox authored
      passes ridiculous test from CL 29569.
      
      R=ken
      OCL=29571
      CL=29573
      6e1762c0
    • Russ Cox's avatar
      print uint64 as uint64. · 0a6d8356
      Russ Cox authored
      R=ken
      OCL=29568
      CL=29570
      0a6d8356
  2. 28 May, 2009 8 commits
  3. 27 May, 2009 15 commits
  4. 26 May, 2009 7 commits