|
From: creedon <icr...@us...> - 2005-04-08 21:05:03
|
Update of /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/string In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32202 Modified Files: patternMatch Log Message: see < http://groups.yahoo.com/group/frontierkernel/message/823 >. Index: patternMatch =================================================================== RCS file: /cvsroot/frontierkernel/odbs/frontierRoot/system/verbs/builtins/string/patternMatch,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** patternMatch 26 Mar 2005 19:43:33 -0000 1.1.1.1 --- patternMatch 8 Apr 2005 21:04:54 -0000 1.2 *************** *** 1,3 **** FrontierVcsFile:1:scpt:system.verbs.builtins.string.patternMatch ! on patternMatch (pattern, s) { kernel (string.patternmatch)} \ No newline at end of file --- 1,3 ---- FrontierVcsFile:1:scpt:system.verbs.builtins.string.patternMatch ! on patternMatch (pattern, s, ix = 1) { kernel (string.patternmatch)} \ No newline at end of file |