1. 09 Mar, 2013 1 commit
  2. 06 Mar, 2013 1 commit
  3. 25 Feb, 2013 2 commits
  4. 21 Oct, 2012 1 commit
  5. 06 Oct, 2012 1 commit
  6. 22 Aug, 2012 2 commits
  7. 07 Aug, 2012 1 commit
  8. 05 Jun, 2012 1 commit
  9. 06 Apr, 2012 1 commit
  10. 23 Mar, 2012 1 commit
  11. 22 Mar, 2012 1 commit
  12. 21 Mar, 2012 1 commit
  13. 18 Mar, 2012 1 commit
  14. 09 Mar, 2012 1 commit
  15. 04 Mar, 2012 1 commit
  16. 25 Feb, 2012 1 commit
  17. 29 Jul, 2011 1 commit
  18. 12 May, 2011 1 commit
  19. 23 Apr, 2011 1 commit
  20. 17 Apr, 2011 2 commits
  21. 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
  22. 19 Mar, 2011 2 commits
  23. 28 Jan, 2011 1 commit
  24. 26 Jan, 2011 1 commit
  25. 12 Nov, 2010 1 commit
  26. 24 Sep, 2010 1 commit
  27. 24 Jul, 2010 1 commit
  28. 03 Jun, 2010 1 commit
  29. 02 Jun, 2010 1 commit
  30. 26 May, 2010 1 commit
  31. 25 May, 2010 1 commit
  32. 20 Apr, 2010 1 commit
  33. 30 Mar, 2010 1 commit
  34. 06 Mar, 2010 1 commit
  35. 02 Dec, 2009 1 commit
  36. 01 Oct, 2009 1 commit