Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Check-ins with non-propagating tags:
2024-11-27
| ||
18:41 | version -> 1.1.10 Leaf check-in: 77f81a8b1d user: dgp tags: trunk, main, tdbcmysql-1-1-10 | |
2024-09-11
| ||
06:24 | Fix the missing "t" in "tdbc116t.dll" when testing without installation. ODBC Ticket: https://core.tcl-lang.org/tdbcodbc/info/185c99634a check-in: a744c8c421 user: oehhar tags: trunk, main, tdbcmysql-1-1-9 | |
2024-08-21
| ||
16:13 | version -> 1.1.9. Indenting check-in: c6c081205d user: jan.nijtmans tags: trunk, rc0, main | |
2024-05-20
| ||
16:26 | autoconf check-in: 9a880b1b39 user: dgp tags: trunk, main, tdbcmysql-1-1-8 | |
2024-02-09
| ||
15:53 | Bump to version 1.1.7 to account for changes to bundle with Tcl 8.6.14 check-in: 11bce0f403 user: dgp tags: trunk, main, tdbcmysql-1-1-7 | |
2023-12-21
| ||
22:42 | update rules-ext.vc check-in: 30f14a6ee7 user: jan.nijtmans tags: trunk, main, tdbcmysql-1-1-6 | |
2023-06-23
| ||
13:40 | Fix [cf98d22f44]: non-static LiteralValues check-in: 50643633ca user: jan.nijtmans tags: trunk, main, tdbcmysql-1-1-5 | |
2021-11-05
| ||
08:41 | Fix nmake build check-in: 7d1a80d95d user: jan.nijtmans tags: trunk, main, tdbcmysql-1-1-3 | |
2020-12-23
| ||
09:47 | Fix compilation error on VC++ 6.0 check-in: 9b86f62703 user: jan.nijtmans tags: trunk, main, tdbcmysql-1-1-2 | |
2019-11-20
| ||
16:33 | TEA update check-in: 78b6ff77cc user: dgp tags: trunk, tdbcmysql-1-1-1 | |
2018-11-01
| ||
16:08 | TEA update check-in: 5ced9e3fb5 user: dgp tags: trunk, tdbcmysql-1-1-0 | |
2017-12-21
| ||
06:31 | Added targets.vc and rules-ext.vc to distribution check-in: 91a614ce70 user: apnadkarni tags: trunk, tdbcmysql-1-0-6 | |
2017-06-05
| ||
19:08 | Use tdbc_SRC_DIR from tdbcConfig.sh to locate genstubs tool, instead of hardcoded path. check-in: 294633cee4 user: stu tags: trunk, tdbcmysql-1-0-5 | |
2016-01-28
| ||
19:28 | Bump to 1.0.4 check-in: 42e7c9c5fa user: dgp tags: trunk, tdbcmysql-1-0-4 | |
2015-01-23
| ||
19:09 | Bump to tdbc::mysql 1.0.3; TEA/autoconf update. check-in: a5c9580144 user: dgp tags: trunk, tdbcmysql-1-0-3 | |
2014-10-23
| ||
20:05 | TEA update; Bump to 1.0.2 check-in: 2be1681587 user: dgp tags: trunk, tdbcmysql-1-0-2 | |
2014-08-14
| ||
17:47 | bump to 1.0.1 check-in: 1de281be9f user: dgp tags: trunk, tdbcmysql-1-0-1 | |
2012-12-10
| ||
15:05 | Put win/* nmake support files in the distribution. check-in: 030ceec557 user: dgp tags: trunk, tdbcmysql-1-0-0 | |
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 | |