| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Update registry to version 1.2.2.
(the same as distributed with Tcl 8.5.14)
|
|
|
|
|
| |
well as XTYP_REQUEST.
Fix "make genstubs" when cross-compiling on UNIX
|
|
|
|
| |
Implement TclpIsAtty, Cygwin only
doc/dde.n: doc fix
|
|
|
|
| |
applications (or Tcl with TIP #106) could generate that.
|
|\ |
|
| |
| |
| |
| |
| | |
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+
|
| | |
|
|/ |
|
|
|
| |
so it can be used for the Plat* interfaces as well
|
| |
|
|
|
|
| |
introduced with checkin [e9a08358f4].
|
| |
|
| |
|
| |
|
|
|
| |
more harm than good. Purged them.
|
|
|
|
| |
(backported from 8.5/8.6)
|
| |
|
|
|
|
|
|
|
| |
* win/tclWinDde.c:
* win/Makefile.in:
* win/configure.in:
* win/configure: autoconf 2.13
|
|
|
|
|
| |
* win/tclWinDde.c: version 1.2.4 (should have been done
for the Tcl 8.4.8 release!)
|
| |
|
|
|
|
|
|
| |
* library/dde/pkgIndex.tcl: committed on 2004-06-14.
* changes: Updated for Tcl 8.4.7 release.
|
|
|
|
| |
the presence of applications that dont process Window messages.
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
(DdeServerProc): better refcount handling of returnPackagePtr.
|
|
|
|
|
| |
the Tcl_Obj returned by ExecuteRemoteObject
if it was not saved in a connection object.
|
|
|
|
|
|
| |
* win/tclWinDde.c (Tcl_DdeObjCmd): Prevent crash when empty
service name is passed to 'dde eval' and goto errorNoResult in
request and poke error cases to free up any allocated data.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
compiler warnings from SEH ASM code.
* win/tclWinChan.c (squelch_warnings): Squelch
compiler warnings from SEH ASM code.
* win/tclWinDde.c: Add casts to avoid compiler
warnings. Pass pointer to DWORD instead of int
to avoid compiler warnings.
* win/tclWinFCmd.c (squelch_warnings): Add casts
and fixup decls to avoid compiler warnings.
Squelch compiler warnings from SEH ASM code.
* win/tclWinFile.c: Add casts and fixup decls
to avoid compiler warnings. Remove unused variable.
* win/tclWinNotify.c: Declare as DWORD instead
of int to avoid compiler warning.
* win/tclWinReg.c: Add casts to avoid compiler
warning. Fix assignment in if expression bug.
* win/tclWinSerial.c: Add casts to avoid compiler
warnings. Remove unused variable.
* win/tclWinSock.c: Add casts and fixup decls
to avoid compiler warnings.
|
| |
|
|
|
|
|
|
|
| |
* tests/winDde.test:
* win/tclWinDde.c (Tcl_DdeObjCmd): added -binary option to dde
request command to allow for returning binary data. [Bug #227482]
Updated dde to 1.2
|
|
|
|
|
|
|
|
| |
* win/tclWinInit.c:
* win/tclWinNotify.c:
* win/tclWinPipe.c:
* win/tclWinReg.c:
* win/tclWinThrd.c: Applied patch from [Bug 5794].
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
| |
invalid dde handle because Initialize had not been called.
[Bug: 2124]
|
|
|