From: George H. <geo...@us...> - 2011-08-18 15:47:26
|
Update of /cvsroot/win32forth/win32forth/Help/hdb In directory vz-cvs-4.sog:/tmp/cvs-serv21775 Modified Files: Help.cfg HelpCls.tv HelpWrd.hdb HelpWrd.tv HelpWrd.txt Log Message: Updated db Index: HelpCls.tv =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpCls.tv,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** HelpCls.tv 21 Jul 2011 18:35:17 -0000 1.7 --- HelpCls.tv 18 Aug 2011 15:47:23 -0000 1.8 *************** *** 1,2290 **** ! 0 tvn| CLASSROOT| tvd| 5512| 1 tvn| -methods-| tvd| 0| ! -2 tvn| CLASSINIT:| tvd| 5513| ! -2 tvn| ~:| tvd| 5514| ! -2 tvn| ADDR:| tvd| 5515| ! -2 tvn| PRINT:| tvd| 5516| ! 1 tvn| OBJECT| tvd| 5517| 2 tvn| -methods-| tvd| 0| ! -3 tvn| GET:| tvd| 5518| ! -3 tvn| PUT:| tvd| 5519| [...4552 lines suppressed...] ! -4 tvn| FIELDNAME:| tvd| 8580| ! -4 tvn| GETINT:| tvd| 8581| ! -4 tvn| GETDOUBLE:| tvd| 8582| ! -4 tvn| GETFLOAT:| tvd| 8583| ! -4 tvn| GETSTR:| tvd| 8584| ! -4 tvn| GETBLOB:| tvd| 8585| ! -4 tvn| ISNULL?:| tvd| 8586| ! -4 tvn| NEXTROW:| tvd| 8587| ! -4 tvn| (BIND):| tvd| 8588| ! -4 tvn| BINDINT:| tvd| 8589| ! -4 tvn| BINDDOUBLE:| tvd| 8590| ! -4 tvn| BINDFLOAT:| tvd| 8591| ! -4 tvn| BINDSTR:| tvd| 8592| ! -4 tvn| BINDBLOB:| tvd| 8593| ! 1 tvn| STRING| tvd| 8600| 2 tvn| -methods-| tvd| 0| ! -3 tvn| GET:| tvd| 8601| ! -3 tvn| PUT:| tvd| 8602| ! -3 tvn| ADD:| tvd| 8603| ! -3 tvn| APPEND:| tvd| 8604| Index: Help.cfg =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/Help.cfg,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** Help.cfg 21 Jul 2011 18:35:17 -0000 1.5 --- Help.cfg 18 Aug 2011 15:47:23 -0000 1.6 *************** *** 3,7 **** [WindowW] 1021 [WindowH] 708 ! [SplitterV] 210 [SplitterH] 112 \ No newline at end of file --- 3,7 ---- [WindowW] 1021 [WindowH] 708 ! [SplitterV] 217 [SplitterH] 112 \ No newline at end of file Index: HelpWrd.txt =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.txt,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** HelpWrd.txt 21 Jul 2011 18:35:17 -0000 1.11 --- HelpWrd.txt 18 Aug 2011 15:47:23 -0000 1.12 *************** *** 1448,1453 **** BYTES &PS : (CLASSINIT) ( x y width height -- ) - : (CLASSINIT) ( -- ) : (CLASSINIT) ( n1 -- ) CONSTANT 1/1 CONSTANT 1/2 --- 1448,1453 ---- BYTES &PS : (CLASSINIT) ( x y width height -- ) : (CLASSINIT) ( n1 -- ) [...1221 lines suppressed...] \ Path-source points to a substring in a path. \ Path-source returns this address. : PATH: ( -- ) \ Defines a directory search path. ! \ The first 2 cells are used too handle a search path. \ The next 260 bytes are reserved for a counted string of a path. \ followed by null. --- 13495,13506 ---- \ w32f path \ Get the next path from dir list. ! NEWUSER OPEN-PATH$ CREATE PATH-FILE$ ! : PATH-SOURCE ( path -- 2variable_path-source ) \ Path-source points to a substring in a path. \ Path-source returns this address. : PATH: ( -- ) \ Defines a directory search path. ! \ The first 2 cells are used to handle a search path. \ The next 260 bytes are reserved for a counted string of a path. \ followed by null. Index: HelpWrd.hdb =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.hdb,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 Binary files /tmp/cvsoBGyWS and /tmp/cvsX9rw3b differ Index: HelpWrd.tv =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/hdb/HelpWrd.tv,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** HelpWrd.tv 21 Jul 2011 18:35:17 -0000 1.10 --- HelpWrd.tv 18 Aug 2011 15:47:23 -0000 1.11 *************** *** 1,5276 **** 0 tvn| Words| tvd| 0| ! 1 tvn| CLASSROOT| tvd| 5512| 2 tvn| -methods-| tvd| 0| ! -3 tvn| CLASSINIT:| tvd| 5513| ! -3 tvn| ~:| tvd| 5514| ! -3 tvn| ADDR:| tvd| 5515| ! -3 tvn| PRINT:| tvd| 5516| ! 2 tvn| OBJECT| tvd| 5517| 3 tvn| -methods-| tvd| 0| ! -4 tvn| GET:| tvd| 5518| [...23242 lines suppressed...] ! 2 tvn| \+| tvd| 5333| ! 2 tvn| \-| tvd| 5334| ! 2 tvn| \IN-SYSTEM-OK| tvd| 5339| ! 2 tvn| \S| tvd| 5388| ! 2 tvn| ]MACRO| tvd| 5229| ! 2 tvn| __STDCALL| tvd| 5220| ! 2 tvn| {| tvd| 5411| ! 2 tvn| {:| tvd| 5410| ! 2 tvn| |IF| tvd| 4949| ! 2 tvn| |OF| tvd| 4948| 1 tvn| Deprecated| tvd| 0| ! 2 tvn| .DIR->FILE-NAME| tvd| 5091| 2 tvn| >BOLD| tvd| 4160| 2 tvn| >NORM| tvd| 4159| ! 2 tvn| ABS>REL| tvd| 5359| ! 2 tvn| REL>ABS| tvd| 5360| 2 tvn| TASK-SLEEP| tvd| 2594| ! 2 tvn| _PRINT-DIR-FILES| tvd| 5089| 1 tvn| Vocabularies| tvd| 0| 2 tvn| Application space| tvd| 0| |