From: George H. <geo...@us...> - 2006-10-30 12:01:53
|
Update of /cvsroot/win32forth/win32forth/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25290/win32forth/doc Modified Files: p-relnotes.6.10.htm Log Message: gah:Modified Locals-init to not check stack depth to fix bug reported by Elko Tchernev. Index: p-relnotes.6.10.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-relnotes.6.10.htm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** p-relnotes.6.10.htm 25 Aug 2006 14:13:34 -0000 1.5 --- p-relnotes.6.10.htm 30 Oct 2006 12:01:42 -0000 1.6 *************** *** 147,150 **** --- 147,152 ---- isn't found. Also it correctly finds an earlier version of old name (if it's in the search order) where the two names are the same and the current and context vocabularies are also the same. </p> + <p><b>LOCALS-INIT </b> has been modified not to throw an error when used in control structures, since this was causing problems when values where placed on the stack by the program, while compiling. </p> + <h2>New Applications</h2> <ul> |