2009-08-19 10:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)

* external/sqlite3/sqlite3.c
  * external/sqlite3/sqlite3.h
    + sqlite upgraded to 3.6.17 (from 3.6.16)
This commit is contained in:
Viktor Szakats
2009-08-19 08:50:21 +00:00
parent a93d29abec
commit e5cb4100f8
3 changed files with 3333 additions and 2986 deletions

View File

@@ -17,6 +17,11 @@
past entries belonging to author(s): Viktor Szakats.
*/
2009-08-19 10:49 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* external/sqlite3/sqlite3.c
* external/sqlite3/sqlite3.h
+ sqlite upgraded to 3.6.17 (from 3.6.16)
2009-08-19 07:31 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* config/global.mk
! Applied Phil Krylov's patch to mingw32 detection on gentoo Linux.
@@ -155,12 +160,12 @@
Makefiles (like $(if)). 3.78 was released in 1999, the year
Harbour has born, so this requirement looks pretty modest.
Notice however that the "officially" documented (in INSTALL)
minimum version is 3.81, and there are a few feature we
minimum version is 3.81, and there are a few features we
actually use and need from this version. Some other make features
are only enabled when using 3.80 (or upper) (parallel build),
some others when using 3.81 (or upper) (build configuration
information, verbose output).
; TODO: Either up the minimum version, or try to fix the remaining
; TODO: Either bump up the minimum version, or try to fix the remaining
unprotected 3.80/3.81 features.
My personal opininon is that if there is any reasonable
chance we should make 3.80 or 3.81 the minimum official

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff