|
From: Andre R. <and...@us...> - 2004-11-20 19:05:11
|
Update of /cvsroot/frontierkernel/Frontier/Common/resources/Mac In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1176/Common/resources/Mac Modified Files: Tag: New_Tables_Experiment-branch kernvelverbs.r Log Message: Added Frontier.testHashFunction and Frontier.hashTableStats verb, used for testing and debugging the new table implementation. Index: kernvelverbs.r =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/resources/Mac/kernvelverbs.r,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** kernvelverbs.r 26 Oct 2004 10:13:00 -0000 1.2 --- kernvelverbs.r 20 Nov 2004 19:05:01 -0000 1.2.2.1 *************** *** 884,888 **** "gethashloopcount", "hideapplication", ! "isvalidserialnumber" } } --- 884,890 ---- "gethashloopcount", "hideapplication", ! "isvalidserialnumber", ! "hashtablestats", ! "testhashfunction" } } |