From: Dirk B. <db...@us...> - 2009-06-13 11:06:03
|
Update of /cvsroot/win32forth/win32forth/Help/hdb In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv19354/Help/hdb Modified Files: HelpSrc.hdb HelpWrd.hdb HelpWrd.ndx HelpWrd.tv HelpWrd.txt Log Message: new developper release 6.13.03 Index: HelpSrc.hdb =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpSrc.hdb,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvsP5wR2C and /tmp/cvsarBdHI differ Index: HelpWrd.txt =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.txt,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** HelpWrd.txt 29 Jun 2008 06:07:30 -0000 1.4 --- HelpWrd.txt 13 Jun 2009 11:05:59 -0000 1.5 *************** *** 1428,1445 **** : _OPT-CODE ( -<name>- ) \ redefine to resolve code length in bytes - : (CONSOLETITLE) { \ $buff -- } - : .MEM-FREE ( -- ) CREATE CONFIG$ ! DEFER CONSOLETITLE ! : HELLO { \ doing-app? -- } ! \ startup stuff ! : LOADUSERCONFIG ( -- ) ! \ load user configuration file [...3189 lines suppressed...] --- 14306,14310 ---- \ w32fmsg is the win32forth-specific message number \ addr siz is the data area passed with the message ! \ result: <>0 (the message has been processed) or false \ Note: it is supposed to be harmless to use this word \ without the shared memory nor hwnd set. *************** *** 14622,14632 **** : UNINITSHAREDMEMORY ( -- ) \ Uninit win32forth application shared memory - : W32FMSG-BEEP ( addr siz w32fmsg w32fAppIDsender result -- addr siz w32fmsg w32fAppIDsender result ) - \ w32fAppIDSender is the sender's ID, we don't care here - \ w32fmsg is the win32forth message number - \ addr siz is the data area passed with the message, 0 0 here - \ For the message chain to work as a CASE statement, the - \ input and output parameters must remain exactly the same, - \ except the "result" item whose content may be changed. VALUE W32FSHAREH \ win32forth application shared-memory handle CREATE W32FSHARENAME \ a complex enough win32forth application shared-memory name --- 14322,14325 ---- Index: HelpWrd.hdb =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.hdb,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvs3WliPD and /tmp/cvsDyesAJ differ Index: HelpWrd.tv =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.tv,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** HelpWrd.tv 29 Jun 2008 06:07:29 -0000 1.4 --- HelpWrd.tv 13 Jun 2009 11:05:59 -0000 1.5 *************** *** 1,8010 **** 0 tvn| Words| tvd| 0| ! 1 tvn| CLASSROOT| tvd| 5670| 2 tvn| -methods-| tvd| 0| ! -3 tvn| CLASSINIT:| tvd| 5671| ! -3 tvn| ~:| tvd| 5672| ! -3 tvn| ADDR:| tvd| 5673| ! -3 tvn| PRINT:| tvd| 5674| ! 2 tvn| OBJECT| tvd| 5675| 3 tvn| -methods-| tvd| 0| ! -4 tvn| GET:| tvd| 5676| [...29020 lines suppressed...] ! 2 tvn| \| tvd| 2766| ! 2 tvn| \+| tvd| 5264| ! 2 tvn| \-| tvd| 5265| ! 2 tvn| \IN-SYSTEM-OK| tvd| 5269| ! 2 tvn| \S| tvd| 5318| ! 2 tvn| ]MACRO| tvd| 5160| ! 2 tvn| __STDCALL| tvd| 5151| ! 2 tvn| {| tvd| 5340| ! 2 tvn| |IF| tvd| 4889| ! 2 tvn| |OF| tvd| 4888| 1 tvn| Deprecated| tvd| 0| ! 2 tvn| .DIR->FILE-NAME| tvd| 5022| ! 2 tvn| >BOLD| tvd| 4114| ! 2 tvn| >NORM| tvd| 4113| ! 2 tvn| ABS>REL| tvd| 5289| ! 2 tvn| REL>ABS| tvd| 5290| ! 2 tvn| TASK-SLEEP| tvd| 2577| ! 2 tvn| _PRINT-DIR-FILES| tvd| 5020| 1 tvn| Vocabularies| tvd| 0| 2 tvn| Application space| tvd| 0| Index: HelpWrd.ndx =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.ndx,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 Binary files /tmp/cvseDx2Tk and /tmp/cvscdOuVu differ |