From: George H. <geo...@us...> - 2005-08-30 14:08:23
|
Update of /cvsroot/win32forth/win32forth/src/console In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19391/win32forth/src/console Modified Files: Console2.f LINEEDIT.F Log Message: gah: added $Id:$ to files Index: Console2.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/Console2.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Console2.f 29 Aug 2005 15:56:28 -0000 1.2 --- Console2.f 30 Aug 2005 14:08:15 -0000 1.3 *************** *** 1,2 **** --- 1,3 ---- + \ $Id$ \ File: Console2.f \ Author: Dirk Busch Index: LINEEDIT.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/LINEEDIT.F,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** LINEEDIT.F 29 Aug 2005 15:56:28 -0000 1.4 --- LINEEDIT.F 30 Aug 2005 14:08:15 -0000 1.5 *************** *** 1,2 **** --- 1,3 ---- + \ $Id$ \ LEDIT.SEQ Line Editor Utility by Tom Zimmer |