Squashed commit of the following:

commit 011d9b6b07d904ad1e81ef7c747269903e2d47c4
Author: David Anderson <dvander@alliedmods.net>
Date:   Mon Jan 11 00:17:08 2010 -0600

    Initial import from Subversion (amxmodx/trunk rev 3757).
This commit is contained in:
David Anderson 2014-02-06 23:06:54 -08:00
parent adab9c93a0
commit b706108ed6
96 changed files with 96 additions and 96 deletions

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx.cpp 3707 2008-04-14 19:56:31Z sawce $
*/
#define AMX_NODYNALOAD

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx.h 3006 2006-08-28 11:08:18Z dvander $
*/
#if defined FREEBSD && !defined __FreeBSD__

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amxcore.cpp 1733 2005-07-25 06:03:43Z dvander $
*/
#if defined _UNICODE || defined __UNICODE__ || defined UNICODE
# if !defined UNICODE /* for Windows */

View File

@ -20,7 +20,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amxdbg.cpp 2345 2006-02-10 19:47:09Z faluco $
*/
#include <assert.h>
#include <stdio.h>

View File

@ -21,7 +21,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amxdbg.h 2977 2006-08-27 02:17:18Z damagedsoul $
*/
#ifndef AMXDBG_H_INCLUDED

View File

@ -3,7 +3,7 @@
* Copyright (c) ITB CompuPhase, 2001-2002
* This file may be freely used. No warranties of any kind.
*
* Version: $Id$
* Version: $Id: amxtime.cpp 2511 2006-04-06 12:56:45Z damagedsoul $
*/
#include <time.h>
#include <assert.h>

View File

@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
/* @(#) $Id: zconf.h 3734 2008-08-16 09:48:39Z damagedsoul $ */
#ifndef ZCONF_H
#define ZCONF_H

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx.cpp 1728 2005-07-25 00:01:54Z dvander $
*/
#if BUILD_PLATFORM == WINDOWS && BUILD_TYPE == RELEASE && BUILD_COMPILER == MSVC && PAWN_CELL_SIZE == 64

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx.h 3736 2008-08-16 20:13:12Z damagedsoul $
*/
#if defined FREEBSD && !defined __FreeBSD__

View File

@ -21,7 +21,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amxdbg.h 3736 2008-08-16 20:13:12Z damagedsoul $
*/
#ifndef AMXDBG_H_INCLUDED

View File

@ -3,7 +3,7 @@
* For conditions of distribution and use, see copyright notice in zlib.h
*/
/* @(#) $Id$ */
/* @(#) $Id: zconf.h 3734 2008-08-16 09:48:39Z damagedsoul $ */
#ifndef ZCONF_H
#define ZCONF_H

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx.h 3736 2008-08-16 20:13:12Z damagedsoul $
*/
#ifdef _MSC_VER

View File

@ -21,7 +21,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amxdbg.h 3736 2008-08-16 20:13:12Z damagedsoul $
*/
#ifndef AMXDBG_H_INCLUDED

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: dllmain.c 1724 2005-07-24 20:00:55Z dvander $
*/
#if defined _UNICODE || defined __UNICODE__ || defined UNICODE

View File

@ -20,7 +20,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: libpawnc.c 2969 2006-08-25 00:28:36Z dvander $
*/
#include <assert.h>
#include <stdio.h>

View File

@ -20,7 +20,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: pawncc.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include "sc.h"

View File

@ -25,7 +25,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sc.h 3460 2007-04-24 13:36:36Z sawce $
*/
#ifndef SC_H_INCLUDED
#define SC_H_INCLUDED

View File

@ -20,7 +20,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sc1.c 3460 2007-04-24 13:36:36Z sawce $
*/
#include <assert.h>
#include <ctype.h>

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sc2.c 3318 2007-02-16 18:49:21Z sawce $
*/
#include <assert.h>
#include <stdio.h>

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sc3.c 3522 2007-05-22 01:29:18Z sawce $
*/
#include <assert.h>
#include <stdio.h>

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sc4.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <assert.h>
#include <ctype.h>

View File

@ -19,7 +19,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sc5.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <assert.h>
#if defined __WIN32__ || defined _WIN32 || defined __MSDOS__

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sc5.scp 2167 2005-11-19 09:16:27Z dvander $
*/
SC_FUNC int strexpand(char *dest, unsigned char *source, int maxlen, unsigned char pairtable[128][2]);

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sc6.c 2018 2005-09-06 21:34:33Z dvander $
*/
#include <assert.h>
#include <stdio.h>

View File

@ -35,7 +35,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sc7.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <assert.h>
#include <stdio.h>

View File

@ -19,7 +19,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sc7.scp 1724 2005-07-24 20:00:55Z dvander $
*/
SC_FUNC int strexpand(char *dest, unsigned char *source, int maxlen, unsigned char pairtable[128][2]);

View File

@ -30,7 +30,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sci18n.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <assert.h>
#include <stdio.h>

View File

@ -22,7 +22,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: sclist.c 3736 2008-08-16 20:13:12Z damagedsoul $
*/
#include <assert.h>
#include <stdlib.h>

View File

@ -22,7 +22,7 @@
*
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: scmemfil.c 2866 2006-07-16 02:25:32Z faluco $
*/
#include <assert.h>

View File

@ -43,7 +43,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: scstate.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <assert.h>
#include <limits.h>

View File

@ -20,7 +20,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: scvars.c 1724 2005-07-24 20:00:55Z dvander $
*/
#include <stdio.h>
#include <stdlib.h> /* for _MAX_PATH */

View File

@ -18,7 +18,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx.h 3736 2008-08-16 20:13:12Z damagedsoul $
*/
#if defined FREEBSD && !defined __FreeBSD__

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_compiler.cpp 921 2004-08-21 06:20:27Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_compiler.h 835 2004-08-12 16:31:50Z dvander $
*/
#ifndef _INCLUDE_AMXCOMPILER_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_data.cpp 828 2004-08-11 14:31:26Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_data.h 828 2004-08-11 14:31:26Z dvander $
*/
#ifndef _INCLUDE_AMXDATA_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_define.cpp 826 2004-08-11 10:01:56Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_define.h 821 2004-08-11 08:18:14Z dvander $
*/
#ifndef _INCLUDE_DEFINE_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_error.cpp 835 2004-08-12 16:31:50Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_error.h 835 2004-08-12 16:31:50Z dvander $
*/
#ifndef _INCLUDE_AMX_ERROR

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_label.cpp 926 2004-08-21 18:57:47Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_label.h 835 2004-08-12 16:31:50Z dvander $
*/
#ifndef _INCLUDE_AMXLABEL_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_macro.cpp 826 2004-08-11 10:01:56Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_macro.h 821 2004-08-11 08:18:14Z dvander $
*/
#ifndef _INCLUDE_MACRO_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_nametable.h 826 2004-08-11 10:01:56Z dvander $
*/
#ifndef _INCLUDE_NAMETABLE_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_natives.cpp 826 2004-08-11 10:01:56Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_natives.h 821 2004-08-11 08:18:14Z dvander $
*/
#ifndef _INCLUDE_NATIVES_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_parser.cpp 826 2004-08-11 10:01:56Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_parser.h 821 2004-08-11 08:18:14Z dvander $
*/
#ifndef _INCLUDE_PARSER_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_proc.cpp 926 2004-08-21 18:57:47Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_proc.h 835 2004-08-12 16:31:50Z dvander $
*/
#ifndef _INCLUDE_AMXPROC_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_symbol.cpp 835 2004-08-12 16:31:50Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amx_symbol.h 835 2004-08-12 16:31:50Z dvander $
*/
#ifndef _INCLUDE_SYMBOL_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amxasm.cpp 921 2004-08-21 06:20:27Z dvander $
*/
#include "amxasm.h"

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: amxasm.h 824 2004-08-11 09:32:24Z dvander $
*/
#ifndef _INCLUDE_AMXASM_H

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: cexpr.cpp 921 2004-08-21 06:20:27Z dvander $
*/
#include <string>

View File

@ -17,7 +17,7 @@
* misrepresented as being the original software.
* 3. This notice may not be removed or altered from any source distribution.
*
* Version: $Id$
* Version: $Id: cexpr.h 821 2004-08-11 08:18:14Z dvander $
*/
#ifndef _INCLUDE_CEXPR_H

View File

@ -37,7 +37,7 @@
; use the same binary so all of its vtable offsets are guaranteed to
; be identical. Mirrors should always come first in the file!
;
; Version: $Id$
; Version: $Id: hamdata.ini 3687 2008-03-04 18:51:35Z sawce $
@mirror cstrike czero

View File

@ -12,7 +12,7 @@
** This file contains C code routines that used to generate VDBE code
** that implements the ALTER TABLE command.
**
** $Id$
** $Id: alter.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"
#include <ctype.h>

View File

@ -11,7 +11,7 @@
*************************************************************************
** This file contains code associated with the ANALYZE command.
**
** @(#) $Id$
** @(#) $Id: analyze.c 2779 2006-06-04 04:29:46Z damagedsoul $
*/
#ifndef SQLITE_OMIT_ANALYZE
#include "sqliteInt.h"

View File

@ -11,7 +11,7 @@
*************************************************************************
** This file contains code used to implement the ATTACH and DETACH commands.
**
** $Id$
** $Id: attach.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"

View File

@ -14,7 +14,7 @@
** systems that do not need this facility may omit it by recompiling
** the library with -DSQLITE_OMIT_AUTHORIZATION=1
**
** $Id$
** $Id: auth.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"

View File

@ -9,7 +9,7 @@
** May you share freely, never taking more than you give.
**
*************************************************************************
** $Id$
** $Id: btree.c 3426 2007-03-21 20:19:37Z damagedsoul $
**
** This file implements a external (disk-based) database using BTrees.
** For a detailed discussion of BTrees, refer to

View File

@ -13,7 +13,7 @@
** subsystem. See comments in the source code for a detailed description
** of what each interface routine does.
**
** @(#) $Id$
** @(#) $Id: btree.h 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#ifndef _BTREE_H_
#define _BTREE_H_

View File

@ -22,7 +22,7 @@
** COMMIT
** ROLLBACK
**
** $Id$
** $Id: build.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"
#include <ctype.h>

View File

@ -13,7 +13,7 @@
** This file contains functions used to access the internal hash tables
** of user defined functions and collation sequences.
**
** $Id$
** $Id: callback.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"

View File

@ -16,7 +16,7 @@
** separating it out, the code will be automatically omitted from
** static links that do not use it.
**
** $Id$
** $Id: complete.c 2779 2006-06-04 04:29:46Z damagedsoul $
*/
#include "sqliteInt.h"
#ifndef SQLITE_OMIT_COMPLETE

View File

@ -16,7 +16,7 @@
** sqlite3RegisterDateTimeFunctions() found at the bottom of the file.
** All other code has file scope.
**
** $Id$
** $Id: date.c 3426 2007-03-21 20:19:37Z damagedsoul $
**
** NOTES:
**

View File

@ -12,7 +12,7 @@
** This file contains C code routines that are called by the parser
** in order to generate code for DELETE FROM statements.
**
** $Id$
** $Id: delete.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"

View File

@ -12,7 +12,7 @@
** This file contains routines used for analyzing expressions and
** for generating VDBE code that evaluates expressions in SQLite.
**
** $Id$
** $Id: expr.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"
#include <ctype.h>

View File

@ -16,7 +16,7 @@
** sqliteRegisterBuildinFunctions() found at the bottom of the file.
** All other code has file scope.
**
** $Id$
** $Id: func.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"
#include <ctype.h>

View File

@ -12,7 +12,7 @@
** This is the implementation of generic hash-tables
** used in SQLite.
**
** $Id$
** $Id: hash.c 2779 2006-06-04 04:29:46Z damagedsoul $
*/
#include "sqliteInt.h"
#include <assert.h>

View File

@ -12,7 +12,7 @@
** This is the header file for the generic hash-table implemenation
** used in SQLite.
**
** $Id$
** $Id: hash.h 2779 2006-06-04 04:29:46Z damagedsoul $
*/
#ifndef _SQLITE_HASH_H_
#define _SQLITE_HASH_H_

View File

@ -12,7 +12,7 @@
** This file contains C code routines that are called by the parser
** to handle INSERT statements in SQLite.
**
** $Id$
** $Id: insert.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"

View File

@ -14,7 +14,7 @@
** other files are for internal use by SQLite and should not be
** accessed by users of the library.
**
** $Id$
** $Id: legacy.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"

View File

@ -14,7 +14,7 @@
** other files are for internal use by SQLite and should not be
** accessed by users of the library.
**
** $Id$
** $Id: main.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"
#include "os.h"

View File

@ -18,7 +18,7 @@
** file simultaneously, or one process from reading the database while
** another is writing.
**
** @(#) $Id$
** @(#) $Id: pager.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#ifndef SQLITE_OMIT_DISKIO
#include "sqliteInt.h"

View File

@ -13,7 +13,7 @@
** subsystem. The page cache subsystem reads and writes a file a page
** at a time and provides a journal for rollback.
**
** @(#) $Id$
** @(#) $Id: pager.h 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#ifndef _PAGER_H_

View File

@ -11,7 +11,7 @@
*************************************************************************
** This file contains code used to implement the PRAGMA command.
**
** $Id$
** $Id: pragma.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"
#include "os.h"

View File

@ -13,7 +13,7 @@
** interface, and routines that contribute to loading the database schema
** from disk.
**
** $Id$
** $Id: prepare.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"
#include "os.h"

View File

@ -15,7 +15,7 @@
** Random numbers are used by some of the database backends in order
** to generate random integer keys for tables or random filenames.
**
** $Id$
** $Id: random.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"
#include "os.h"

View File

@ -12,7 +12,7 @@
** This file contains C code routines that are called by the parser
** to handle SELECT statements in SQLite.
**
** $Id$
** $Id: select.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"

View File

@ -12,7 +12,7 @@
** This file contains code to implement the "sqlite" command line
** utility for accessing SQLite databases.
**
** $Id$
** $Id: shell.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include <stdlib.h>
#include <string.h>

View File

@ -12,7 +12,7 @@
** This header file defines the interface that the SQLite library
** presents to client programs.
**
** @(#) $Id$
** @(#) $Id: sqlite3.h 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#ifndef _SQLITE3_H_
#define _SQLITE3_H_

View File

@ -15,7 +15,7 @@
** as extensions by SQLite should #include this file instead of
** sqlite3.h.
**
** @(#) $Id$
** @(#) $Id: sqlite3ext.h 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#ifndef _SQLITE3EXT_H_
#define _SQLITE3EXT_H_

View File

@ -11,7 +11,7 @@
*************************************************************************
** Internal interface definitions for SQLite.
**
** @(#) $Id$
** @(#) $Id: sqliteInt.h 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#ifndef _SQLITEINT_H_
#define _SQLITEINT_H_

View File

@ -11,7 +11,7 @@
*************************************************************************
** A TCL Interface to SQLite
**
** $Id$
** $Id: tclsqlite.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#ifndef NO_TCL /* Omit this whole file if TCL is unavailable */

View File

@ -15,7 +15,7 @@
** individual tokens and sends those tokens one-by-one over to the
** parser for analysis.
**
** $Id$
** $Id: tokenize.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"
#include "os.h"

View File

@ -12,7 +12,7 @@
** This file contains C code routines that are called by the parser
** to handle UPDATE statements.
**
** $Id$
** $Id: update.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"

View File

@ -12,7 +12,7 @@
** This file contains routines used to translate between UTF-8,
** UTF-16, UTF-16BE, and UTF-16LE.
**
** $Id$
** $Id: utf.c 3426 2007-03-21 20:19:37Z damagedsoul $
**
** Notes on UTF-8:
**

View File

@ -14,7 +14,7 @@
** This file contains functions for allocating memory, comparing
** strings, and stuff like that.
**
** $Id$
** $Id: util.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"
#include "os.h"

View File

@ -14,7 +14,7 @@
** Most of the code in this file may be omitted by defining the
** SQLITE_OMIT_VACUUM macro.
**
** $Id$
** $Id: vacuum.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"
#include "vdbeInt.h"

View File

@ -43,7 +43,7 @@
** in this file for details. If in doubt, do not deviate from existing
** commenting and indentation practices when changing or adding code.
**
** $Id$
** $Id: vdbe.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"
#include "os.h"

View File

@ -15,7 +15,7 @@
** or VDBE. The VDBE implements an abstract machine that runs a
** simple program to access and modify the underlying database.
**
** $Id$
** $Id: vdbe.h 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#ifndef _SQLITE_VDBE_H_
#define _SQLITE_VDBE_H_

View File

@ -11,7 +11,7 @@
*************************************************************************
** This file contains code used to help implement virtual tables.
**
** $Id$
** $Id: vtab.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#ifndef SQLITE_OMIT_VIRTUALTABLE
#include "sqliteInt.h"

View File

@ -16,7 +16,7 @@
** so is applicable. Because this module is responsible for selecting
** indices, you might also think of this module as the "query optimizer".
**
** $Id$
** $Id: where.c 3426 2007-03-21 20:19:37Z damagedsoul $
*/
#include "sqliteInt.h"