]> gitweb.factorcode.org Git - factor.git/commit
strings: the fast path for set-string-nth was being used inappropriately for negative...
authorJoe Groff <arcata@gmail.com>
Wed, 20 Jul 2011 17:21:11 +0000 (10:21 -0700)
committerJoe Groff <arcata@gmail.com>
Wed, 20 Jul 2011 17:21:11 +0000 (10:21 -0700)
commitbd56ab985e5b643c498978e8ec8556f15573aad6
treed4ba7a3b114be7100accbea1e3dbddc2f6eb9609
parent40c45e08cab4609b306c1d2cd7027b90c948f05f
strings: the fast path for set-string-nth was being used inappropriately for negative numbers. use the fast path only for Z ∩ [0, 127]
core/strings/strings-tests.factor
core/strings/strings.factor