1. 08 Feb, 2012 1 commit
  2. 03 Feb, 2012 1 commit
  3. 29 Jan, 2012 1 commit
  4. 12 Dec, 2011 1 commit
  5. 11 Nov, 2011 1 commit
  6. 30 Oct, 2011 1 commit
  7. 11 Oct, 2011 1 commit
  8. 28 Sep, 2011 1 commit
  9. 11 Aug, 2011 1 commit
  10. 27 Jul, 2011 3 commits
  11. 21 Jul, 2011 4 commits
  12. 20 Jul, 2011 4 commits
  13. 19 Jul, 2011 1 commit
  14. 18 Jul, 2011 2 commits
  15. 16 Jul, 2011 1 commit
  16. 01 Jul, 2011 1 commit
  17. 10 May, 2011 2 commits
  18. 29 Apr, 2011 1 commit
  19. 27 Apr, 2011 1 commit
  20. 26 Apr, 2011 1 commit
  21. 17 Apr, 2011 2 commits
  22. 12 Apr, 2011 1 commit
    • Alex Converse's avatar
      Convert some undefined 1<<31 shifts into 1U<<31. · 187a5379
      Alex Converse authored
      According to ISO 9899:1999 S 6.5.7/4:
      
      The result of E1 << E2 is E1 left-shifted E2 bit positions; vacated bits
      are filled with zeros. If E1 has an unsigned type, the value of the
      result is E1× 2^E2, reduced modulo one more than the maximum value
      representable in the result type. If E1 has a signed type and
      nonnegative value, and E1× 2^E2 is representable in the result type, then
      that is the resulting value; otherwise, the behavior is undefined.
      187a5379
  23. 10 Apr, 2011 2 commits
  24. 26 Mar, 2011 1 commit
  25. 23 Mar, 2011 1 commit
  26. 22 Mar, 2011 1 commit
  27. 19 Mar, 2011 1 commit
  28. 16 Mar, 2011 1 commit