From: George H. <geo...@us...> - 2006-02-04 16:12:33
|
Update of /cvsroot/win32forth/win32forth/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2133/win32forth/src Modified Files: CLASSDBG.F Module.f Log Message: gah: Added module, task and classdbg to DexH-CreateDoocs and glossary Index: Module.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Module.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Module.f 22 Dec 2005 11:02:28 -0000 1.3 --- Module.f 4 Feb 2006 16:12:24 -0000 1.4 *************** *** 15,19 **** \ a module ! \ *! doc\p-module W32F module \ *T Using the Module Wordset \ *P Win32Forth implements the ANSI search-order wordset and extensions as well as it's --- 15,20 ---- \ a module ! \ *D doc ! \ *! p-module W32F module \ *T Using the Module Wordset \ *P Win32Forth implements the ANSI search-order wordset and extensions as well as it's Index: CLASSDBG.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/CLASSDBG.F,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** CLASSDBG.F 9 Jan 2006 13:29:53 -0000 1.7 --- CLASSDBG.F 4 Feb 2006 16:12:24 -0000 1.8 *************** *** 1,5 **** \ $Id$ ! \ *! doc\p-classdbg W32F classdbg \ *T Class Debugging Words \ *P Win32Forth contains some miscellaneous words to help with developing Classes and Objects. --- 1,6 ---- \ $Id$ ! \ *D doc ! \ *! p-classdbg W32F classdbg \ *T Class Debugging Words \ *P Win32Forth contains some miscellaneous words to help with developing Classes and Objects. |