1. 25 Jun, 2013 1 commit
    • Daniel Stenberg's avatar
      printf: make sure %x are treated unsigned · cb1aa8b0
      Daniel Stenberg authored
      When using %x, the number must be treated as unsigned as otherwise it
      would get sign-extended on for example 64bit machines and do wrong
      output. This problem showed when doing printf("%08x", 0xffeeddcc) on a
      64bit host.
      cb1aa8b0
  2. 24 Jun, 2013 2 commits
  3. 23 Jun, 2013 3 commits
  4. 22 Jun, 2013 15 commits
  5. 20 Jun, 2013 3 commits
  6. 18 Jun, 2013 1 commit
  7. 17 Jun, 2013 2 commits
  8. 15 Jun, 2013 1 commit
  9. 14 Jun, 2013 1 commit
  10. 13 Jun, 2013 3 commits
  11. 12 Jun, 2013 4 commits
  12. 10 Jun, 2013 4 commits