scsh-checkins
[Top] [All Lists]

[Scsh-checkins] scsh/scheme/srfi srfi-13.scm

To: scsh-checkins@lists.sourceforge.net
Subject: [Scsh-checkins] scsh/scheme/srfi srfi-13.scm
From: Martin Gasbichler <mainzelm@users.sourceforge.net>
Date: Tue Jan 13 07:38:03 2004
List-id: <scsh-checkins.lists.sourceforge.net>
Sender: scsh-checkins-admin@lists.sourceforge.net
Update of /cvsroot/scsh/scsh/scheme/srfi
In directory sc8-pr-cvs1:/tmp/cvs-serv3486

Modified Files:
      Tag: r0-6-stable
        srfi-13.scm 
Log Message:
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.



<Prev in Thread] Current Thread [Next in Thread>