Skip to content
Snippets Groups Projects
  1. Jul 26, 2018
  2. Jul 25, 2018
  3. Jul 23, 2018
  4. Jul 22, 2018
  5. Jul 21, 2018
  6. Jul 19, 2018
  7. Jul 17, 2018
  8. Jul 14, 2018
  9. Jul 13, 2018
  10. Jul 08, 2018
  11. Jul 03, 2018
  12. Jul 02, 2018
  13. Jul 01, 2018
  14. Jun 30, 2018
  15. Jun 28, 2018
  16. Jun 27, 2018
  17. Jun 26, 2018
  18. Jun 25, 2018
  19. Jun 23, 2018
  20. Jun 22, 2018
  21. Jun 21, 2018
  22. Jun 20, 2018
  23. May 16, 2018
  24. May 12, 2018
    • Alex Lyon's avatar
      stdio, string, platform: fix a bug in printf() involving chars · 0cabecd5
      Alex Lyon authored
      Because we were previously converting the bytes in the format
      string into Rust's char type and then printing that using the
      format machinery, byte values that were not valid single-byte
      UTF-8 characters failed to print correctly.  I found this while
      trying to implement qsort() because the output of my test program
      was mysteriously incorrect despite it working when I used glibc.
      0cabecd5
  25. May 11, 2018
Loading