Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Revert [7f0253a5c5aa2bdc]: It causes test-failures in the other tdbc* packages. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
255ee301f9b1758a66662587cd23b7fd |
User & Date: | jan.nijtmans 2015-10-13 13:11:07.970 |
Original Comment: | Revert [7f0253a5c5aa2bdc]: It causes test-failures in the tdbc* packages. |
References
2015-10-13
| ||
13:15 | • Closed ticket [c429de3d3f]: package require tdbc fails in all driver test suites plus 4 other changes artifact: d5574309ba user: jan.nijtmans | |
Context
2016-01-28
| ||
19:28 | Bump to 1.0.4 check-in: 4921326d77 user: dgp tags: trunk | |
2015-10-13
| ||
13:11 | Revert [7f0253a5c5aa2bdc]: It causes test-failures in the other tdbc* packages. check-in: 255ee301f9 user: jan.nijtmans tags: trunk | |
2015-10-05
| ||
12:27 | minor bug-fix in ucrt support check-in: 9a408380e5 user: jan.nijtmans tags: trunk | |
Changes
Changes to Makefile.in.
︙ | ︙ | |||
188 189 190 191 192 193 194 195 196 197 198 199 200 201 | # The binaries target builds executable programs, Windows .dll's, unix # shared/static libraries, and any other platform-dependent files. # The list of targets to build for "binaries:" is specified at the top # of the Makefile, in the "BINARIES" variable. #======================================================================== binaries: $(BINARIES) libraries: #======================================================================== # Your doc target should differentiate from doc builds (by the developer) # and doc installs (see install-doc), which just install the docs on the # end user machine when building from source. | > | 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 | # The binaries target builds executable programs, Windows .dll's, unix # shared/static libraries, and any other platform-dependent files. # The list of targets to build for "binaries:" is specified at the top # of the Makefile, in the "BINARIES" variable. #======================================================================== binaries: $(BINARIES) cp -p $(srcdir)/library/tdbc.tcl $(top_builddir) libraries: #======================================================================== # Your doc target should differentiate from doc builds (by the developer) # and doc installs (see install-doc), which just install the docs on the # end user machine when building from source. |
︙ | ︙ |