2010-12-09 13:37 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
- contrib/3rd/sqlite3/sqlite3ext.h
+ contrib/3rd/sqlite3/sqlite3x.h
- contrib/3rd/sqlite3/sqlite3.dif
* contrib/3rd/sqlite3/sqlite3.hbp
! Fixed original source URL to point to new version.
! Fixed to rename newly added header with long filename to 8.3.
And this pretty much defeats its whole purpose, and
I can't see a reson to host this file in SVN,
sincet the sole purpose of this locally hosted source is
to serve as dependency for _Harbour sources_. Other non-Harbour
sources should not use this source, therefore hosting sqlite3ext.h
has no point until Harbour SVN itself needs it. (and in such
case our own code should refer to it using short filename)
! Updated .dif, which means deletion, since sqlite team
applied this patch.
This commit is contained in:
@@ -16,6 +16,23 @@
|
||||
The license applies to all entries newer than 2009-04-28.
|
||||
*/
|
||||
|
||||
2010-12-09 13:37 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
- contrib/3rd/sqlite3/sqlite3ext.h
|
||||
+ contrib/3rd/sqlite3/sqlite3x.h
|
||||
- contrib/3rd/sqlite3/sqlite3.dif
|
||||
* contrib/3rd/sqlite3/sqlite3.hbp
|
||||
! Fixed original source URL to point to new version.
|
||||
! Fixed to rename newly added header with long filename to 8.3.
|
||||
And this pretty much defeats its whole purpose, and
|
||||
I can't see a reson to host this file in SVN,
|
||||
sincet the sole purpose of this locally hosted source is
|
||||
to serve as dependency for _Harbour sources_. Other non-Harbour
|
||||
sources should not use this source, therefore hosting sqlite3ext.h
|
||||
has no point until Harbour SVN itself needs it. (and in such
|
||||
case our own code should refer to it using short filename)
|
||||
! Updated .dif, which means deletion, since sqlite team
|
||||
applied this patch.
|
||||
|
||||
2010-12-09 11:46 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
|
||||
* contrib/hblzf/hblzf.c
|
||||
* contrib/hblzf/tests/test.prg
|
||||
|
||||
@@ -1,12 +0,0 @@
|
||||
diff -urN sqlite3.orig/sqlite3.c sqlite3/sqlite3.c
|
||||
--- sqlite3.orig/sqlite3.c 2010-10-07 22:36:26.000000000 +0300
|
||||
+++ sqlite3/sqlite3.c 2010-10-17 13:33:22.796875000 +0300
|
||||
@@ -27730,7 +27730,7 @@
|
||||
** error message.
|
||||
*/
|
||||
static void unixDlError(sqlite3_vfs *NotUsed, int nBuf, char *zBufOut){
|
||||
- char *zErr;
|
||||
+ const char *zErr;
|
||||
UNUSED_PARAMETER(NotUsed);
|
||||
unixEnterMutex();
|
||||
zErr = dlerror();
|
||||
@@ -33,9 +33,9 @@ sqlite3.c
|
||||
|
||||
# ORIGIN http://www.sqlite.org/
|
||||
# VER 3.7.4
|
||||
# URL http://www.sqlite.org/sqlite-amalgamation-3_7_3.zip
|
||||
# DIFF
|
||||
# URL http://www.sqlite.org/sqlite-amalgamation-3070400.zip
|
||||
# DIFF
|
||||
#
|
||||
# MAP sqlite3.c
|
||||
# MAP sqlite3.h
|
||||
# MAP sqlite3ext.h
|
||||
# MAP sqlite3ext.h sqlite3x.h
|
||||
|
||||
Reference in New Issue
Block a user