|
|
| version 1.8, 2015/10/26 17:15:33 | version 1.11, 2021/11/08 18:34:43 |
|---|---|
| Line 1 | Line 1 |
| 2021-11-08 moko | |
| * parser3sqlite.C: support for multiple client libraries | |
| specification, comma separated | |
| 2021-03-12 moko | |
| * regexp.C: bugfix: regexp('[^^a-z]','b') was true due to trailing | |
| zero was processed, skipping it. | |
| 2021-02-01 moko | |
| * parser3sqlite.vcproj: +regexp.C | |
| * Makefile.am, regexp.C: regexp.C from | |
| https://www.sqlite.org/src/file?name=ext/misc/regexp.c added to | |
| implement regexp(pattern, string) in sqlite3 parser driver | |
| * parser3sqlite.C: PA_REGEXP feature added to implement | |
| regexp(pattern, string) in sqlite3 | |
| * parser3sqlite.C: sqlite3_* -> pa_sqlite3_* as we need functions | |
| static for regexp | |
| 2021-01-29 moko | |
| * compile: +compile | |
| * aclocal.m4, configure, configure.ac: automake 1.11.1 -> automake | |
| 1.16.1 version 10.4 -> 10.5 | |
| 2020-02-18 moko | |
| * parser3sqlite.vcproj: -MD -> -MT to remove msvcp71.dll/etc | |
| dependency (related to feature #1200) | |
| * libltdl/libltdl.vcproj: -MD -> -MT to remove msvcp71.dll/etc | |
| dependency (related to feature #1200) | |
| 2019-12-01 moko | |
| * config_fixed.h, config_includes.h: Copyright year updated | |
| * parser3sqlite.C: ident string fixed | |
| 2019-10-24 moko | |
| * parser3sqlite.C: typo | |
| 2017-12-10 moko | |
| * README: README actualized | |
| 2017-02-07 moko | |
| * configure.ac: 10.3 -> 10.4 | |
| 2017-01-13 moko | |
| * parser3sqlite.C: column_types caching for first row removed as | |
| next rows may not have null values (fixes bug #1122) | |
| 2015-10-26 moko | 2015-10-26 moko |
| * Makefile.am, Makefile.in, config_auto.h.in: warning war: | * Makefile.am, config_auto.h.in: warning war: configure.in -> |
| configure.in -> configure.ac, INCLUDES -> AM_CPPFLAGS | configure.ac, INCLUDES -> AM_CPPFLAGS |
| * config_fixed.h, config_includes.h: Copyright year updated | * config_fixed.h, config_includes.h: Copyright year updated |
| Line 34 | Line 96 |
| * depcomp: depcomp updated from libtool 2.4.2 | * depcomp: depcomp updated from libtool 2.4.2 |
| * Makefile.am, Makefile.in, configure, configure.in: | * Makefile.am, configure, configure.in: ACLOCAL_AMFLAGS = -I |
| ACLOCAL_AMFLAGS = -I libltdl/m4 added and some beauty | libltdl/m4 added and some beauty |
| 2012-06-08 moko | 2012-06-08 moko |
| Line 48 | Line 110 |
| * configure.in: updated to latest libtool instructions | * configure.in: updated to latest libtool instructions |
| * Makefile.in, aclocal.m4, configure, install-sh, missing: aclocal | * aclocal.m4, configure, install-sh, missing: aclocal called with |
| called with -I libltdl/m4 to minimize aclocal.m4, install-sh and | -I libltdl/m4 to minimize aclocal.m4, install-sh and missing |
| missing taken from libtool | taken from libtool |
| 2012-06-07 moko | 2012-06-07 moko |
| * Makefile.in, acinclude.m4, aclocal.m4, config_auto.h.in, | * acinclude.m4, aclocal.m4, config_auto.h.in, configure, |
| configure, install-sh, ltconfig, ltmain.sh, missing: | install-sh, ltconfig, ltmain.sh, missing: autogenerated files |
| autogenerated files updated for libtool 2.42 | updated for libtool 2.42 |
| * libltdl/: COPYING.LIB, Makefile.am, Makefile.in, README, | * libltdl/: COPYING.LIB, Makefile.am, README, acinclude.m4, |
| acinclude.m4, aclocal.m4, argz_.h, config-h.in, config.h, | aclocal.m4, argz_.h, config-h.in, config.h, config_auto.h.in, |
| config_auto.h.in, config_fixed.h, configure, configure.ac, | config_fixed.h, configure, configure.ac, configure.in, |
| configure.in, libltdl.vcproj, ltdl.c, ltdl.h, config/compile, | libltdl.vcproj, ltdl.c, ltdl.h, config/compile, |
| config/config.guess, config/config.sub, config/depcomp, | config/config.guess, config/config.sub, config/depcomp, |
| config/install-sh, config/ltmain.sh, config/missing, | config/install-sh, config/ltmain.sh, config/missing, |
| libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h, | libltdl/lt__alloc.h, libltdl/lt__dirent.h, libltdl/lt__glibc.h, |