From: George H. <geo...@us...> - 2011-11-09 21:57:49
|
Update of /cvsroot/win32forth/win32forth/src/tools In directory vz-cvs-4.sog:/tmp/cvs-serv3889 Modified Files: DexH.f DumpWindows.f Log Message: Dex now accepts quoted file names Index: DumpWindows.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/tools/DumpWindows.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** DumpWindows.f 24 Feb 2007 13:58:54 -0000 1.3 --- DumpWindows.f 9 Nov 2011 21:57:47 -0000 1.4 *************** *** 26,30 **** 2 CallBack: DumpWindowCallback { hWnd lParam \ buff$ -- int } \ *G The callback function for EnumWindows(). ! \ *P CallBack: Need's the NUMBER OF PARAMTERS passed to the funtion by \ ** Windows on TOS \ ** --- 26,30 ---- 2 CallBack: DumpWindowCallback { hWnd lParam \ buff$ -- int } \ *G The callback function for EnumWindows(). ! \ *P CallBack: Need's the NUMBER OF PARAMETERS passed to the funtion by \ ** Windows on TOS \ ** Index: DexH.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/tools/DexH.f,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** DexH.f 23 Dec 2008 21:12:06 -0000 1.9 --- DexH.f 9 Nov 2011 21:57:47 -0000 1.10 *************** *** 408,412 **** ( *G Convert a file or files to HTML. Output filenames are included in the ) ( ** source file. ) ! BL PARSE (dex) ; : q ( <string> -- ) --- 408,412 ---- ( *G Convert a file or files to HTML. Output filenames are included in the ) ( ** source file. ) ! /PARSE-S$ count (dex) ; : q ( <string> -- ) |