[Wisp-cvs] wisp/modules builtin.wid,1.173,1.174
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-11 17:35:23
|
Update of /cvsroot/wisp/wisp/modules In directory usw-pr-cvs1:/tmp/cvs-serv4198/modules Modified Files: builtin.wid Log Message: Made |string-compare| able to compare strings of different character width. Index: builtin.wid =================================================================== RCS file: /cvsroot/wisp/wisp/modules/builtin.wid,v retrieving revision 1.173 retrieving revision 1.174 diff -u -d -r1.173 -r1.174 --- builtin.wid 7 Sep 2002 22:01:23 -0000 1.173 +++ builtin.wid 11 Sep 2002 17:34:50 -0000 1.174 @@ -1592,14 +1592,11 @@ * /a/ and /b/ are conses whose car and cdr parts are recursively equal; * /a/ and /b/ are strings of equal length whose corresponding - characters are equal charactes (see |char=?|); + characters are equal characters (see |char=?|); * /a/ and /b/ are vectors of equal length whose corresponding elements are recursively equal. It is an error to pass a circular data structure to |equal?|. - - :Bugs: the current implementation of wide-character strings is unable - to properly compare strings of different character width. :Conforms to: R5RS. |