From: Dirk B. <db...@us...> - 2006-10-03 07:44:28
|
Update of /cvsroot/win32forth/win32forth/src/lib In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv6830/src/lib Modified Files: BLOCK.F ScintillaLexer.f Log Message: - Renamed ?LOADING into LOADING? - Replaced DEFER@ with ACTION-OF - and some other minor changes Index: BLOCK.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/BLOCK.F,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** BLOCK.F 30 Aug 2005 13:56:57 -0000 1.3 --- BLOCK.F 3 Oct 2006 07:44:22 -0000 1.4 *************** *** 213,217 **** if refill else >in off ! ?loading on blk @ 1+ b/buf block (source) 2! true --- 213,217 ---- if refill else >in off ! blockhandle to source-id \ ?loading on blk @ 1+ b/buf block (source) 2! true *************** *** 250,254 **** loadblk blk ! >in off ! ?loading on blk @ block b/buf (source) 2! interpret --- 250,254 ---- loadblk blk ! >in off ! blockhandle to source-id \ ?loading on blk @ block b/buf (source) 2! interpret Index: ScintillaLexer.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/lib/ScintillaLexer.f,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** ScintillaLexer.f 13 Aug 2006 07:59:00 -0000 1.6 --- ScintillaLexer.f 3 Oct 2006 07:44:22 -0000 1.7 *************** *** 80,83 **** --- 80,85 ---- ,{ [ ] } ,{ INCLUDE-FILE INCLUDED $FLOAD FLOAD SYS-FLOAD "FLOAD INCLUDE NEEDS } + ,{ REQUIRED REQUIRES } + ,{ ("LOADED?) "LOADED? LOADED? \LOADED- \LOADED } ,{ FSAVE TURNKEY APPLICATION } ,{ OK } |