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