Skip to content
Snippets Groups Projects
  1. Aug 20, 2020
  2. Aug 05, 2020
  3. Jun 29, 2020
  4. Dec 05, 2019
  5. Jul 11, 2019
  6. Apr 23, 2019
  7. Feb 21, 2019
  8. Feb 20, 2019
  9. Oct 13, 2018
  10. Aug 07, 2018
  11. Jul 22, 2018
  12. 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.
      Unverified
      0cabecd5
  13. Mar 04, 2018
Loading