From: <ke...@us...> - 2003-06-03 05:22:40
|
Update of /cvsroot/webmacro/webmacro In directory sc8-pr-cvs1:/tmp/cvs-serv16856 Modified Files: WebMacro.defaults Log Message: added $eval() function declaration Index: WebMacro.defaults =================================================================== RCS file: /cvsroot/webmacro/webmacro/WebMacro.defaults,v retrieving revision 1.37 retrieving revision 1.38 diff -C2 -d -r1.37 -r1.38 *** WebMacro.defaults 23 Mar 2003 02:00:31 -0000 1.37 --- WebMacro.defaults 3 Jun 2003 05:22:37 -0000 1.38 *************** *** 442,443 **** --- 442,444 ---- Functions.split=org.webmacro.servlet.TextTool.split Functions.join=org.webmacro.servlet.TextTool.join + Functions.eval=org.webmacro.util.Eval.eval |