1. 08 Oct, 2020 2 commits
  2. 17 Sep, 2020 1 commit
  3. 07 Sep, 2020 1 commit
  4. 23 Jul, 2020 5 commits
  5. 20 Jul, 2020 5 commits
  6. 06 Jul, 2020 1 commit
  7. 01 Jul, 2020 1 commit
  8. 10 Jun, 2020 1 commit
  9. 30 May, 2020 2 commits
    • Rosen Penev's avatar
      use std chr functions · e4dad42c
      Rosen Penev authored
      The ones in std have overloads for const char/char.
      Signed-off-by: 's avatarRosen Penev <rosenp@gmail.com>
      e4dad42c
    • Max Kellermann's avatar
      lib/icu/Win32: paranoid-ify the buffer length checks · 99afe8e6
      Max Kellermann authored
      Passing `length+1` to `MultiByteToWideChar()` means the function may
      fill the whole buffer with output data, and could theoretically
      overwrite the null terminator.  In practice, this will never happen,
      but this way, it's slightly more correct.
      
      Also, null-terminate after `MultiByteToWideChar()`, after we got the
      real output length.  Again, this would never have been a problem, but
      who knows...
      99afe8e6
  10. 29 May, 2020 1 commit
  11. 27 May, 2020 5 commits
  12. 26 May, 2020 1 commit
  13. 05 May, 2020 2 commits
  14. 23 Apr, 2020 5 commits
  15. 22 Apr, 2020 4 commits
  16. 08 Apr, 2020 2 commits
  17. 03 Apr, 2020 1 commit