1. 01 Jan, 2021 1 commit
  2. 30 Nov, 2020 1 commit
  3. 16 Nov, 2020 1 commit
  4. 04 Nov, 2020 5 commits
  5. 28 Oct, 2020 2 commits
  6. 17 Oct, 2020 1 commit
    • Max Kellermann's avatar
      lib/nfs/patches: disable the snprintf->sprintf_s alias · 6a65b4c3
      Max Kellermann authored
      snprintf() is available on mingw, and the libnfs kludge broke the
      build with mingw, because sprintf_s() was now both an inline function
      and a "dllimport" function (because the macro renamed the inline
      function snprintf() to sprintf_s() in mingw's stdio.h).
      6a65b4c3
  7. 15 Oct, 2020 1 commit
  8. 08 Oct, 2020 2 commits
  9. 17 Sep, 2020 1 commit
  10. 07 Sep, 2020 1 commit
  11. 23 Jul, 2020 5 commits
  12. 20 Jul, 2020 5 commits
  13. 06 Jul, 2020 1 commit
  14. 01 Jul, 2020 1 commit
  15. 10 Jun, 2020 1 commit
  16. 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
  17. 29 May, 2020 1 commit
  18. 27 May, 2020 5 commits
  19. 26 May, 2020 1 commit
  20. 05 May, 2020 2 commits