1. 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
  2. 29 May, 2020 1 commit
  3. 28 May, 2020 10 commits
  4. 27 May, 2020 21 commits
  5. 26 May, 2020 5 commits
  6. 14 May, 2020 1 commit