From d5f6575a7cd454cce534b28f305a5deaf0f35eea Mon Sep 17 00:00:00 2001 From: Gregory Burd Date: Mon, 31 Aug 2009 20:28:38 -0400 Subject: [PATCH] More house keeping. Removed all the "Id:" tags. --- dist/Makefile.in | 2 - dist/RELEASE | 6 +-- dist/buildrel | 2 - dist/configure.ac | 2 - dist/s_perm | 2 - dist/srcfiles.in | 2 - src/api.c | 2 - src/api_table.c | 2 - src/cg_attach.c | 2 - src/cg_auth.c | 2 - src/cg_build.c | 2 - src/cg_copy.c | 2 - src/cg_date.c | 2 - src/cg_delete.c | 2 - src/cg_expr.c | 2 - src/cg_insert.c | 2 - src/cg_pragma.c | 2 - src/cg_select.c | 2 - src/cg_trigger.c | 2 - src/cg_update.c | 2 - src/cg_vacuum.c | 2 - src/cg_where.c | 14 +++--- src/clib/getopt.c | 2 - src/clib/memcmp.c | 2 - src/clib/strcasecmp.c | 2 - src/clib/strdup.c | 2 - src/clib/xvprintf.c | 2 - src/common/dbsql_alloc.c | 2 - src/common/dbsql_atof.c | 2 - src/common/dbsql_atoi.c | 2 - src/common/dbsql_err.c | 2 - src/common/hash.c | 2 - src/common/str.c | 8 ++- src/dbsql.in | 2 - src/dbsql/dbsql.c | 3 -- src/dbsql_tclsh.c | 2 - src/inc/db_int.h | 2 - src/inc/dbsql_int.in | 2 - src/inc/debug.h | 2 - src/inc/globals.h | 2 - src/inc/hash.h | 2 - src/inc/random.h | 2 - src/inc/str.h | 2 - src/inc/vdbe.h | 2 - src/inc/vdbe_int.h | 2 - src/inc/xvprintf.h | 2 - src/lemon/lemon.c | 2 - src/lemon/lempar.c | 2 - src/os/os_jtime.c | 2 - src/safety.c | 2 - src/sm.c | 2 - src/sql_fns.c | 2 - src/sql_parser.y | 4 +- src/sql_tokenize.c | 2 - src/vdbe.c | 101 +++++++++++++++++++------------------- src/vdbe_method.c | 2 - test/README | 2 - test/scr001/chk.code | 2 - test/scr002/chk.def | 2 - test/scr003/chk.define | 2 - test/scr005/chk.nl | 2 - test/scr006/chk.offt | 2 - test/scr007/chk.proto | 2 - test/scr009/chk.srcfiles | 2 - test/scr010/chk.str | 2 - test/scr011/chk.tags | 2 - test/scr013/chk.stats | 2 - test/scr014/chk.err | 2 - test/scr018/chk.comma | 2 - test/scr019/chk.include | 2 - test/scr020/chk.inc | 2 - test/scr021/chk.flags | 2 - test/scr022/chk.rr | 2 - test/scr026/chk.method | 2 - test/scr030/chk.build | 2 - test/scr050/Makefile.in | 1 - test/scr050/dbsql_tclsh.c | 14 ++---- test/scr050/s_include | 1 - test/test.tcl | 2 - test/testparams.tcl | 1 - test/testutils.tcl | 1 - 81 files changed, 67 insertions(+), 227 deletions(-) diff --git a/dist/Makefile.in b/dist/Makefile.in index 636f635..d2b9474 100644 --- a/dist/Makefile.in +++ b/dist/Makefile.in @@ -15,8 +15,6 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. -# -# $Id: Makefile.in 7 2007-02-03 13:34:17Z gburd $ srcdir= @srcdir@/../src tstdir= @srcdir@/../test diff --git a/dist/RELEASE b/dist/RELEASE index 3b60d94..6bc53b4 100644 --- a/dist/RELEASE +++ b/dist/RELEASE @@ -15,12 +15,10 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. -# -# $Id: RELEASE 7 2007-02-03 13:34:17Z gburd $ DBSQL_VERSION_MAJOR=0 -DBSQL_VERSION_MINOR=2 -DBSQL_VERSION_PATCH=3 +DBSQL_VERSION_MINOR=3 +DBSQL_VERSION_PATCH=1 DBSQL_VERSION="$DBSQL_VERSION_MAJOR.$DBSQL_VERSION_MINOR.$DBSQL_VERSION_PATCH" DBSQL_VERSION_UNIQUE_NAME=`printf "_%d%03d" $DBSQL_VERSION_MAJOR $DBSQL_VERSION_MINOR` diff --git a/dist/buildrel b/dist/buildrel index fa2b8cb..315488c 100644 --- a/dist/buildrel +++ b/dist/buildrel @@ -15,8 +15,6 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. -# -# $Id: buildrel 7 2007-02-03 13:34:17Z gburd $ # # Build the distribution package. diff --git a/dist/configure.ac b/dist/configure.ac index 5c7514a..7c850b6 100644 --- a/dist/configure.ac +++ b/dist/configure.ac @@ -15,8 +15,6 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. -# -# $Id: configure.ac 7 2007-02-03 13:34:17Z gburd $ # Process this file with autoconf to produce a configure script. diff --git a/dist/s_perm b/dist/s_perm index 6a4d470..ad87f77 100755 --- a/dist/s_perm +++ b/dist/s_perm @@ -16,8 +16,6 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. -# -# $Id: s_perm 7 2007-02-03 13:34:17Z gburd $ d=.. echo 'Updating DBSQL source tree permissions...' diff --git a/dist/srcfiles.in b/dist/srcfiles.in index 98f1e91..20cd759 100644 --- a/dist/srcfiles.in +++ b/dist/srcfiles.in @@ -15,8 +15,6 @@ # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. -# -# $Id: srcfiles.in 7 2007-02-03 13:34:17Z gburd $ # This is an input file for the s_win32_dsp. It lists the source files in diff --git a/src/api.c b/src/api.c index fe8152d..709d0ba 100644 --- a/src/api.c +++ b/src/api.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: api.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/api_table.c b/src/api_table.c index 58a0a92..bd789f3 100644 --- a/src/api_table.c +++ b/src/api_table.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: api_table.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/cg_attach.c b/src/cg_attach.c index 84d01a8..3db449f 100644 --- a/src/cg_attach.c +++ b/src/cg_attach.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: cg_attach.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/cg_auth.c b/src/cg_auth.c index d1c22d8..0dd9069 100644 --- a/src/cg_auth.c +++ b/src/cg_auth.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: cg_auth.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/cg_build.c b/src/cg_build.c index 11ccb14..a4990ad 100644 --- a/src/cg_build.c +++ b/src/cg_build.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: cg_build.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/cg_copy.c b/src/cg_copy.c index 76c8e9d..fd93a4b 100644 --- a/src/cg_copy.c +++ b/src/cg_copy.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: cg_copy.c 7 2007-02-03 13:34:17Z gburd $ */ diff --git a/src/cg_date.c b/src/cg_date.c index 9327386..79b97dc 100644 --- a/src/cg_date.c +++ b/src/cg_date.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: cg_date.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/cg_delete.c b/src/cg_delete.c index 29d1266..35a99e6 100644 --- a/src/cg_delete.c +++ b/src/cg_delete.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: cg_delete.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/cg_expr.c b/src/cg_expr.c index 89130c1..02dae15 100644 --- a/src/cg_expr.c +++ b/src/cg_expr.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: cg_expr.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/cg_insert.c b/src/cg_insert.c index 70825dc..d103b21 100644 --- a/src/cg_insert.c +++ b/src/cg_insert.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: cg_insert.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/cg_pragma.c b/src/cg_pragma.c index c127bf1..eecdc70 100644 --- a/src/cg_pragma.c +++ b/src/cg_pragma.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: cg_pragma.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/cg_select.c b/src/cg_select.c index 07d07d8..a88c9c1 100644 --- a/src/cg_select.c +++ b/src/cg_select.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: cg_select.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/cg_trigger.c b/src/cg_trigger.c index 3634cf8..c45f505 100644 --- a/src/cg_trigger.c +++ b/src/cg_trigger.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: cg_trigger.c 7 2007-02-03 13:34:17Z gburd $ */ #include "dbsql_config.h" diff --git a/src/cg_update.c b/src/cg_update.c index 72693c4..cc26b67 100644 --- a/src/cg_update.c +++ b/src/cg_update.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: cg_update.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/cg_vacuum.c b/src/cg_vacuum.c index 1530f3a..beb1b6c 100644 --- a/src/cg_vacuum.c +++ b/src/cg_vacuum.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: cg_vacuum.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/cg_where.c b/src/cg_where.c index 6da9425..48ae8f9 100644 --- a/src/cg_where.c +++ b/src/cg_where.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: cg_where.c 7 2007-02-03 13:34:17Z gburd $ */ /* @@ -33,12 +31,12 @@ * clause subexpression is separated from the others by an AND operator. */ typedef struct expr_info { - expr_t *p; /* Pointer to the subexpression */ - u_int8_t indexable; /* True if this subexprssion is usable - by an index */ - short int idxLeft; /* p->pLeft is a column in this table - number. -1 if p->pLeft is not the - column of any table */ + expr_t *p; /* Pointer to the subexpression */ + u_int8_t indexable; /* True if this subexprssion is usable + by an index */ + short int idxLeft; /* p->pLeft is a column in this table + number. -1 if p->pLeft is not the + column of any table */ short int idxRight; /* p->pRight is a column in this table number. -1 if p->pRight is not the column of any table */ diff --git a/src/clib/getopt.c b/src/clib/getopt.c index 71304a4..1fee8f1 100644 --- a/src/clib/getopt.c +++ b/src/clib/getopt.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: getopt.c 7 2007-02-03 13:34:17Z gburd $ */ /* * Copyright (c) 1990-2004 diff --git a/src/clib/memcmp.c b/src/clib/memcmp.c index 3035a14..7ba7db7 100644 --- a/src/clib/memcmp.c +++ b/src/clib/memcmp.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: memcmp.c 7 2007-02-03 13:34:17Z gburd $ */ /* * Copyright (c) 1990-2004 diff --git a/src/clib/strcasecmp.c b/src/clib/strcasecmp.c index 7e90166..e702336 100644 --- a/src/clib/strcasecmp.c +++ b/src/clib/strcasecmp.c @@ -48,8 +48,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: strcasecmp.c 7 2007-02-03 13:34:17Z gburd $ */ #include "dbsql_config.h" diff --git a/src/clib/strdup.c b/src/clib/strdup.c index ba546fc..6cb386a 100644 --- a/src/clib/strdup.c +++ b/src/clib/strdup.c @@ -48,8 +48,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $Id: strdup.c 7 2007-02-03 13:34:17Z gburd $ */ #include "dbsql_config.h" diff --git a/src/clib/xvprintf.c b/src/clib/xvprintf.c index cfe8373..44c6d95 100644 --- a/src/clib/xvprintf.c +++ b/src/clib/xvprintf.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: xvprintf.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/common/dbsql_alloc.c b/src/common/dbsql_alloc.c index 52b92e6..efcf645 100644 --- a/src/common/dbsql_alloc.c +++ b/src/common/dbsql_alloc.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: dbsql_alloc.c 7 2007-02-03 13:34:17Z gburd $ */ #include "dbsql_config.h" diff --git a/src/common/dbsql_atof.c b/src/common/dbsql_atof.c index ad8398b..4049687 100644 --- a/src/common/dbsql_atof.c +++ b/src/common/dbsql_atof.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: dbsql_atof.c 7 2007-02-03 13:34:17Z gburd $ */ #include "dbsql_config.h" diff --git a/src/common/dbsql_atoi.c b/src/common/dbsql_atoi.c index be0b384..6a466a1 100644 --- a/src/common/dbsql_atoi.c +++ b/src/common/dbsql_atoi.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: dbsql_atoi.c 7 2007-02-03 13:34:17Z gburd $ */ #include "dbsql_config.h" diff --git a/src/common/dbsql_err.c b/src/common/dbsql_err.c index 09a784c..d9dd148 100644 --- a/src/common/dbsql_err.c +++ b/src/common/dbsql_err.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: dbsql_err.c 7 2007-02-03 13:34:17Z gburd $ */ #include "dbsql_config.h" diff --git a/src/common/hash.c b/src/common/hash.c index 9f489c7..b6317d7 100644 --- a/src/common/hash.c +++ b/src/common/hash.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: hash.c 7 2007-02-03 13:34:17Z gburd $ */ /* * Copyright (c) 1990-2004 diff --git a/src/common/str.c b/src/common/str.c index 828b3ad..1badda7 100644 --- a/src/common/str.c +++ b/src/common/str.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: str.c 7 2007-02-03 13:34:17Z gburd $ */ /* * Copyright (c) 1990-2004 @@ -56,7 +54,7 @@ */ /* * Copyright (c) 1990, 1993, 1994, 1995 - *The Regents of the University of California. All rights reserved. + * The Regents of the University of California. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -84,14 +82,14 @@ */ /* * Copyright (c) 1995, 1996 - *The President and Fellows of Harvard University. All rights reserved. + * The President and Fellows of Harvard University. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. - * 2. Redistributions + * 2. Redistributions */ #include "dbsql_config.h" diff --git a/src/dbsql.in b/src/dbsql.in index 9bfe975..530a36b 100644 --- a/src/dbsql.in +++ b/src/dbsql.in @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: dbsql.in 7 2007-02-03 13:34:17Z gburd $ */ #ifndef _DBSQL_H_ diff --git a/src/dbsql/dbsql.c b/src/dbsql/dbsql.c index bad49d4..dbd3fc8 100644 --- a/src/dbsql/dbsql.c +++ b/src/dbsql/dbsql.c @@ -16,9 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: dbsql.c 7 2007-02-03 13:34:17Z gburd $ - * */ diff --git a/src/dbsql_tclsh.c b/src/dbsql_tclsh.c index 4e0383c..8d3b593 100644 --- a/src/dbsql_tclsh.c +++ b/src/dbsql_tclsh.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: dbsql_tclsh.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/inc/db_int.h b/src/inc/db_int.h index 4902359..c48f34e 100644 --- a/src/inc/db_int.h +++ b/src/inc/db_int.h @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: db_int.h 7 2007-02-03 13:34:17Z gburd $ */ #ifndef _DB_INT_H_ diff --git a/src/inc/dbsql_int.in b/src/inc/dbsql_int.in index a63fc62..294a15d 100644 --- a/src/inc/dbsql_int.in +++ b/src/inc/dbsql_int.in @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: dbsql_int.in 7 2007-02-03 13:34:17Z gburd $ */ #ifndef _DBSQL_INT_H_ diff --git a/src/inc/debug.h b/src/inc/debug.h index 43774f4..f7052cc 100644 --- a/src/inc/debug.h +++ b/src/inc/debug.h @@ -3,8 +3,6 @@ * * Copyright (c) 1998-2004 * Sleepycat Software. All rights reserved. - * - * $Id: debug.h 7 2007-02-03 13:34:17Z gburd $ */ #ifndef _DBSQL_DEBUG_H_ diff --git a/src/inc/globals.h b/src/inc/globals.h index 6905bc8..7d960d2 100644 --- a/src/inc/globals.h +++ b/src/inc/globals.h @@ -3,8 +3,6 @@ * * Copyright (c) 1996-2004 * Sleepycat Software. All rights reserved. - * - * $Id: globals.h 7 2007-02-03 13:34:17Z gburd $ */ /******************************************************* diff --git a/src/inc/hash.h b/src/inc/hash.h index 8b4cc1f..637969f 100644 --- a/src/inc/hash.h +++ b/src/inc/hash.h @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: hash.h 7 2007-02-03 13:34:17Z gburd $ */ /* * Copyright (c) 1990-2004 diff --git a/src/inc/random.h b/src/inc/random.h index 485d936..2965f40 100644 --- a/src/inc/random.h +++ b/src/inc/random.h @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: random.h 7 2007-02-03 13:34:17Z gburd $ */ #ifndef _LRAND48_R_H_ diff --git a/src/inc/str.h b/src/inc/str.h index 663b221..311c72e 100644 --- a/src/inc/str.h +++ b/src/inc/str.h @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: str.h 7 2007-02-03 13:34:17Z gburd $ */ /* * Copyright (c) 1990-2004 diff --git a/src/inc/vdbe.h b/src/inc/vdbe.h index 0edefbd..2515533 100644 --- a/src/inc/vdbe.h +++ b/src/inc/vdbe.h @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: vdbe.h 7 2007-02-03 13:34:17Z gburd $ */ #ifndef _VDBE_H_ diff --git a/src/inc/vdbe_int.h b/src/inc/vdbe_int.h index 825217b..7188ea6 100644 --- a/src/inc/vdbe_int.h +++ b/src/inc/vdbe_int.h @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: vdbe_int.h 7 2007-02-03 13:34:17Z gburd $ */ #ifndef _VDBE_INT_H_ diff --git a/src/inc/xvprintf.h b/src/inc/xvprintf.h index 618d1ab..c305af9 100644 --- a/src/inc/xvprintf.h +++ b/src/inc/xvprintf.h @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: xvprintf.h 7 2007-02-03 13:34:17Z gburd $ */ #ifndef _XVPRINTF_H_ diff --git a/src/lemon/lemon.c b/src/lemon/lemon.c index 2aeb11a..dd98142 100644 --- a/src/lemon/lemon.c +++ b/src/lemon/lemon.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: $ */ /* diff --git a/src/lemon/lempar.c b/src/lemon/lempar.c index 964ee68..6c7b27d 100644 --- a/src/lemon/lempar.c +++ b/src/lemon/lempar.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: $ */ /* Driver template for the LEMON parser generator. diff --git a/src/os/os_jtime.c b/src/os/os_jtime.c index 480cdb1..6c53bfa 100644 --- a/src/os/os_jtime.c +++ b/src/os/os_jtime.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: os_jtime.c 7 2007-02-03 13:34:17Z gburd $ */ #include "dbsql_config.h" diff --git a/src/safety.c b/src/safety.c index 882c409..c8c391b 100644 --- a/src/safety.c +++ b/src/safety.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: safety.c 7 2007-02-03 13:34:17Z gburd $ */ #include "dbsql_config.h" diff --git a/src/sm.c b/src/sm.c index 971fc12..65713eb 100644 --- a/src/sm.c +++ b/src/sm.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: sm.c 7 2007-02-03 13:34:17Z gburd $ */ #include "dbsql_config.h" diff --git a/src/sql_fns.c b/src/sql_fns.c index 8802a07..33a306c 100644 --- a/src/sql_fns.c +++ b/src/sql_fns.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: sql_fns.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/sql_parser.y b/src/sql_parser.y index a073a90..45c603d 100644 --- a/src/sql_parser.y +++ b/src/sql_parser.y @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: sql_parser.y 7 2007-02-03 13:34:17Z gburd $ */ /* @@ -33,7 +31,7 @@ %syntax_error { if( pParse->zErrMsg==0 ){ if( TOKEN.z[0] ){ - __set_stringn(&pParse->zErrMsg, + __set_stringn(&pParse->zErrMsg, "near \"", -1, TOKEN.z, TOKEN.n, "\": syntax error", -1, 0); }else{ __set_string(&pParse->zErrMsg, "incomplete SQL statement", (char*)0); diff --git a/src/sql_tokenize.c b/src/sql_tokenize.c index 3e6e066..d1262a2 100644 --- a/src/sql_tokenize.c +++ b/src/sql_tokenize.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: sql_tokenize.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/src/vdbe.c b/src/vdbe.c index 09fc19b..2598219 100644 --- a/src/vdbe.c +++ b/src/vdbe.c @@ -16,11 +16,9 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: vdbe.c 7 2007-02-03 13:34:17Z gburd $ */ -/* The code in this file implements execution method of the +/* The code in this file implements execution method of the * Virtual Database Engine (VDBE). A separate file ("vdbe_aux.c") * handles housekeeping details such as creating and deleting * VDBE instances. This file is solely interested in executing @@ -30,10 +28,10 @@ * to a VDBE. * * The SQL parser generates a program which is then executed by - * the VDBE to do the work of the SQL statement. VDBE programs are + * the VDBE to do the work of the SQL statement. VDBE programs are * similar in form to assembly language. The program consists of - * a linear sequence of operations. Each operation has an opcode - * and 3 operands. Operands P1 and P2 are integers. Operand P3 + * a linear sequence of operations. Each operation has an opcode + * and 3 operands. Operands P1 and P2 are integers. Operand P3 * is a null-terminated string. The P2 operand must be non-negative. * Opcodes will typically ignore one or more operands. Many opcodes * ignore all three operands. @@ -42,7 +40,7 @@ * stack is either an integer, a null-terminated string, a floating point * number, or the SQL "NULL" value. An inplicit conversion from one * type to the other occurs as necessary. - * + * * Most of the code in this file is taken up by the __vdbe_exec() * function which does the work of interpreting a VDBE program. * But other routines are also provided to help in building up @@ -91,7 +89,7 @@ int dbsql_interrupt_count = 0; * __api_step -- * Advance the virtual machine to the next output row. * - * The return vale will be either DBSQL_BUSY, DBSQL_DONE, + * The return vale will be either DBSQL_BUSY, DBSQL_DONE, * DBSQL_ROW, DBSQL_ERROR, or DBSQL_MISUSE. * * DBSQL_BUSY means that the virtual machine attempted to open @@ -365,7 +363,7 @@ __pop_stack(stack, n) /* * __entity_to_int -- * Convert the given stack entity into a integer if it isn't one - * already. Any prior string or real representation is invalidated. + * already. Any prior string or real representation is invalidated. * NULLs are converted into 0. * * STATIC: static void __entity_to_int __P((mem_t *)); @@ -676,7 +674,7 @@ switch(pOp->opcode) { /* Opcode: Goto * P2 * ** ** An unconditional jump to address P2. -** The next instruction executed will be +** The next instruction executed will be ** the one at index P2 from the beginning of ** the program. */ @@ -738,7 +736,7 @@ case OP_Return: { ** rollback the current transaction. Do not rollback if P2==OE_Fail. ** Do the rollback if P2==OE_Rollback. If P2==OE_Abort, then back ** out all changes that have occurred during this execution of the -** VDBE, but do not rollback the transaction. +** VDBE, but do not rollback the transaction. ** ** There is an implied "Halt 0 0 0" instruction inserted at the very end of ** every program. So a jump past the last instruction of the program @@ -830,7 +828,7 @@ case OP_Pop: { /* Opcode: Dup P1 P2 * ** -** A copy of the P1-th element of the stack +** A copy of the P1-th element of the stack ** is made and pushed onto the top of the stack. ** The top of the stack is element 0. So the ** instruction "Dup 0 0 0" will make a copy of the @@ -869,7 +867,7 @@ case OP_Dup: { /* Opcode: Pull P1 * * ** -** The P1-th element is removed from its current location on +** The P1-th element is removed from its current location on ** the stack and pushed back on top of the stack. The ** top of the stack is element 0, so "Pull 0 0 0" is ** a no-op. "Pull 1 0 0" swaps the top two elements of @@ -974,7 +972,7 @@ case OP_Callback: { return DBSQL_ROW; } if (__safety_off(db)) - goto abort_due_to_misuse; + goto abort_due_to_misuse; if (p->xCallback(p->pCbArg, pOp->p1, azArgv, p->azColName) != 0) { rc = DBSQL_ABORT; } @@ -1005,7 +1003,7 @@ case OP_Callback: { case OP_NullCallback: { if (p->nCallback == 0 && p->xCallback != 0) { if (__safety_off(db)) - goto abort_due_to_misuse; + goto abort_due_to_misuse; if (p->xCallback(p->pCbArg, pOp->p1, 0, p->azColName) != 0) { rc = DBSQL_ABORT; } @@ -1019,8 +1017,8 @@ case OP_NullCallback: { /* Opcode: Concat P1 P2 P3 ** -** Look at the first P1 elements of the stack. Append them all -** together with the lowest element first. Use P3 as a separator. +** Look at the first P1 elements of the stack. Append them all +** together with the lowest element first. Use P3 as a separator. ** Put the result on the top of the stack. The original P1 elements ** are popped from the stack if P2==0 and retained if P2==1. If ** any element of the stack is NULL, then the result is NULL. @@ -1319,7 +1317,7 @@ case OP_ShiftRight: { } /* Opcode: AddImm P1 * * -** +** ** Add the value P1 to whatever is on top of the stack. The result ** is always an integer. ** @@ -1369,7 +1367,7 @@ case OP_ForceInt: { } /* Opcode: MustBeInt P1 P2 * -** +** ** Force the top of the stack to be an integer. If the top of the ** stack is not an integer and cannot be converted into an integer ** with out data loss, then jump immediately to P2, or if P2==0 @@ -1773,13 +1771,13 @@ case OP_StrGe: { ** ** Pop two values off the stack. Take the logical AND of the ** two values and push the resulting boolean value back onto the -** stack. +** stack. */ /* Opcode: Or * * * ** ** Pop two values off the stack. Take the logical OR of the ** two values and push the resulting boolean value back onto the -** stack. +** stack. */ case OP_And: /* FALLTHROUGH */ case OP_Or: { @@ -2119,7 +2117,7 @@ case OP_MakeRecord: { ** ** Convert the top P1 entries of the stack into a single entry suitable ** for use as the key in an index. The top P1 records are -** converted to strings and merged. The null-terminators +** converted to strings and merged. The null-terminators ** are retained and used as separators. ** The lowest entry in the stack is the first field and the top of the ** stack becomes the last. @@ -2135,7 +2133,7 @@ case OP_MakeRecord: { ** lowest element on the stack. If P3 is NULL then all arguments are ** assumed to be of the numeric type. ** -** The type makes a difference in that text-type fields may not be +** The type makes a difference in that text-type fields may not be ** introduced by 'b' (as described in the next paragraph). The ** first character of a text-type field must be either 'a' (if it is NULL) ** or 'c'. Numeric fields will be introduced by 'b' if their content @@ -2359,7 +2357,7 @@ case OP_Commit: { DBSQL_ASSERT(i >= 0 && i < db->nDb); if (db->xCommitCallback != 0) { if (__safety_off(db)) - goto abort_due_to_misuse; + goto abort_due_to_misuse; if (db->xCommitCallback(db->pCommitArg) != 0) { rc = DBSQL_CONSTRAINT; } @@ -2463,9 +2461,9 @@ case OP_VerifySchemaSignature: { /* Opcode: OpenRead P1 P2 P3 ** ** Open a read-only cursor for the database table whose root page is -** P2 in a database file. The database file is determined by an +** P2 in a database file. The database file is determined by an ** integer from the top of the stack. 0 means the main database and -** 1 means the database used for temporary tables. Give the new +** 1 means the database used for temporary tables. Give the new ** cursor an identifier of P1. The P1 values need not be contiguous ** but all P1 values should be small integers. It is an error for ** P1 to be negative. @@ -2512,7 +2510,7 @@ case OP_OpenWrite: { int wrFlag; sm_t *pX; int iDb; - + DBSQL_ASSERT(pTos >= p->aStack); __entity_to_int(pTos); iDb = pTos->i; @@ -2574,7 +2572,7 @@ case OP_OpenWrite: { /* Opcode: OpenTemp P1 P2 * ** ** Open a new cursor to a transient table. -** The transient cursor is always opened read/write even if +** The transient cursor is always opened read/write even if ** the main database is read-only. The transient table is deleted ** automatically when the cursor is closed. ** @@ -2943,7 +2941,7 @@ case OP_NotExists: { ** ** Get a new integer record number to be used as the key to a table. ** The record number is not previously used as a key in the database -** table that cursor P1 points to. The new record number is pushed +** table that cursor P1 points to. The new record number is pushed ** onto the stack. */ case OP_NewRecno: { @@ -3379,7 +3377,7 @@ case OP_Column: { ** ** Push onto the stack an integer which is the first 4 bytes of the ** the key to the current entry in a sequential scan of the database -** file P1. The sequential scan should have been started using the +** file P1. The sequential scan should have been started using the ** Next opcode. */ case OP_Recno: { @@ -3455,7 +3453,7 @@ case OP_FullKey: { /* Opcode: NullRow P1 * * ** ** Move the cursor P1 to a null row. Any OP_Column operations -** that occur while the cursor is on the null row will always push +** that occur while the cursor is on the null row will always push ** a NULL onto the stack. */ case OP_NullRow: { @@ -3469,7 +3467,7 @@ case OP_NullRow: { /* Opcode: Last P1 P2 * ** -** The next use of the Recno or Column or Next instruction for P1 +** The next use of the Recno or Column or Next instruction for P1 ** will refer to the last entry in the database table or index. ** If the table or index is empty and P2>0, then jump immediately to P2. ** If P2 is 0 or if the table or index is not empty, fall through @@ -3498,7 +3496,7 @@ case OP_Last: { /* Opcode: Rewind P1 P2 * ** -** The next use of the Recno or Column or Next instruction for P1 +** The next use of the Recno or Column or Next instruction for P1 ** will refer to the first entry in the database table or index. ** If the table or index is empty and P2>0, then jump immediately to P2. ** If P2 is 0 or if the table or index is not empty, fall through @@ -3700,8 +3698,8 @@ case OP_IdxRecno: { ** ** Compare the top of the stack against the key on the index entry that ** cursor P1 is currently pointing to. Ignore the last 4 bytes of the -** index entry. If the index entry is greater than or equal to -** the top of the stack +** index entry. If the index entry is greater than or equal to the top +** of the stack ** then jump to P2. Otherwise fall through to the next instruction. ** In either case, the stack is popped once. */ @@ -3723,7 +3721,7 @@ case OP_IdxGE: { DBSQL_ASSERT(pTos >= p->aStack); if ((pCrsr = p->aCsr[i].pCursor) != 0) { int res, rc; - + __entity_as_string(pTos); DBSQL_ASSERT(p->aCsr[i].deferredMoveto == 0); rc = __sm_key_compare(pCrsr, pTos->z, pTos->n, 4, &res); @@ -3887,7 +3885,7 @@ case OP_ListWrite: { /* Opcode: ListRewind * * * ** -** Rewind the temporary buffer back to the beginning. This is +** Rewind the temporary buffer back to the beginning. This is ** now a no-op. */ case OP_ListRewind: { @@ -3898,7 +3896,7 @@ case OP_ListRewind: { /* Opcode: ListRead * P2 * ** ** Attempt to read an integer from the temporary storage buffer -** and push it onto the stack. If the storage buffer is empty, +** and push it onto the stack. If the storage buffer is empty, ** push nothing but instead jump to P2. */ case OP_ListRead: { @@ -3934,7 +3932,7 @@ case OP_ListReset: { break; } -/* Opcode: ListPush * * * +/* Opcode: ListPush * * * ** ** Save the current vdbe_t list such that it can be restored by a ListPop ** opcode. The list is empty after this is executed. @@ -3950,7 +3948,7 @@ case OP_ListPush: { break; } -/* Opcode: ListPop * * * +/* Opcode: ListPop * * * ** ** Restore the vdbe_t list to the state it was in when ListPush was last ** executed. @@ -4042,7 +4040,7 @@ case OP_SortMakeRec: { /* Opcode: SortMakeKey * * P3 ** ** Convert the top few entries of the stack into a sort key. The -** number of stack entries consumed is the number of characters in +** number of stack entries consumed is the number of characters in ** the string P3. One character from P3 is prepended to each entry. ** The first character of P3 is prepended to the element lowest in ** the stack and the last character of P3 is prepended to the top of @@ -4140,7 +4138,7 @@ case OP_Sort: { ** ** Push the data for the topmost element in the sorter onto the ** stack, then remove the element from the sorter. If the sorter -** is empty, push nothing on the stack and instead jump immediately +** is empty, push nothing on the stack and instead jump immediately ** to instruction P2. */ case OP_SortNext: { @@ -4591,7 +4589,7 @@ case OP_AggFocus: { } __entity_release_mem(pTos); pTos--; - break; + break; } /* Opcode: AggSet * P2 * @@ -4750,7 +4748,7 @@ case OP_SetFound: { /* Opcode: SetNotFound P1 P2 * ** ** Pop the stack once and compare the value popped off with the -** contents of set P1. If the element popped does not exists in +** contents of set P1. If the element popped does not exists in ** set P1, then jump to P2. Otherwise fall through. */ case OP_SetNotFound: { @@ -4818,7 +4816,7 @@ case OP_SetNext: { */ case OP_Vacuum: { if (__safety_off(db)) - goto abort_due_to_misuse; + goto abort_due_to_misuse; rc = __execute_vacuum(&p->zErrMsg, db); if (__safety_on(db)) goto abort_due_to_misuse; @@ -4877,19 +4875,20 @@ default: { * mem_t.z points to mem_t.zShort iff the subtype is * MEM_Short */ - DBSQL_ASSERT((pTos->flags & MEM_Short) == 0 || - pTos->z==pTos->zShort); - DBSQL_ASSERT((pTos->flags & MEM_Short) != 0 || - pTos->z!=pTos->zShort); + DBSQL_ASSERT((pTos->flags & MEM_Short) == 0 + || pTos->z==pTos->zShort); + DBSQL_ASSERT((pTos->flags & MEM_Short) != 0 + || pTos->z!=pTos->zShort); } else { /* * Cannot define a string subtype for non-string objects. */ DBSQL_ASSERT((pTos->flags & - (MEM_Static | MEM_Dyn | MEM_Ephem | MEM_Short)) == 0); + (MEM_Static | MEM_Dyn | MEM_Ephem | MEM_Short)) == 0); } /* MEM_Null excludes all other types. */ - DBSQL_ASSERT(pTos->flags == MEM_Null || (pTos->flags&MEM_Null) == 0); + DBSQL_ASSERT(pTos->flags == MEM_Null + || (pTos->flags&MEM_Null) == 0); } if (pc < -1 || pc >= p->nOp) { __str_append(&p->zErrMsg, "jump destination out of range", diff --git a/src/vdbe_method.c b/src/vdbe_method.c index 5e1afcb..45efd63 100644 --- a/src/vdbe_method.c +++ b/src/vdbe_method.c @@ -16,8 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * $Id: vdbe_method.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/test/README b/test/README index 39ba74f..b1373c7 100644 --- a/test/README +++ b/test/README @@ -22,8 +22,6 @@ Each line within a test should be no more than 80 characters long. Each test starts with a section like the following: -# $Id: README 7 2007-02-03 13:34:17Z gburd $ -# # TEST test001 # TEST Small keys/data # TEST Put/get per key diff --git a/test/scr001/chk.code b/test/scr001/chk.code index d72bea6..9413e89 100644 --- a/test/scr001/chk.code +++ b/test/scr001/chk.code @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.code 7 2007-02-03 13:34:17Z gburd $ -# # Check to make sure that the code samples in the documents build. d=../../../db_docs diff --git a/test/scr002/chk.def b/test/scr002/chk.def index 0ba793b..f09a17e 100644 --- a/test/scr002/chk.def +++ b/test/scr002/chk.def @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.def 7 2007-02-03 13:34:17Z gburd $ -# # Check to make sure we haven't forgotten to add any interfaces # to the Win32 libdb.def file. diff --git a/test/scr003/chk.define b/test/scr003/chk.define index 9563bfd..8731a6d 100644 --- a/test/scr003/chk.define +++ b/test/scr003/chk.define @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.define 7 2007-02-03 13:34:17Z gburd $ -# # Check to make sure that all #defines are actually used. # Check to make sure that all #defines start in column 1. diff --git a/test/scr005/chk.nl b/test/scr005/chk.nl index 7bac652..f478fd5 100644 --- a/test/scr005/chk.nl +++ b/test/scr005/chk.nl @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.nl 7 2007-02-03 13:34:17Z gburd $ -# # Check to make sure that there are no trailing newlines in __dbsql_err calls. d=../.. diff --git a/test/scr006/chk.offt b/test/scr006/chk.offt index e886c81..8eee7e0 100644 --- a/test/scr006/chk.offt +++ b/test/scr006/chk.offt @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.offt 7 2007-02-03 13:34:17Z gburd $ -# # Make sure that no off_t's have snuck into the release. d=../.. diff --git a/test/scr007/chk.proto b/test/scr007/chk.proto index 7f5d0dd..7ed177e 100644 --- a/test/scr007/chk.proto +++ b/test/scr007/chk.proto @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.proto 7 2007-02-03 13:34:17Z gburd $ -# # Check to make sure that prototypes are actually needed. d=../.. diff --git a/test/scr009/chk.srcfiles b/test/scr009/chk.srcfiles index b472d28..68aec98 100644 --- a/test/scr009/chk.srcfiles +++ b/test/scr009/chk.srcfiles @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.srcfiles 7 2007-02-03 13:34:17Z gburd $ -# # Check to make sure we haven't forgotten to add any files to the list # of source files Win32 uses to build its dsp files. diff --git a/test/scr010/chk.str b/test/scr010/chk.str index 691c9ed..e1cf232 100644 --- a/test/scr010/chk.str +++ b/test/scr010/chk.str @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.str 7 2007-02-03 13:34:17Z gburd $ -# # Check spelling in quoted strings. d=../.. diff --git a/test/scr011/chk.tags b/test/scr011/chk.tags index 9c9c743..97428dc 100644 --- a/test/scr011/chk.tags +++ b/test/scr011/chk.tags @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.tags 7 2007-02-03 13:34:17Z gburd $ -# # Check to make sure we don't need any more symbolic links to tags files. d=../.. diff --git a/test/scr013/chk.stats b/test/scr013/chk.stats index 2ac7596..d194750 100644 --- a/test/scr013/chk.stats +++ b/test/scr013/chk.stats @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.stats 7 2007-02-03 13:34:17Z gburd $ -# # Check to make sure all of the stat structure members are included in # all of the possible formats. diff --git a/test/scr014/chk.err b/test/scr014/chk.err index e3fa429..d6400b4 100644 --- a/test/scr014/chk.err +++ b/test/scr014/chk.err @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.err 7 2007-02-03 13:34:17Z gburd $ -# # Check to make sure all of the error values have corresponding error # message strings in db_strerror(). diff --git a/test/scr018/chk.comma b/test/scr018/chk.comma index 08052db..83af9f3 100644 --- a/test/scr018/chk.comma +++ b/test/scr018/chk.comma @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.comma 7 2007-02-03 13:34:17Z gburd $ -# # Look for trailing commas in declarations. Some compilers can't handle: # enum { # foo, diff --git a/test/scr019/chk.include b/test/scr019/chk.include index 7424620..74bfe0a 100644 --- a/test/scr019/chk.include +++ b/test/scr019/chk.include @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.include 7 2007-02-03 13:34:17Z gburd $ -# # Check for inclusion of files already included in dbsql_int.h. d=../.. diff --git a/test/scr020/chk.inc b/test/scr020/chk.inc index 93576df..4f1fad2 100644 --- a/test/scr020/chk.inc +++ b/test/scr020/chk.inc @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.inc 7 2007-02-03 13:34:17Z gburd $ -# # Check for inclusion of dbsql_config.h after "const" or other includes. d=../.. diff --git a/test/scr021/chk.flags b/test/scr021/chk.flags index 0d275f5..9f386d5 100644 --- a/test/scr021/chk.flags +++ b/test/scr021/chk.flags @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.flags 7 2007-02-03 13:34:17Z gburd $ -# # Check flag name-spaces. d=../.. diff --git a/test/scr022/chk.rr b/test/scr022/chk.rr index fd6118d..b4a5595 100644 --- a/test/scr022/chk.rr +++ b/test/scr022/chk.rr @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.rr 7 2007-02-03 13:34:17Z gburd $ -# # Check for DB_RUNRECOVERY being specified instead of a call # to dbsql_panic. diff --git a/test/scr026/chk.method b/test/scr026/chk.method index f64b637..46d1522 100644 --- a/test/scr026/chk.method +++ b/test/scr026/chk.method @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.method 7 2007-02-03 13:34:17Z gburd $ -# # Check that DBSQL doesn't call DBSQL_ENV methods internally. d=../.. diff --git a/test/scr030/chk.build b/test/scr030/chk.build index 25b0b0d..c993938 100644 --- a/test/scr030/chk.build +++ b/test/scr030/chk.build @@ -1,7 +1,5 @@ #!/bin/sh - # -# $Id: chk.build 7 2007-02-03 13:34:17Z gburd $ -# # Build a program that calls the run-time API configuration functions. trap 'rm -rf scr030 ; exit 0' 0 diff --git a/test/scr050/Makefile.in b/test/scr050/Makefile.in index b9267be..dabe1c7 100644 --- a/test/scr050/Makefile.in +++ b/test/scr050/Makefile.in @@ -1,4 +1,3 @@ -# $Id: Makefile.in 7 2007-02-03 13:34:17Z gburd $ srcdir= ./ tstdir= ./tests diff --git a/test/scr050/dbsql_tclsh.c b/test/scr050/dbsql_tclsh.c index 2c21fe5..4511e2b 100644 --- a/test/scr050/dbsql_tclsh.c +++ b/test/scr050/dbsql_tclsh.c @@ -1,12 +1,12 @@ /*- * DBSQL - A SQL database engine. * - * Copyright (C) 2007 DBSQL Group, Inc - All rights reserved. + * Copyright (C) 2007-2008 The DBSQL Group, Inc. - All rights reserved. * - * This library is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public - * License as published by the Free Software Foundation; either - * version 2.1 of the License, or (at your option) any later version. + * This library is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. * * There are special exceptions to the terms and conditions of the GPL as it * is applied to this software. View the full text of the exception in file @@ -16,10 +16,6 @@ * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * General Public License for more details. - * - * http://creativecommons.org/licenses/GPL/2.0/ - * - * $Id: api.c 7 2007-02-03 13:34:17Z gburd $ */ /* diff --git a/test/scr050/s_include b/test/scr050/s_include index 1f3e17d..565ff34 100644 --- a/test/scr050/s_include +++ b/test/scr050/s_include @@ -1,5 +1,4 @@ #!/bin/sh - -# $Id: s_include 7 2007-02-03 13:34:17Z gburd $ # # Build the automatically generated function prototype files. diff --git a/test/test.tcl b/test/test.tcl index e38ac17..a93aab1 100644 --- a/test/test.tcl +++ b/test/test.tcl @@ -2,8 +2,6 @@ # # Copyright (c) 1996-2004 # Sleepycat Software. All rights reserved. -# -# $Id: test.tcl 7 2007-02-03 13:34:17Z gburd $ source ./include.tcl diff --git a/test/testparams.tcl b/test/testparams.tcl index ba94173..52b1eb8 100644 --- a/test/testparams.tcl +++ b/test/testparams.tcl @@ -1,4 +1,3 @@ -# $Id: testparams.tcl 7 2007-02-03 13:34:17Z gburd $ global one_test diff --git a/test/testutils.tcl b/test/testutils.tcl index 6c71cf6..5fc7edd 100644 --- a/test/testutils.tcl +++ b/test/testutils.tcl @@ -1,4 +1,3 @@ -# $Id: testutils.tcl 7 2007-02-03 13:34:17Z gburd $ # # Test system utilities #