From: Frank Schlottmann-G. <fs...@us...> - 2000-12-08 16:59:40
|
Update of /cvsroot/firebird/interbase/gpre In directory slayer.i.sourceforge.net:/tmp/cvs-serv11344/interbase/gpre Modified Files: form.c form_trn.c gpre.c gpre.h gpreswi.h par.c sqe.c Log Message: Changed all $Log: $ tags to $Id: $ BTW this will hopefully set this_build to 2 :-) Index: form.c =================================================================== RCS file: /cvsroot/firebird/interbase/gpre/form.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** form.c 2000/11/27 09:26:13 1.2 --- form.c 2000/12/08 16:59:32 1.3 *************** *** 20,24 **** * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Log$ * Revision 1.2 2000/11/27 09:26:13 fsg * Fixed bugs in gpre to handle PYXIS forms --- 20,24 ---- * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Id$ * Revision 1.2 2000/11/27 09:26:13 fsg * Fixed bugs in gpre to handle PYXIS forms Index: form_trn.c =================================================================== RCS file: /cvsroot/firebird/interbase/gpre/form_trn.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** form_trn.c 2000/11/29 11:11:56 1.3 --- form_trn.c 2000/12/08 16:59:32 1.4 *************** *** 20,24 **** * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Log$ * Revision 1.3 2000/11/29 11:11:56 fsg * Added some more PYXIS datatypes to form_trn.c --- 20,24 ---- * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Id$ * Revision 1.3 2000/11/29 11:11:56 fsg * Added some more PYXIS datatypes to form_trn.c Index: gpre.c =================================================================== RCS file: /cvsroot/firebird/interbase/gpre/gpre.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** gpre.c 2000/11/16 15:54:29 1.2 --- gpre.c 2000/12/08 16:59:32 1.3 *************** *** 20,24 **** * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Log$ * Revision 1.2 2000/11/16 15:54:29 fsg * Added new switch -verbose to gpre that will dump --- 20,24 ---- * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Id$ * Revision 1.2 2000/11/16 15:54:29 fsg * Added new switch -verbose to gpre that will dump Index: gpre.h =================================================================== RCS file: /cvsroot/firebird/interbase/gpre/gpre.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** gpre.h 2000/11/27 09:26:13 1.3 --- gpre.h 2000/12/08 16:59:32 1.4 *************** *** 20,24 **** * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Log$ * Revision 1.3 2000/11/27 09:26:13 fsg * Fixed bugs in gpre to handle PYXIS forms --- 20,24 ---- * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Id$ * Revision 1.3 2000/11/27 09:26:13 fsg * Fixed bugs in gpre to handle PYXIS forms Index: gpreswi.h =================================================================== RCS file: /cvsroot/firebird/interbase/gpre/gpreswi.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** gpreswi.h 2000/11/16 15:54:29 1.2 --- gpreswi.h 2000/12/08 16:59:32 1.3 *************** *** 20,24 **** * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Log$ * Revision 1.2 2000/11/16 15:54:29 fsg * Added new switch -verbose to gpre that will dump --- 20,24 ---- * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Id$ * Revision 1.2 2000/11/16 15:54:29 fsg * Added new switch -verbose to gpre that will dump Index: par.c =================================================================== RCS file: /cvsroot/firebird/interbase/gpre/par.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** par.c 2000/11/27 09:26:13 1.2 --- par.c 2000/12/08 16:59:32 1.3 *************** *** 20,24 **** * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Log$ * Revision 1.2 2000/11/27 09:26:13 fsg * Fixed bugs in gpre to handle PYXIS forms --- 20,24 ---- * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Id$ * Revision 1.2 2000/11/27 09:26:13 fsg * Fixed bugs in gpre to handle PYXIS forms Index: sqe.c =================================================================== RCS file: /cvsroot/firebird/interbase/gpre/sqe.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** sqe.c 2000/11/16 15:54:29 1.3 --- sqe.c 2000/12/08 16:59:32 1.4 *************** *** 20,24 **** * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Log$ * Revision 1.3 2000/11/16 15:54:29 fsg * Added new switch -verbose to gpre that will dump --- 20,24 ---- * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Id$ * Revision 1.3 2000/11/16 15:54:29 fsg * Added new switch -verbose to gpre that will dump |