From: George H. <geo...@us...> - 2011-07-21 18:35:21
|
Update of /cvsroot/win32forth/win32forth/Help/hdb In directory vz-cvs-4.sog:/tmp/cvs-serv26368/hdb Modified Files: Help.cfg HelpCls.tv HelpSrc.hdb HelpWrd.hdb HelpWrd.ndx HelpWrd.tv HelpWrd.txt Log Message: Added new files to help Index: HelpCls.tv =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpCls.tv,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** HelpCls.tv 24 Jun 2011 17:02:00 -0000 1.6 --- HelpCls.tv 21 Jul 2011 18:35:17 -0000 1.7 *************** *** 1,2290 **** ! 0 tvn| CLASSROOT| tvd| 5472| 1 tvn| -methods-| tvd| 0| ! -2 tvn| CLASSINIT:| tvd| 5473| ! -2 tvn| ~:| tvd| 5474| ! -2 tvn| ADDR:| tvd| 5475| ! -2 tvn| PRINT:| tvd| 5476| ! 1 tvn| OBJECT| tvd| 5477| 2 tvn| -methods-| tvd| 0| ! -3 tvn| GET:| tvd| 5478| ! -3 tvn| PUT:| tvd| 5479| [...4551 lines suppressed...] ! -4 tvn| FIELDNAME:| tvd| 8574| ! -4 tvn| GETINT:| tvd| 8575| ! -4 tvn| GETDOUBLE:| tvd| 8576| ! -4 tvn| GETFLOAT:| tvd| 8577| ! -4 tvn| GETSTR:| tvd| 8578| ! -4 tvn| GETBLOB:| tvd| 8579| ! -4 tvn| ISNULL?:| tvd| 8580| ! -4 tvn| NEXTROW:| tvd| 8581| ! -4 tvn| (BIND):| tvd| 8582| ! -4 tvn| BINDINT:| tvd| 8583| ! -4 tvn| BINDDOUBLE:| tvd| 8584| ! -4 tvn| BINDFLOAT:| tvd| 8585| ! -4 tvn| BINDSTR:| tvd| 8586| ! -4 tvn| BINDBLOB:| tvd| 8587| ! 1 tvn| STRING| tvd| 8593| 2 tvn| -methods-| tvd| 0| ! -3 tvn| GET:| tvd| 8594| ! -3 tvn| PUT:| tvd| 8595| ! -3 tvn| ADD:| tvd| 8596| ! -3 tvn| APPEND:| tvd| 8597| Index: HelpSrc.hdb =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpSrc.hdb,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 Binary files /tmp/cvsB9noOB and /tmp/cvs7yLH3h differ Index: Help.cfg =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/Help.cfg,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** Help.cfg 1 Mar 2011 21:54:25 -0000 1.4 --- Help.cfg 21 Jul 2011 18:35:17 -0000 1.5 *************** *** 1,5 **** [WindowX] -2 [WindowY] -2 ! [WindowW] 1019 [WindowH] 708 [SplitterV] 210 --- 1,5 ---- [WindowX] -2 [WindowY] -2 ! [WindowW] 1021 [WindowH] 708 [SplitterV] 210 Index: HelpWrd.txt =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.txt,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** HelpWrd.txt 24 Jun 2011 17:02:01 -0000 1.10 --- HelpWrd.txt 21 Jul 2011 18:35:17 -0000 1.11 *************** *** 1447,1453 **** CREATE USERCONFIG$ BYTES &PS : (CLASSINIT) ( -- ) : (CLASSINIT) ( n1 -- ) - : (CLASSINIT) ( x y width height -- ) CONSTANT 1/1 CONSTANT 1/2 --- 1447,1453 ---- CREATE USERCONFIG$ BYTES &PS [...1207 lines suppressed...] : ZEXEC-CMD-WAIT ( a1 -- f1 ) \ execute a command line, and wait for terminating of the process + : +FIELD ( n1 n2 "name" -- n3 ) + : BEGIN-STRUCTURE ( -- addr 0 ) + : BFIELD: ( n1 <"name"> -- n2 ) + ( addr -- 'addr ) + : CFIELD: ( n1 <"name"> -- n2 ) + ( addr -- 'addr ) + : END-STRUCTURE ( addr n -- ) + : FIELD: ( n1 <"name"> -- n2 ) + ( addr -- 'addr ) + : LFIELD: ( n1 <"name"> -- n2 ) + ( addr -- 'addr ) + : WFIELD: ( n1 <"name"> -- n2 ) + ( addr -- 'addr ) + : X:STRUCTURES + : XFIELD: ( n1 <"name"> -- n2 ) + ( addr -- 'addr ) : +NO-WRAP ( a1 n1 -- a2 ) \ add n1 to a1, limit to address 0xFFFFFFFF Index: HelpWrd.hdb =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.hdb,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 Binary files /tmp/cvsS95QyE and /tmp/cvsyCXCUk differ Index: HelpWrd.tv =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.tv,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** HelpWrd.tv 24 Jun 2011 17:02:01 -0000 1.9 --- HelpWrd.tv 21 Jul 2011 18:35:17 -0000 1.10 *************** *** 1,8796 **** 0 tvn| Words| tvd| 0| ! 1 tvn| CLASSROOT| tvd| 5472| 2 tvn| -methods-| tvd| 0| ! -3 tvn| CLASSINIT:| tvd| 5473| ! -3 tvn| ~:| tvd| 5474| ! -3 tvn| ADDR:| tvd| 5475| ! -3 tvn| PRINT:| tvd| 5476| ! 2 tvn| OBJECT| tvd| 5477| 3 tvn| -methods-| tvd| 0| ! -4 tvn| GET:| tvd| 5478| [...28998 lines suppressed...] ! 2 tvn| \+| tvd| 5328| ! 2 tvn| \-| tvd| 5329| ! 2 tvn| \IN-SYSTEM-OK| tvd| 5334| ! 2 tvn| \S| tvd| 5383| ! 2 tvn| ]MACRO| tvd| 5224| ! 2 tvn| __STDCALL| tvd| 5215| ! 2 tvn| {| tvd| 5406| ! 2 tvn| {:| tvd| 5405| ! 2 tvn| |IF| tvd| 4944| ! 2 tvn| |OF| tvd| 4943| 1 tvn| Deprecated| tvd| 0| ! 2 tvn| .DIR->FILE-NAME| tvd| 5086| ! 2 tvn| >BOLD| tvd| 4160| ! 2 tvn| >NORM| tvd| 4159| ! 2 tvn| ABS>REL| tvd| 5354| ! 2 tvn| REL>ABS| tvd| 5355| ! 2 tvn| TASK-SLEEP| tvd| 2594| ! 2 tvn| _PRINT-DIR-FILES| tvd| 5084| 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.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 Binary files /tmp/cvs8caQhu and /tmp/cvsBMaE4e differ |