Skip to content

Releases: IwanKaramazow/FastReplaceString

Bugfix release

11 Nov 19:33
Compare
Choose a tag to compare

Fixes another segfault where searching tried to read past end of haystack length.

Make FastReplaceString not segfault again.

22 Apr 18:27
Compare
Choose a tag to compare
  • Bugfix: don't segfault when copying the final part of the string.

Cpp

20 Apr 19:36
Compare
Choose a tag to compare
Cpp
  • c -> cpp
  • Segfault free
  • No longer unix specific
  • CI for linux, mac & windows!
  • Speed optimizations

Thanks @wokalski for making this possible

Segfault free static position cache

18 Apr 20:37
Compare
Choose a tag to compare
  • Disable growing position cache.
  • Doesn't segfault on CI.

Initial Release

01 Apr 07:05
Compare
Choose a tag to compare
  • it works
  • handles binary files