scsh-0.6/scheme/srfi
mainzelm 90ea0cf502 Fixed implementation of STRING-CONTAINS by using the commented out
"slow & simple" version instead of calling the KMP searcher.

See http://srfi.schemers.org/srfi-13/post-mail-archive/msg00003.html

I fixed the mentioned "off-by-one error" by using <= instead of < at
the termination check.
2004-01-13 15:37:35 +00:00
..
srfi-1.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
srfi-2.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
srfi-5.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
srfi-7.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
srfi-11.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
srfi-13.scm Fixed implementation of STRING-CONTAINS by using the commented out 2004-01-13 15:37:35 +00:00
srfi-14.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
srfi-16.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
srfi-17.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
srfi-19.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
srfi-25.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
srfi-26.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
srfi-27.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
srfi-28.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
srfi-31.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
srfi-37.scm GC_PROTECT some variables. 2003-05-01 10:21:33 +00:00
srfi-42.scm Added SRFI-42 2003-10-24 08:34:38 +00:00