|
From: Alex M. <ale...@us...> - 2006-10-06 16:36:52
|
Update of /cvsroot/win32forth/win32forth-stc/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv25727 Modified Files: extend.f Log Message: arm: inlude registry.f in list of files migrated Index: extend.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/src/extend.f,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** extend.f 6 Oct 2006 12:16:23 -0000 1.8 --- extend.f 6 Oct 2006 16:36:49 -0000 1.9 *************** *** 30,33 **** --- 30,34 ---- FLOAD src\console\lineedit.f \ a line editor utility FLOAD src\ansfile.f \ ansi file words + FLOAD src\registry.f \ Win32 Registry support .olly *************** *** 45,51 **** \s ! ! \ sys-FLOAD src\dthread.f \ display threads ! \ sys-FLOAD src\order.f \ vocabulary support sys-FLOAD src\see.f \ sys-FLOAD src\ctype.f \ 'c' style character typing --- 46,52 ---- \s ! ! \ sys-FLOAD src\dthread.f \ display threads *** OBSOLETE *** ! \ sys-FLOAD src\order.f \ vocabulary support *** OBSOLETE *** sys-FLOAD src\see.f \ sys-FLOAD src\ctype.f \ 'c' style character typing *************** *** 54,59 **** sys-FLOAD src\words.f FLOAD src\class.f \ ***** Object Oriented Programming Support ***** ! \ FLOAD src\scrnctrl.f \ screen control words ! FLOAD src\registry.f \ Win32 Registry support FLOAD src\mapfile.f \ Windows32 file into memory mapping words sys-FLOAD src\environ.f \ environment? support --- 55,59 ---- sys-FLOAD src\words.f FLOAD src\class.f \ ***** Object Oriented Programming Support ***** ! \ FLOAD src\scrnctrl.f \ screen control words *** OBSOLETE *** FLOAD src\mapfile.f \ Windows32 file into memory mapping words sys-FLOAD src\environ.f \ environment? support |