Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Check-ins with non-propagating tags:
2024-09-10
| ||
16:45 | [185c99634a] Fix the missing "t" in "tdbc116t.dll" when testing without installation. check-in: 41f854e866 user: oehhar tags: trunk, main, tdbcodbc-1-1-9 | |
2024-08-21
| ||
15:31 | Version -> 1.1.9. Indenting check-in: c761bcb409 user: jan.nijtmans tags: trunk, main, rc0 | |
2024-05-20
| ||
16:27 | autoconf check-in: f4ef379bf1 user: dgp tags: trunk, main, tdbcodbc-1-1-8 | |
2024-02-09
| ||
15:54 | Bump to version 1.1.7 for bundling with Tcl 8.6.14 check-in: a78940a327 user: dgp tags: trunk, main, tdbcodbc-1-1-7 | |
2023-12-21
| ||
22:42 | update rules-ext.vc check-in: fe91c931a0 user: jan.nijtmans tags: trunk, main, tdbcodbc-1-1-6 | |
2023-06-23
| ||
13:45 | Fix [f15a8a6566]: non-static LiteralValues check-in: e30bc9ec51 user: jan.nijtmans tags: trunk, main, tdbcodbc-1-1-5 | |
2022-05-19
| ||
16:27 | Added "SQL_DIAG_NUMBER = 2," from https://www.androwish.org/home/file?name=jni/tcl/pkgs/tdbcodbc1.1.1/generic/fakesql.h&ci=780e5d05b303443d Thanks to magic Jan for pointing this out. Closed-Leaf check-in: b0e44711a2 user: oehhar tags: ticket-f9e9ec6131, mistake | |
2021-11-05
| ||
08:29 | Fix nmake build check-in: d59994b1f0 user: jan.nijtmans tags: trunk, main, tdbcodbc-1-1-3 | |
2020-12-23
| ||
09:39 | Fix syntax error in VC++ 6.0 check-in: 0b5fd521b2 user: jan.nijtmans tags: trunk, main, tdbcodbc-1-1-2 | |
2019-11-20
| ||
16:35 | TEA update check-in: e2009447de user: dgp tags: trunk, tdbcodbc-1-1-1 | |
2018-11-01
| ||
16:09 | TEA update check-in: 05df62777a user: dgp tags: trunk, tdbcodbc-1-1-0 | |
2017-12-21
| ||
18:14 | Restore -Dinline=__inline to the nmake build. check-in: 5a7cb7f001 user: dgp tags: trunk, tdbcodbc-1-0-6 | |
2017-06-05
| ||
18:54 | Use tdbc_SRC_DIR from tdbcConfig.sh to locate genstubs tool, instead of hardcoded path. check-in: 32b8054ab7 user: stu tags: trunk, tdbcodbc-1-0-5 | |
2016-02-18
| ||
20:35 | configure.in -> configure.ac check-in: 4f7e607811 user: dgp tags: trunk, tdbcodbc-1-0-4 | |
2015-01-23
| ||
20:18 | TEA/autoconf update check-in: b64b27473e user: dgp tags: trunk, tdbcodbc-1-0-3 | |
2014-10-23
| ||
20:07 | TEA update; Bump to 1.0.2 check-in: 3c7be87fb9 user: dgp tags: trunk, tdbcodbc-1-0-2 | |
2014-08-14
| ||
17:53 | bump to 1.0.1 check-in: 4606ffe12e user: dgp tags: trunk, tdbcodbc-1-0-1 | |
2012-12-10
| ||
15:07 | Put win/* nmake support files in the distribution. check-in: 10638f86a3 user: dgp tags: trunk, tdbcodbc-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 | |