[Wisp-cvs] wisp/modules builtin.wid,1.172,1.173
Status: Alpha
Brought to you by:
digg
From: <di...@us...> - 2002-09-07 22:01:58
|
Update of /cvsroot/wisp/wisp/modules In directory usw-pr-cvs1:/tmp/cvs-serv6487/modules Modified Files: builtin.wid Log Message: Dropped |string-length| and |vector-length| from the regular environment. Index: builtin.wid =================================================================== RCS file: /cvsroot/wisp/wisp/modules/builtin.wid,v retrieving revision 1.172 retrieving revision 1.173 diff -u -d -r1.172 -r1.173 --- builtin.wid 7 Sep 2002 21:54:53 -0000 1.172 +++ builtin.wid 7 Sep 2002 22:01:23 -0000 1.173 @@ -2723,13 +2723,6 @@ :Conforms to: SRFI-13. -string-length - - (|string-length| /string/) => /cardinal/ - - Returns the length of /string/. - - string-null? (|string-null?| /string/) => /boolean/ @@ -3114,7 +3107,7 @@ :Conforms to: R5RS. - :See also: |make-vector|, |vector-ref|, |vector-length|, |list|. + :See also: |make-vector|, |vector-ref|, |list|. vector-copy |