Skip to content
  1. Jun 25, 2013
    • 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. Jun 24, 2013
  3. Jun 23, 2013
  4. Jun 22, 2013
  5. Jun 20, 2013
  6. Jun 18, 2013
  7. Jun 17, 2013
  8. Jun 15, 2013
  9. Jun 14, 2013
  10. Jun 13, 2013
  11. Jun 12, 2013
  12. Jun 10, 2013