Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Check-ins with non-propagating tags:
2024-08-21
| ||
15:39 | Version -> 1.1.9. Indenting check-in: 72600e46dc user: jan.nijtmans tags: trunk, main, tdbcsqlite3-1-1-9 | |
2024-05-20
| ||
16:29 | autoconf check-in: b1d4d6c40f user: dgp tags: trunk, main, tdbcsqlite3-1-1-8 | |
2024-02-23
| ||
16:22 | Bump to 1.1.7 check-in: cddc94f552 user: dgp tags: trunk, rc1, main, tdbcsqlite3-1-1-7 | |
2023-12-21
| ||
22:43 | update rules-ext.vc check-in: 2b5d31b27c user: jan.nijtmans tags: trunk, main, rc4, tdbcsqlite3-1-1-6 | |
2023-12-11
| ||
11:01 | Update "configure" check-in: 04fd96c344 user: jan.nijtmans tags: trunk, main, rc2, rc3 | |
2022-10-29
| ||
13:51 | Update rules.vc check-in: 43370e051a user: jan.nijtmans tags: trunk, main, tdbcsqlite3-1-1-5 | |
2021-06-23
| ||
06:39 | Update rules.vc to latest version check-in: abcb088182 user: jan.nijtmans tags: trunk, rc1, main, tdbcsqlite3-1-1-3 | |
2020-10-20
| ||
12:00 | Update to latest nmakehlp.c and rules.vc New branch "main" with propagating tag "trunk" check-in: e83d4da218 user: jan.nijtmans tags: trunk, main, tdbcsqlite3-1-1-2 | |
2019-11-20
| ||
16:36 | TEA update check-in: a62b2b2ad2 user: dgp tags: trunk, tdbcsqlite3-1-1-1 | |
2018-11-01
| ||
16:10 | TEA update check-in: 914b28ce44 user: dgp tags: trunk, tdbcsqlite3-1-1-0 | |
2018-10-16
| ||
15:35 | Bump to version 1.1.0 for release. check-in: d8cb645597 user: dgp tags: trunk, tdbcsqlite3-1-1-0 | |
2017-12-21
| ||
06:33 | Added targets.vc and rules-ext.vc to distribution check-in: eb48e3dd16 user: apnadkarni tags: trunk, tdbcsqlite3-1-0-6 | |
2017-05-29
| ||
21:07 | FILE -> DB check-in: e08976e6a8 user: stu tags: trunk, tdbcsqlite3-1-0-5 | |
2016-02-18
| ||
20:34 | configure.in -> configure.ac check-in: 5c56dbdbac user: dgp tags: trunk, tdbcsqlite3-1-0-4, rc1 | |
2015-01-26
| ||
19:08 | Bump to tdbcsqlite3 1.0.3; TEA/autoconf updates. check-in: 46ba850824 user: dgp tags: trunk, tdbcsqlite3-1-0-3 | |
2014-10-23
| ||
20:12 | TEA update; Bump to 1.0.2 check-in: a5e8c26e70 user: dgp tags: trunk, tdbcsqlite3-1-0-2 | |
2014-08-18
| ||
20:15 | Tolerate evolving error messages from sqlite3. check-in: f15492143a user: dgp tags: trunk, tdbcsqlite3-1-0-1 | |
2012-12-07
| ||
20:38 | test suite debug check-in: e9c4c10e00 user: dgp tags: trunk, tdbcsqlite3-1-0-0 | |
2012-11-15
| ||
17:11 | Upgrade autoconf version, add ChangeLog entry for previous commit check-in: ca934ac9b2 user: 200002852 tags: trunk | |
2012-09-18
| ||
20:05 | Fix win/makefile.vc generation of pkgIndex.tcl check-in: dc470dee39 user: dgp tags: trunk, 1.0b17 | |
2010-09-13
| ||
19:05 | Merge into the trunk with execute permission turned on in the configurators check-in: cdee385d7b user: kennykb tags: trunk, 1.0b16 | |
2010-05-12
| ||
17:03 | correct inadvertent fork check-in: f23b4dd7f5 user: kennykb tags: trunk, 1.0b15.1 | |
2010-05-11
| ||
02:56 |
Changes to restore builability of all drivers under Visual C++
(plus cleanup identified in making those changes)
tdbc: * aclocal.m4: Add a TEAX_PATH_LINE rule to simplify emitting the stub library paths in tdbcConfig.sh. * tools/genExtStubs.tcl (ParseImports, writeStubDeclarations): Add a new '* CONVENTION:' declaration to the stub declarations that specifies the linkage convention (e.g., __stdcall, WINAPI) that is used in an imported library. * configure.in: Add code to put the stub library path (build and (install) in the tdbcConfig.sh file so that extensions that import TDBC stubs can find it. * generic/tdbc.h: * README: Advance release to 1.0b15 * configure: autoconf-2.59 tdbcmysql: * aclocal.m4: Synchronize with tdbc. * configure.in: Advance TEA version to 3.7. Advance release to 1.0b15. Corrected the TDBC stub library specification so that it works under MSVC. * generic/mysqlStubDefs.txt: Split out the linkage convention so that genExtStubs.tcl can generate syntactically correct VC++ pointer-to-function declarations. * generic/mysqlStubInit.c: * generic/mysqlStubs.h: Regenerate * generic/tdbcmysql.c: Added code to silence VC++ warnings. * README: Advance release to 1.0b15 * tclconfig/: Advance to TEA 3.7 * configure: autoconf-2.59 tdbcodbc: * aclocal.m4: Synchronized with the 'tdbc' package. * configure.in: Advanced release to 1.0b15 and TEA version to 3.7. Added code to detect VC++ and include the stub library by path rather than with -L and -l. * generic/fakesql.h: Corrected syntax of INSTAPI specifiers. * generic/odbcStubDefs.txt: Added a CONVENTION: SQL_API line so that genExtStubs.tcl can get the syntax right on the pointer-to-function declarations. * generic/odbcStubInit.txt: Corrected syntax of INSTAPI specifiers. Regenerated. * generic/odbcStubs.h: Regenerated. * generic/tdbcodbc.c: Silenced several VC++ warnings. * README: Advanced release to 1.0b15. * tclconfig/: Advanced to TEA 3.7 * configure: autoconf-2.59 tdbcpostgres: * aclocal.m4: Synchronized with tdbc. * configure.in: Advanced version number to 1.0b15. Advanced TEA version to 3.7. Corrected the way that stub libraries are located on VC++. * generic/tdbcpostgres.c: Corrected a number of errors and warnings in the VC++ build. * README: Advanced to 1.0b15 * tclconfig/: Advanced to TEA 3.7 * configure: autoconf-2.59 tdbcsqlite3: * aclocal.m4: Synchronized with 'tdbc'. * configure.in: Advanced version to 1.0b15. Advanced TEA to 3.7. * library/tdbcsqlite3.tcl: Advanced version to 1.0b15. * README: Advanced version to 1.0b15. * tclconfig/: Advanced TEA to 3.7. * configure: autoconf-2.59check-in: 6ca3665834 user: kennykb tags: trunk, 1.0b15 | |
2010-04-26
| ||
22:59 |
* tools/genStubs.tcl: Revised 'genStubs' to write files in Unix format (-translation lf) so that 'make genstubs' generates the same output on Unix and Windows. * tdbcDecls.h: * tdbcStubInit.h: make genstubs * README: * configure.in: * generic/tdbc.h: Advance patchlevel to 1.0b14.1 * configure: autoconf-2.59check-in: e2d1d7f671 user: kennykb tags: trunk, 1.0b14, 1.0b14.1 | |
2010-04-25
| ||
23:24 | -- 1.0b14 RELEASE -- check-in: f9bae25da3 user: kennykb tags: trunk, 1.0b14.0 | |
2009-09-29
| ||
14:56 | Updated recipe for release management and packager for Windows binaries to include Postgres check-in: e8ac920205 user: 200002852 tags: trunk, 1.0b13 | |
2009-05-30
| ||
01:07 | Update change log, prepare for 1.0b11 check-in: 26bb9fcd1e user: kennykb tags: trunk, 1.0b11 | |
2009-04-21
| ||
02:24 | Retagged 1.0b10 check-in: 44c5b4a87b user: kennykb tags: trunk, 1.0b10 | |
2009-02-14
| ||
21:50 | 1.0b8 - commit missed change to 1 failing test, sign manifest check-in: 3fb3d3cb0e user: kennykb tags: trunk, 1.0b8 | |
2009-02-01
| ||
22:28 | Added tests/tdbc.test to "make dist" check-in: bb20ca1ef7 user: kennykb tags: trunk, 1.0b7 | |
2009-01-06
| ||
04:49 | Added makeWinBinaries.tcl, to make Windows binary distribution check-in: 4a926e130b user: kennykb tags: 1.0b6, trunk | |
2009-01-04
| ||
22:12 | Fixed 'make dist' rules. Advanced release to 1.0b5 check-in: 46df70f083 user: kennykb tags: 1.0b5, trunk | |
2008-12-30
| ||
19:38 | Added missing MakingReleases.txt file with notes on release building check-in: 86c5c9489a user: kennykb tags: 1.0b4, trunk | |
19:01 | Many trivial changes to ease CVS merge conflicts. Advanced version to 1.0b3 check-in: 9d58e36f61 user: kennykb tags: 1.0b3, trunk | |
17:32 | Advance version numbers to 1.0b2 check-in: 2862e8f512 user: kennykb tags: 1.0b2, trunk | |
2008-12-21
| ||
03:21 | Removed debugging line check-in: 859ea811cc user: 200002852 tags: 1.0b1, trunk | |