Update of /cvsroot/tdbf/tdbf In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25153 Modified Files: dbf.pas dbf_avl.pas dbf_common.pas dbf_cursor.pas dbf_dbffile.pas dbf_fields.pas dbf_idxcur.pas dbf_idxfile.pas dbf_lang.pas dbf_memo.pas dbf_parser.pas dbf_pgcfile.pas dbf_pgfile.pas dbf_prscore.pas dbf_prsdef.pas dbf_prssupp.pas dbf_reg.pas dbf_str.pas dbf_str_es.pas dbf_str_fr.pas dbf_str_ita.pas dbf_str_nl.pas dbf_str_pl.pas dbf_str_pt.pas dbf_str_ru.pas dbf_wtil.pas Log Message: lowercase unit names and remove obsolete comments Index: dbf_idxfile.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_idxfile.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_idxfile.pas 18 Aug 2004 20:00:41 -0000 1.1 --- dbf_idxfile.pas 23 Aug 2004 08:12:32 -0000 1.2 *************** *** 1,3 **** ! unit Dbf_IdxFile; interface --- 1,3 ---- ! unit dbf_idxfile; interface Index: dbf_str_ru.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_str_ru.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_str_ru.pas 18 Aug 2004 20:00:42 -0000 1.1 --- dbf_str_ru.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,5 **** ! unit Dbf_Str_RU; ! ! {fix CR/LF} // file is encoded in Windows-1251 encoding --- 1,3 ---- ! unit dbf_str_ru; // file is encoded in Windows-1251 encoding Index: dbf_memo.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_memo.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_memo.pas 18 Aug 2004 20:00:41 -0000 1.1 --- dbf_memo.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,3 **** ! unit Dbf_Memo; interface --- 1,3 ---- ! unit dbf_memo; interface Index: dbf_common.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_common.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dbf_common.pas 20 Aug 2004 19:20:15 -0000 1.2 --- dbf_common.pas 23 Aug 2004 08:12:32 -0000 1.3 *************** *** 1,3 **** ! unit Dbf_Common; interface --- 1,3 ---- ! unit dbf_common; interface Index: dbf_wtil.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_wtil.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_wtil.pas 18 Aug 2004 20:00:42 -0000 1.1 --- dbf_wtil.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,3 **** ! unit Dbf_Wtil; {$i Dbf_Common.inc} --- 1,3 ---- ! unit dbf_wtil; {$i Dbf_Common.inc} Index: dbf_reg.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_reg.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_reg.pas 18 Aug 2004 20:00:41 -0000 1.1 --- dbf_reg.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,5 **** ! unit Dbf_Reg; ! ! {tab fix} {=============================================================================== --- 1,3 ---- ! unit dbf_reg; {=============================================================================== Index: dbf_str_fr.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_str_fr.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_str_fr.pas 18 Aug 2004 20:00:42 -0000 1.1 --- dbf_str_fr.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,5 **** ! unit Dbf_Str; ! ! {fix CR/LF} interface --- 1,3 ---- ! unit dbf_str; interface Index: dbf_prscore.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_prscore.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_prscore.pas 18 Aug 2004 20:00:41 -0000 1.1 --- dbf_prscore.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,5 **** ! unit Dbf_PrsCore; ! ! {force CR/LF fix} {-------------------------------------------------------------- --- 1,3 ---- ! unit dbf_prscore; {-------------------------------------------------------------- Index: dbf_cursor.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_cursor.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_cursor.pas 18 Aug 2004 20:00:40 -0000 1.1 --- dbf_cursor.pas 23 Aug 2004 08:12:32 -0000 1.2 *************** *** 1,3 **** ! unit Dbf_Cursor; interface --- 1,3 ---- ! unit dbf_cursor; interface Index: dbf_fields.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_fields.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dbf_fields.pas 20 Aug 2004 19:20:15 -0000 1.2 --- dbf_fields.pas 23 Aug 2004 08:12:32 -0000 1.3 *************** *** 1,5 **** ! unit Dbf_Fields; ! ! {force CR/LF fix} interface --- 1,3 ---- ! unit dbf_fields; interface Index: dbf_str_es.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_str_es.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_str_es.pas 18 Aug 2004 20:00:42 -0000 1.1 --- dbf_str_es.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,3 **** ! unit Dbf_Str; interface --- 1,3 ---- ! unit dbf_str; interface Index: dbf_str_ita.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_str_ita.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_str_ita.pas 18 Aug 2004 20:00:42 -0000 1.1 --- dbf_str_ita.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,5 **** ! unit Dbf_Str; ! ! {fix CR/LF} interface --- 1,3 ---- ! unit dbf_str; interface Index: dbf_parser.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_parser.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dbf_parser.pas 19 Aug 2004 10:13:42 -0000 1.3 --- dbf_parser.pas 23 Aug 2004 08:12:33 -0000 1.4 *************** *** 1,3 **** ! unit Dbf_Parser; interface --- 1,3 ---- ! unit dbf_parser; interface Index: dbf_dbffile.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_dbffile.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dbf_dbffile.pas 20 Aug 2004 19:20:15 -0000 1.2 --- dbf_dbffile.pas 23 Aug 2004 08:12:32 -0000 1.3 *************** *** 1,3 **** ! unit Dbf_DbfFile; interface --- 1,3 ---- ! unit dbf_dbffile; interface Index: dbf_str_pt.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_str_pt.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_str_pt.pas 18 Aug 2004 20:00:42 -0000 1.1 --- dbf_str_pt.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,3 **** ! unit Dbf_Str; { note this is Brazilian Portuguese } --- 1,3 ---- ! unit dbf_str; { note this is Brazilian Portuguese } Index: dbf_pgcfile.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_pgcfile.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_pgcfile.pas 18 Aug 2004 20:00:41 -0000 1.1 --- dbf_pgcfile.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,5 **** ! unit Dbf_PgcFile; ! ! {force CR/LF fix} // paged, cached file --- 1,3 ---- ! unit dbf_pgcfile; // paged, cached file Index: dbf_str_pl.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_str_pl.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_str_pl.pas 18 Aug 2004 20:00:42 -0000 1.1 --- dbf_str_pl.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,3 **** ! unit Dbf_Str; interface --- 1,3 ---- ! unit dbf_str; interface Index: dbf_prsdef.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_prsdef.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_prsdef.pas 18 Aug 2004 20:00:41 -0000 1.1 --- dbf_prsdef.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,5 **** ! unit Dbf_PrsDef; ! ! {force CR/LF fix} interface --- 1,3 ---- ! unit dbf_prsdef; interface Index: dbf_str.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_str.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_str.pas 18 Aug 2004 20:00:42 -0000 1.1 --- dbf_str.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,5 **** ! unit Dbf_Str; ! ! {fix CR/LF} interface --- 1,3 ---- ! unit dbf_str; interface Index: dbf_pgfile.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_pgfile.pas,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** dbf_pgfile.pas 23 Aug 2004 07:49:50 -0000 1.2 --- dbf_pgfile.pas 23 Aug 2004 08:12:33 -0000 1.3 *************** *** 1,3 **** ! unit Dbf_PgFile; interface --- 1,3 ---- ! unit dbf_pgfile; interface Index: dbf_lang.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_lang.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_lang.pas 18 Aug 2004 20:00:41 -0000 1.1 --- dbf_lang.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,5 **** ! unit Dbf_Lang; ! ! {force CR/LF fix} {$i Dbf_Common.inc} --- 1,3 ---- ! unit dbf_lang; {$i Dbf_Common.inc} Index: dbf_idxcur.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_idxcur.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_idxcur.pas 18 Aug 2004 20:00:40 -0000 1.1 --- dbf_idxcur.pas 23 Aug 2004 08:12:32 -0000 1.2 *************** *** 1,5 **** ! unit Dbf_IdxCur; ! ! {force CR/LF fix} interface --- 1,3 ---- ! unit dbf_idxcur; interface Index: dbf_avl.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_avl.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_avl.pas 18 Aug 2004 20:00:40 -0000 1.1 --- dbf_avl.pas 23 Aug 2004 08:12:32 -0000 1.2 *************** *** 1,5 **** ! unit Dbf_Avl; ! ! {fix CR/LF} interface --- 1,3 ---- ! unit dbf_avl; interface Index: dbf_str_nl.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_str_nl.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_str_nl.pas 18 Aug 2004 20:00:42 -0000 1.1 --- dbf_str_nl.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,5 **** ! unit Dbf_Str; ! ! {fix CR/LF} interface --- 1,3 ---- ! unit dbf_str; interface Index: dbf_prssupp.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf_prssupp.pas,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** dbf_prssupp.pas 18 Aug 2004 20:00:41 -0000 1.1 --- dbf_prssupp.pas 23 Aug 2004 08:12:33 -0000 1.2 *************** *** 1,5 **** ! unit Dbf_PrsSupp; ! ! {force CR/LF fix} // parse support --- 1,3 ---- ! unit dbf_prssupp; // parse support Index: dbf.pas =================================================================== RCS file: /cvsroot/tdbf/tdbf/dbf.pas,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** dbf.pas 23 Aug 2004 07:49:49 -0000 1.3 --- dbf.pas 23 Aug 2004 08:12:32 -0000 1.4 *************** *** 1,3 **** ! unit Dbf; { design info in dbf_reg.pas } --- 1,3 ---- ! unit dbf; { design info in dbf_reg.pas } |