From: Frank Schlottmann-G. <fs...@us...> - 2000-12-08 16:59:41
|
Update of /cvsroot/firebird/interbase/isql In directory slayer.i.sourceforge.net:/tmp/cvs-serv11344/interbase/isql Modified Files: extract.e isql.e isql.h show.e Log Message: Changed all $Log: $ tags to $Id: $ BTW this will hopefully set this_build to 2 :-) Index: extract.e =================================================================== RCS file: /cvsroot/firebird/interbase/isql/extract.e,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -r1.3 -r1.4 *** extract.e 2000/11/22 17:07:25 1.3 --- extract.e 2000/12/08 16:59:33 1.4 *************** *** 20,24 **** * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Log$ * Revision 1.3 2000/11/22 17:07:25 patrickgriffin * In get_procedure_args change comment style from // to /* --- 20,24 ---- * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Id$ * Revision 1.3 2000/11/22 17:07:25 patrickgriffin * In get_procedure_args change comment style from // to /* Index: isql.e =================================================================== RCS file: /cvsroot/firebird/interbase/isql/isql.e,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -r1.5 -r1.6 *** isql.e 2000/11/18 16:49:24 1.5 --- isql.e 2000/12/08 16:59:33 1.6 *************** *** 22,26 **** */ /* ! $Log$ Revision 1.5 2000/11/18 16:49:24 fsg Increased PRINT_BUFFER_LENGTH to 2048 to show larger plans --- 22,26 ---- */ /* ! $Id$ Revision 1.5 2000/11/18 16:49:24 fsg Increased PRINT_BUFFER_LENGTH to 2048 to show larger plans Index: isql.h =================================================================== RCS file: /cvsroot/firebird/interbase/isql/isql.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** isql.h 2000/11/18 16:49:24 1.2 --- isql.h 2000/12/08 16:59:33 1.3 *************** *** 20,24 **** * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Log$ * Revision 1.2 2000/11/18 16:49:24 fsg * Increased PRINT_BUFFER_LENGTH to 2048 to show larger plans --- 20,24 ---- * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Id$ * Revision 1.2 2000/11/18 16:49:24 fsg * Increased PRINT_BUFFER_LENGTH to 2048 to show larger plans Index: show.e =================================================================== RCS file: /cvsroot/firebird/interbase/isql/show.e,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -r1.2 -r1.3 *** show.e 2000/11/19 07:02:49 1.2 --- show.e 2000/12/08 16:59:33 1.3 *************** *** 20,24 **** * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Log$ * Revision 1.2 2000/11/19 07:02:49 fsg * Change in show.e to use CHARACTER_LENGTH instead of FIELD_LENGTH in --- 20,24 ---- * All Rights Reserved. * Contributor(s): ______________________________________. ! * $Id$ * Revision 1.2 2000/11/19 07:02:49 fsg * Change in show.e to use CHARACTER_LENGTH instead of FIELD_LENGTH in |