summaryrefslogtreecommitdiffstats
path: root/library/dde
Commit message (Collapse)AuthorAgeFilesLines
* Dde version number to 1.4.0, ready for Tcl 8.6.0rc1jan.nijtmans2012-10-311-2/+2
|
* merge trunkfrq_3527238jan.nijtmans2012-09-191-2/+2
|\ | | | | <p>change dde version to 1.4.0b2
| * [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-2/+2
| |\
| * | dde version: 1.4.0b1jan.nijtmans2012-07-121-2/+2
| | |
* | | make dde 1.4 loadlable when ::tcl::pkgconfig is availablejan.nijtmans2012-07-161-2/+2
|/ /
* | more readablejan.nijtmans2012-06-141-1/+1
|\ \ | |/
| * more readablejan.nijtmans2012-06-141-1/+1
| |\
| | * more readablejan.nijtmans2012-06-141-1/+1
| | |
* | | TIP #106: Add Encoding Abilities to the [dde] Commandjan.nijtmans2012-05-211-2/+2
|\ \ \
| * | | fix handling of closing '\0' for -binary datatip_106_impljan.nijtmans2012-05-111-3/+3
|/ / / | | | | | | update dde version to 1.4.0
* | | [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-2/+2
|\ \ \ | |/ /
| * | [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-2/+2
| |\ \ | | |/
| | * Increase version to 1.2.5bug_473946jan.nijtmans2012-05-091-2/+2
| | | | | | | | | | | | | | | Now should work on Win95 as well Use Tcl_GetUnicodeFromObj in stead of Tcl_Win* functions, so we no longer have to detect whether we are on WinNT+
| | |
| \ \
*-. \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-2/+2
|\ \ \ \ | | |/ / | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-2/+2
| | |\ \ | |/ / / | | | _ | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-2/+2
| | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * Revert attempted backport of dde 1.3 to the core-8-4-branch.dgp2006-04-051-2/+2
| | |
| | * * library/dde/pkgIndex.tcl: Backport dde 1.3.2 from HEAD.dgp2006-04-051-2/+2
| | | | | | | | | | | | | | | | | | | | | * win/tclWinDde.c: * win/Makefile.in: * win/configure.in: * win/configure: autoconf 2.13
| | * * library/dde/pkgIndex.tcl: Long overlooked bump to dde packagedgp2006-04-051-2/+2
| | | | | | | | | | | | | | | * win/tclWinDde.c: version 1.2.4 (should have been done for the Tcl 8.4.8 release!)
| | * * win/tclWinDde.c: Bump to dde 1.2.3 to cover changesdgp2004-07-231-2/+2
| | | | | | | | | | | | | | | | | | * library/dde/pkgIndex.tcl: committed on 2004-06-14. * changes: Updated for Tcl 8.4.7 release.
| | * * library/dde/pkgIndex.tcl: Added safeguards so that registrydgp2003-11-101-2/+3
| | | | | | | | | | | | | | | | | | * library/reg/pkgIndex.tcl: and dde packages are not offered * win/tclWinDde.c: on non-Windows platforms. Bumped to * win/tclWinReg.c: registry 1.1.3 and dde 1.2.2.
| | * Fixed a bug where [package require dde] or [package require registry] Kevin B Kenny2003-03-231-1/+1
| | | | | | | | | | | | | | | attempted to load the release version of the DLL into a debug build. [Bug 708218] Thanks to Joe Mistachkin for the patch.
* | | [Bug 3448512]: clock scan "1958-01-01" fails only in debug compilationjan.nijtmans2012-04-111-2/+2
|/ /
* | * win/tclWinInit.c: More careful calls to Tcl_DStringSetLength()dgp2006-04-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | * win/tclWinSock.c: to avoid creating invalid DString states. * win/tclWinDde.c: Bump to version 1.3.2. [RFE 1366195] * library/dde/pkgIndex.tcl: * library/reg/pkgIndex.tcl: Bump to registry 1.1.6 * win/tclWinReg.c: * win/configure.in: Bump package version numbers. * win/configure: autoconf 2.59
* | * generic/tclBasic.c:dgp2004-10-061-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * generic/tclBinary.c: * generic/tclCmdAH.c: * generic/tclCmdIL.c: * generic/tclCmdMZ.c: * generic/tclCompExpr.c: * generic/tclDictObj.c: * generic/tclEncoding.c: * generic/tclExecute.c: * generic/tclFCmd.c: * generic/tclHistory.c: * generic/tclIndexObj.c: * generic/tclInterp.c: * generic/tclIO.c: * generic/tclIOCmd.c: * generic/tclNamesp.c: * generic/tclObj.c: * generic/tclPkg.c: * generic/tclResult.c: * generic/tclScan.c: * generic/tclTimer.c: * generic/tclTrace.c: * generic/tclUtil.c: * generic/tclVar.c: * unix/tclUnixFCmd.c: * unix/tclUnixPipe.c: * win/tclWinDde.c: * win/tclWinFCmd.c: * win/tclWinPipe.c: It is a poor practice to directly set or append to the value of the objResult of an interp, because that value might be shared, and in that circumstance a Tcl_Panic() will be the result. Searched for example of this practice and replaced with safer alternatives, often using the Tcl_AppendResult() routine that dkf just rehabilitated. * library/dde/pkgIndex.tcl: Bump to dde 1.3.1
* | * library/dde/pkgIndex.tcl: Added safeguards so that registrydgp2003-11-101-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | * library/reg/pkgIndex.tcl: and dde packages are not offered * win/tclWinDde.c: on non-Windows platforms. Bumped to * win/tclWinReg.c: registry 1.1.3 and dde 1.3. * win/Makefile.in: * win/configure.in: * win/makefile.bc: * win/makefile.vc: * win/configure: autoconf (2.57)
* | * doc/dde.n: Committed TIP #135 which changes thepatthoyts2003-06-231-2/+2
| | | | | | | | | | | | * win/tclWinDde.c: -exact option to -force. Also cleaned * tests/winDde.test: a bug in the tests. * library/dde/pkgIndex.tcl: Incremented version to 1.2.5
* | * doc/dde.n: Committed TIP #120 which provides thepatthoyts2003-06-231-2/+2
| | | | | | | | | | | | * win/tclWinDde.c: dde package for safe interpreters. * tests/winDde.test: Incremented package version to 1.2.4 * library/dde/pkgIndex.tcl:
* | * library/dde/pkgIndex.tcl: Applied TIP #130 which providespatthoyts2003-05-161-2/+2
| | | | | | | | | | * tests/winDde.test: for unique dde server names. Added * win/tclWinDde.c: some more tests. Fixes [Bug 219293]
* | * library/dde/pkgIndex.tcl: bumped version to 1.2.2 in tclWinDde.c,patthoyts2003-03-241-2/+2
| | | | | | | | now adding here too.
* | Fixed a bug where [package require dde] or [package require registry] Kevin B Kenny2003-03-231-1/+1
|/ | | | | attempted to load the release version of the DLL into a debug build. [Bug 708218] Thanks to Joe Mistachkin for the patch.
* * library/dde/pkgIndex.tcl: dde bumped to version 1.2.1 fordgp2003-03-031-2/+2
| | | | | | | | | * win/tclWinDde.c: bundled release with Tcl 8.4.2 * library/reg/pkgIndex.tcl: registry bumped to version 1.1.1 for * win/tclWinReg.c: bundled release with Tcl 8.4.2 * library/opt/pkgIndex.tcl: updated package index to version 0.4.4
* * library/dde/pkgIndex.tcl:andreas_kupries2002-10-281-1/+1
| | | | | * library/reg/pkgIndex.tcl: Changed the hardwired debug suffix (d) to the correct suffix (g).
* * win/Makefile.in:andreas_kupries2001-09-141-2/+2
| | | | | | | | | * win/configure.in: * win/makefile.bc: * win/makefile.vc: * library/reg/pkgIndex.tcl * library/dde/pkgIndex.tcl: Fixed version numbers from bogus tcl versions to independent versions for dde and registry packages.
* Added checks for package dependencies.dgp2001-08-091-0/+1
| | | | | Bumped patchlevels of changed packages: http 2.3.2, msgcat 1.2.2, opt 0.4.3, tcltest 2.0.1. [Patch 448931]
* * library/dde/pkgIndex.tcl: updated to use 84 version to reflecthobbs2000-12-071-2/+2
| | | | | the makefile. Should probably be updated to use its real version at some point. [Patch #102560, Bug #119421]
* * library/dde1.1/pkgIndex.tcl:hobbs2000-04-201-5/+5
| | | | | | | | | | | * library/reg1.0/pkgIndex.tcl: * win/tclWinChan.c: * win/tclWinThrd.c: converted CRLF to LF the */tcl.hpj.in files were not converted, as it confuses hcw locally. [Bug: 5096] * win/Makefile.in: expanded cleanup or help files * doc/Thread.3: minor macro cleanup
* * library/dde1.1/pkgIndex.tcl:hobbs1999-11-301-1/+5
| | | | | * library/reg1.0/pkgIndex.tcl: added supported for debugged versions of the libraries
* Changed version number on dllswart1999-11-241-1/+1
|
* Added poke command to dde.redman1999-06-261-0/+1
Changed dde package version to 1.1 Fixed makefile to install tcl8.2 library correctly Fixed dll names in pkgIndex files for dde and reg