2011-04-19 16:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* contrib/3rd/sqlite3/sqlite3.c
* contrib/3rd/sqlite3/sqlite3.dif
* contrib/3rd/sqlite3/sqlite3.h
* contrib/3rd/sqlite3/sqlite3.hbp
* update sqlite to 3.7.6.2 [Tamas Tevesz]
This commit is contained in:
@@ -16,6 +16,13 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2011-04-19 16:09 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/3rd/sqlite3/sqlite3.c
|
||||
* contrib/3rd/sqlite3/sqlite3.dif
|
||||
* contrib/3rd/sqlite3/sqlite3.h
|
||||
* contrib/3rd/sqlite3/sqlite3.hbp
|
||||
* update sqlite to 3.7.6.2 [Tamas Tevesz]
|
||||
|
||||
2011-04-19 16:07 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl)
|
||||
* harbour/contrib/hbmzip/3rd/minizip/minizip.dif
|
||||
* regenerated using: ../../../../bin/hb3rdpat.hbs -rediff
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
/******************************************************************************
|
||||
** This file is an amalgamation of many separate C source files from SQLite
|
||||
** version 3.7.6.1. By combining all the individual C code files into this
|
||||
** version 3.7.6.2. By combining all the individual C code files into this
|
||||
** single large file, the entire code can be compiled as a single translation
|
||||
** unit. This allows many compilers to do optimizations that would not be
|
||||
** possible if the files were compiled separately. Performance improvements
|
||||
@@ -650,9 +650,9 @@ extern "C" {
|
||||
** [sqlite3_libversion_number()], [sqlite3_sourceid()],
|
||||
** [sqlite_version()] and [sqlite_source_id()].
|
||||
*/
|
||||
#define SQLITE_VERSION "3.7.6.1"
|
||||
#define SQLITE_VERSION "3.7.6.2"
|
||||
#define SQLITE_VERSION_NUMBER 3007006
|
||||
#define SQLITE_SOURCE_ID "2011-04-13 14:40:25 a35e83eac7b185f4d363d7fa51677f2fdfa27695"
|
||||
#define SQLITE_SOURCE_ID "2011-04-17 17:25:17 154ddbc17120be2915eb03edc52af1225eb7cb5e"
|
||||
|
||||
/*
|
||||
** CAPI3REF: Run-Time Library Version Numbers
|
||||
@@ -24413,7 +24413,7 @@ static struct unix_syscall {
|
||||
sqlite3_syscall_ptr pDefault; /* Default value */
|
||||
} aSyscall[] = {
|
||||
{ "open", (sqlite3_syscall_ptr)open, 0 },
|
||||
#define osOpen ((int(*)(const char*,int,int))aSyscall[0].pCurrent)
|
||||
#define osOpen ((int(*)(const char*,int,...))aSyscall[0].pCurrent)
|
||||
|
||||
{ "close", (sqlite3_syscall_ptr)close, 0 },
|
||||
#define osClose ((int(*)(int))aSyscall[1].pCurrent)
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
diff -urN sqlite3.orig/sqlite3.c sqlite3/sqlite3.c
|
||||
--- sqlite3.orig/sqlite3.c 2011-04-16 16:42:35.408188114 +0200
|
||||
+++ sqlite3/sqlite3.c 2011-04-16 16:42:35.538191765 +0200
|
||||
--- sqlite3.orig/sqlite3.c 2011-04-19 16:01:37.408190109 +0200
|
||||
+++ sqlite3/sqlite3.c 2011-04-19 16:01:37.528188662 +0200
|
||||
@@ -24781,7 +24781,9 @@
|
||||
case ENODEV:
|
||||
case ENXIO:
|
||||
|
||||
@@ -107,9 +107,9 @@ extern "C" {
|
||||
** [sqlite3_libversion_number()], [sqlite3_sourceid()],
|
||||
** [sqlite_version()] and [sqlite_source_id()].
|
||||
*/
|
||||
#define SQLITE_VERSION "3.7.6.1"
|
||||
#define SQLITE_VERSION "3.7.6.2"
|
||||
#define SQLITE_VERSION_NUMBER 3007006
|
||||
#define SQLITE_SOURCE_ID "2011-04-13 14:40:25 a35e83eac7b185f4d363d7fa51677f2fdfa27695"
|
||||
#define SQLITE_SOURCE_ID "2011-04-17 17:25:17 154ddbc17120be2915eb03edc52af1225eb7cb5e"
|
||||
|
||||
/*
|
||||
** CAPI3REF: Run-Time Library Version Numbers
|
||||
|
||||
@@ -38,8 +38,8 @@
|
||||
sqlite3.c
|
||||
|
||||
# ORIGIN http://www.sqlite.org/
|
||||
# VER 3.7.6.1
|
||||
# URL http://www.sqlite.org/sqlite-amalgamation-3070601.zip
|
||||
# VER 3.7.6.2
|
||||
# URL http://www.sqlite.org/sqlite-amalgamation-3070602.zip
|
||||
# DIFF sqlite3.dif
|
||||
#
|
||||
# MAP sqlite3.c
|
||||
|
||||
Reference in New Issue
Block a user