TDBC

Tagged Check-ins
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Check-ins with non-propagating tags:

2024-02-23
15:52
Bump version to 1.1.7 check-in: 90b1a17144 user: dgp tags: trunk, rc1, main, tdbc-1-1-7
2023-12-21
16:08
Update rules-ext.vc check-in: f80105ac17 user: jan.nijtmans tags: trunk, main, rc4, tdbc-1-1-6
2023-12-11
10:39
Re-generate "configure" check-in: 012b84e0dc user: jan.nijtmans tags: trunk, main, rc2, rc3
2022-11-17
09:24
Don't install manifest.uuid in tclconfig directory check-in: f36f36032a user: jan.nijtmans tags: trunk, main, tdbc-1-1-5
2021-06-23
07:13
Update makefile.vc for Tcl9 too check-in: 24d8a5e801 user: jan.nijtmans tags: trunk, rc1, main, tdbc-1-1-3
2020-12-23
09:03
Update rules.vc to latest version check-in: 888b9bddb5 user: jan.nijtmans tags: trunk, main, tdbc-1-1-2
2019-11-20
16:33
TEA update check-in: 01cac2bbfb user: dgp tags: trunk, tdbc-1-1-1
2018-11-01
16:02
TEA update check-in: f8d10aed99 user: dgp tags: trunk, tdbc-1-1-0
2017-12-21
06:28
Add rules-ext.vc and targets.vc to distribution. check-in: 84dffcb5f2 user: apnadkarni tags: trunk, tdbc-1-0-6
2017-05-26
18:33
rm -f not needed before ${INSTALL_*}. A ghost of past installing. check-in: 43b96d33bb user: stu tags: trunk, tdbc-1-0-5
2016-02-18
20:37
typo check-in: 4dec62a1ee user: dgp tags: trunk, tdbc-1-0-4, rc1
2015-01-23
18:50
Bump to tdbc 1.0.3; TEA/autoconf update. check-in: b7669d2c1c user: dgp tags: trunk, tdbc-1-0-3
2014-10-23
20:01
Bump to tdbc 1.0.2; TEA update. check-in: c02f0aa3e3 user: dgp tags: trunk, tdbc-1-0-2
2014-08-14
17:40
bump to 1.0.1 check-in: 46ba36b508 user: dgp tags: trunk, tdbc-1-0-1
2012-12-06
15:21
merge contributed patch check-in: caab6510cb user: dgp tags: trunk, tdbc-1-0-0
2012-11-14
16:19
REFACTOR: move the content of tdbc/ into the main repository check-in: 63f46df14c 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.59

check-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.59
check-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