From: Dirk B. <db...@us...> - 2005-04-18 17:39:52
|
Update of /cvsroot/win32forth/win32forth/src/tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10915/src/tools Modified Files: HelpSystem.f Log Message: zEXEC rewritten (see Shell.f), made DEPRECATED work for class members,SF[1178189] fixed, SF[1178189] fixed, SF[1178186] fixed, SF[1167791] fixed, SF[774094] fixed; and some other small changes I can't remebere any more Index: HelpSystem.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/tools/HelpSystem.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** HelpSystem.f 12 Mar 2005 09:09:58 -0000 1.3 --- HelpSystem.f 18 Apr 2005 17:39:43 -0000 1.4 *************** *** 141,145 **** if 1024 LocalAlloc: cmd$ ret$ zcount cmd$ place s" file:" cmd$ +place addr len cmd$ +place \ build command string ! cmd$ +null cmd$ 1+ zEXEC drop \ execute the default browser else addr len internal-browser then ; --- 141,145 ---- if 1024 LocalAlloc: cmd$ ret$ zcount cmd$ place s" file:" cmd$ +place addr len cmd$ +place \ build command string ! cmd$ EXEC-CMD drop \ execute the default browser else addr len internal-browser then ; |