2012-06-26 moko
* libltdl/libltdl.vcproj 1.6:
libltdl release build fixed
2012-06-20 moko
* libltdl/libltdl.vcproj 1.5:
* libltdl/ltdl.vcproj 1.2:
renamed
* libltdl/argz.c 1.2:
* libltdl/config_fixed.h 1.5:
* libltdl/libltdl/lt__glibc.h 1.2:
* libltdl/ltdl.c 1.5:
* libltdl/ltdl.vcproj 1.1:
fixes for Win32 and broken FreeBSD (issue #45)
2012-06-15 moko
* parser3sqlite.C 1.13:
bugfix: lt_dlinit() can fail, but lt_dlerror return 0, and we
count 0 for success.
2012-06-11 moko
* Makefile.am 1.14:
* configure.in 1.19:
shared/static libstdc++ option removed
2012-06-09 moko
* depcomp 1.7:
depcomp updated from libtool 2.4.2
* Makefile.am 1.12:
* Makefile.in 1.11:
* configure 1.15:
* configure.in 1.17:
ACLOCAL_AMFLAGS = -I libltdl/m4 added and some beauty
2012-06-08 moko
* config.guess 1.8:
* config.sub 1.4:
also taken from libtool
* config_auto.h.in 1.5:
* configure 1.13:
configure.in updated to latest libtool requirements
* configure.in 1.15:
win32-dll added
* configure.in 1.14:
updated to latest libtool instructions
* Makefile.in 1.9:
* aclocal.m4 1.9:
* configure 1.12:
* install-sh 1.8:
* missing 1.8:
aclocal called with -I libltdl/m4 to minimize aclocal.m4,
install-sh and missing taken from libtool
* libltdl/configure 1.10:
*** empty log message ***
2012-06-07 moko
* mkinstalldirs 1.7:
*** empty log message ***
* libltdl/COPYING.LIB 1.4:
* libltdl/Makefile.am 1.4:
* libltdl/Makefile.in 1.4:
* libltdl/README 1.4:
* libltdl/acinclude.m4 1.4:
* libltdl/aclocal.m4 1.4:
* libltdl/argz.c 1.1:
* libltdl/argz_.h 1.1:
* libltdl/config-h.in 1.1:
* libltdl/config.h 1.4:
* libltdl/config/compile 1.1:
* libltdl/config/config.guess 1.1:
* libltdl/config/config.sub 1.1:
* libltdl/config/depcomp 1.1:
* libltdl/config/install-sh 1.1:
* libltdl/config/ltmain.sh 1.1:
* libltdl/config/missing 1.1:
* libltdl/config_auto.h.in 1.4:
* libltdl/config_fixed.h 1.4:
* libltdl/configure 1.5:
* libltdl/configure.ac 1.1:
* libltdl/configure.in 1.4:
* libltdl/libltdl.vcproj 1.4:
* libltdl/libltdl/lt__alloc.h 1.1:
* libltdl/libltdl/lt__dirent.h 1.1:
* libltdl/libltdl/lt__glibc.h 1.1:
* libltdl/libltdl/lt__private.h 1.1:
* libltdl/libltdl/lt__strl.h 1.1:
* libltdl/libltdl/lt_dlloader.h 1.1:
* libltdl/libltdl/lt_error.h 1.1:
* libltdl/libltdl/lt_system.h 1.1:
* libltdl/libltdl/slist.h 1.1:
* libltdl/loaders/dld_link.c 1.1:
* libltdl/loaders/dlopen.c 1.1:
* libltdl/loaders/dyld.c 1.1:
* libltdl/loaders/load_add_on.c 1.1:
* libltdl/loaders/loadlibrary.c 1.1:
* libltdl/loaders/preopen.c 1.1:
* libltdl/loaders/shl_load.c 1.1:
* libltdl/lt__alloc.c 1.1:
* libltdl/lt__dirent.c 1.1:
* libltdl/lt__strl.c 1.1:
* libltdl/lt_dlloader.c 1.1:
* libltdl/lt_error.c 1.1:
* libltdl/ltdl.c 1.4:
* libltdl/ltdl.h 1.4:
* libltdl/m4/argz.m4 1.1:
* libltdl/m4/libtool.m4 1.1:
* libltdl/m4/ltdl.m4 1.1:
* libltdl/m4/ltoptions.m4 1.1:
* libltdl/m4/ltsugar.m4 1.1:
* libltdl/m4/ltversion.m4 1.1:
* libltdl/m4/lt~obsolete.m4 1.1:
* libltdl/slist.c 1.1:
libtool updated to version 2.4.2
* Makefile.in 1.5:
* acinclude.m4 1.5:
* aclocal.m4 1.5:
* config_auto.h.in 1.4:
* configure 1.8:
* install-sh 1.7:
* ltconfig 1.4:
* ltmain.sh 1.4:
* missing 1.7:
autogenerated files updated for libtool 2.42
* Makefile.am 1.7:
* configure.in 1.10:
configuration scripts updated for new libtool 2.4.2
2012-04-19 moko
* parser3sqlite.C 1.12:
sqlite3_busy_timeout with default 4 seconds added, fixes issue #
824
2012-03-16 moko
* config_fixed.h 1.2:
* config_includes.h 1.2:
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated
2010-10-27 moko
* parser3sqlite.C 1.11:
new in-parser quoting implementation (fixes issue #1)
2009-08-23 misha
* configure.in 1.7:
- option --with-dynamic-stdcpp was added
- default (static) linking options were slightly modified
2008-07-04 misha
* parser3sqlite.C 1.10:
- we mustn't escape " char
2008-07-03 misha
* parser3sqlite.C 1.9:
- transcode optiomization (no transcode calls for numbers and nulls anylonger)
- little refactoring
2008-06-30 misha
* parser3sqlite.C 1.8:
- core bugfix
2008-06-27 misha
* configure 1.4:
*** empty log message ***
2008-06-26 misha
* configure.in 1.5:
* parser3sqlite.C 1.6:
- path to DB-file from decument_root now
- ':memory:' DB-file means in-memory temporary DB
- ':temporary:' DB-file means on-disk temporary DB
- transcode queries from $request:charset to UTF-8 (by default) and transcode back results + error
messages (don't transcode blobs and numbers)
- ready to work with limit's fix (need to change SQL_NO_LIMIT value in pa_sql_driver.h and recompile)
- accept autocommit option in connect string
- accept multi_statements option in connect string
- accept ClientCharset option in connect string (needed only if someone already has DB in wrong
encoding)
2008-06-24 misha
* parser3sqlite.C 1.4:
- + ClientCharset
- + autocommit
- some code reformating
2007-12-27 misha
* parser3sqlite.C 1.3:
- unused var removed
* parser3sqlite.sln 1.2:
* parser3sqlite.vcproj 1.2:
- back to VS2003
2007-11-26 misha
* parser3sqlite.C 1.2:
-author's bugfix: http://www.parser.ru/forum/?id=63712
2007-09-17 misha
* configure 1.2:
* configure.in 1.3:
version corrected
2007-02-22 misha
* Makefile.in 1.1:
* acinclude.m4 1.1:
* aclocal.m4 1.1:
* config.guess 1.7:
* configure 1.1:
* depcomp 1.6:
* install-sh 1.6:
* libltdl/COPYING.LIB 1.3:
* libltdl/Makefile.am 1.3:
* libltdl/Makefile.in 1.3:
* libltdl/README 1.3:
* libltdl/acinclude.m4 1.3:
* libltdl/aclocal.m4 1.3:
* libltdl/config.h 1.3:
* libltdl/config_auto.h.in 1.3:
* libltdl/config_fixed.h 1.3:
* libltdl/configure 1.4:
* libltdl/configure.in 1.3:
* libltdl/libltdl.vcproj 1.3:
* libltdl/ltdl.c 1.3:
* libltdl/ltdl.h 1.3:
* ltconfig 1.3:
* ltmain.sh 1.3:
* missing 1.6:
* mkinstalldirs 1.6:
=no message
E-mail: