From: George H. <geo...@us...> - 2006-08-29 10:31:54
|
Update of /cvsroot/win32forth/win32forth/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv11866/win32forth/doc Modified Files: FloadCmdLine.htm Paths.htm p-AcceleratorTables.htm p-callback.htm p-classdbg.htm p-float.htm p-module.htm p-noconsole.htm p-task.htm Log Message: gah:Updated docs Index: p-noconsole.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-noconsole.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** p-noconsole.htm 5 Jun 2006 09:28:42 -0000 1.2 --- p-noconsole.htm 29 Aug 2006 10:31:47 -0000 1.3 *************** *** 27,31 **** </a></b></pre><p>Setup of the Console I/O for turnkey applications that don't need the console window. ! </p><pre><b><a name="2">: NoConsoleInImage ( -- ) \ W32F console </a></b></pre><p>Tell Imageman that we don't need the w32fconsole.dll if possible. </p><h2>Example --- 27,34 ---- </a></b></pre><p>Setup of the Console I/O for turnkey applications that don't need the console window. ! </p><pre><b><a name="2">: ResetConsoleIO ( -- ) \ W32F console ! </a></b></pre><p>Reset of the Console I/O after saving turnkey applications that don't need ! the console window. Done automatically by TURNKEY. ! </p><pre><b><a name="3">: NoConsoleInImage ( -- ) \ W32F console </a></b></pre><p>Tell Imageman that we don't need the w32fconsole.dll if possible. </p><h2>Example Index: p-task.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-task.htm,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** p-task.htm 5 Jun 2006 09:28:42 -0000 1.8 --- p-task.htm 29 Aug 2006 10:31:47 -0000 1.9 *************** *** 101,109 **** </a></b></pre><p>Decrement the lock count and free the lock if the resultant count is zero. </p><pre><b><a name="17">: trylock ( lock -- fl ) \ W32F Lock ! </a></b></pre><p><b> For NT 2000 and XP; </b> If the lock is owned by another thread return false. <br /> If the lock is free claim it for this thread, then increment the lock count and return true. <br /> ! <b> For Win9x; </b> Perform the action of LOCK and return true. </p><pre><b><a name="18">: make-lock ( compiling: -<name>- -- runtime: -- lock ) \ W32F Lock --- 101,109 ---- </a></b></pre><p>Decrement the lock count and free the lock if the resultant count is zero. </p><pre><b><a name="17">: trylock ( lock -- fl ) \ W32F Lock ! </a></b></pre><p><b> For NT4, w2k and XP; </b> If the lock is owned by another thread return false. <br /> If the lock is free claim it for this thread, then increment the lock count and return true. <br /> ! <b> For Win9x, and NT<4; </b> Perform the action of LOCK and return true. </p><pre><b><a name="18">: make-lock ( compiling: -<name>- -- runtime: -- lock ) \ W32F Lock Index: Paths.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/Paths.htm,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Paths.htm 26 Aug 2006 15:27:21 -0000 1.5 --- Paths.htm 29 Aug 2006 10:31:46 -0000 1.6 *************** *** 1,15 **** ! <?xml version="1.0"?> ! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> ! <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> ! <meta http-equiv="Content-Type" content="text/xml; charset=iso-8859-1" /> ! <meta name="GENERATOR" content="DexH v03" /> ! <style type="text/css"> ! </style> <title> ! </title> </head> ! <body> <hr /><h1>Paths -- Multiple search path support </h1><hr /><h2>Glossary --- 1,19 ---- ! <html> <head> ! <meta http-equiv="Content-Language" content="en-gb"> ! <meta name="GENERATOR" content="dexh00"> ! <meta name="ProgId" content="FrontPage.Editor.Document"> ! <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title> ! </title><style><!-- ! h1 { font-family: Tahoma; font-size: 24pt; font-weight: bold } ! h2 { font-family: Tahoma; font-size: 18pt; font-weight: bold } --> ! </style> </head> ! <body><h1 align="center"> ! <a href="mailto:win...@ya...?subject=DOC:Doc error in $Id$"> ! <img border="0" src="TELLUS.gif" align="left" width="32" height="32"></a> ! <img border="0" src="FORTHPRO.gif" ! width="32" height="32"> Win32Forth</h1> <hr /><h1>Paths -- Multiple search path support </h1><hr /><h2>Glossary *************** *** 101,104 **** </p><pre><b><a name="35">: "file-clip" { adr len limit \ temp$ pre -- 'adr 'len } </a></b></pre><p>Clip filename to limit. ! </p><hr /> </body></html> --- 105,108 ---- </p><pre><b><a name="35">: "file-clip" { adr len limit \ temp$ pre -- 'adr 'len } </a></b></pre><p>Clip filename to limit. ! </p><hr><p>Document $Id$</p> </body></html> |