|
From: Seth D. <set...@us...> - 2005-04-07 20:59:35
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23914/resources/Mac Modified Files: kernvelverbs.r Log Message: Kernelized date.year, date.month, and date.day. Performance is now (approximately) 8 to 10 times faster. (Requires update to glue scripts.) Added the missing verbs date.hour, date.minute, date.seconds. (These require new glue scripts.) Index: kernvelverbs.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/kernvelverbs.r,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** kernvelverbs.r 14 Jan 2005 00:04:53 -0000 1.7 --- kernvelverbs.r 7 Apr 2005 20:59:24 -0000 1.8 *************** *** 368,372 **** "monthtostring", "dayofweektostring", ! "versionlessthan" }, --- 368,378 ---- "monthtostring", "dayofweektostring", ! "versionlessthan", ! "day", /* 2005-04-07 SMD (day, month, year, hour, minute, second) */ ! "month", ! "year", ! "hour", ! "minute", ! "seconds" }, |