Files
Nim/lib
Zahary Karadjov 70ec344bbf bugfix: strutils.find was broken for strings with uneven number of chars
For some reason, the problem was manifesting only inside the VM, it was
detecting an attempt to read past the string end (i.e. the formerly
accessible null byte).

To catch such errors, strutils now performs static tests too.

I've solved the problem by re-implementing the Boyer-Moore algotihm
in a cleaner way and I took the opportunity to make some other
optimisations to strutils.
2018-05-07 09:37:49 +02:00
..
2017-02-20 17:24:19 +02:00
2018-04-29 07:59:03 +02:00
2018-04-15 19:59:11 +02:00
2018-04-26 23:08:57 +03:00
2013-03-16 23:53:07 +01:00
2018-04-15 13:43:01 +02:00
2014-08-28 09:59:26 +02:00