summaryrefslogtreecommitdiffstats
path: root/win/tclWinDde.c
Commit message (Collapse)AuthorAgeFilesLines
* explicitely specify encoding in DdeCreateStringHandlebug_3525762jan.nijtmans2012-05-281-3/+3
|
* fix for bug bug-3525762jan.nijtmans2012-05-281-27/+50
|
* [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵jan.nijtmans2012-05-251-28/+41
|\ | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX
| * [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵jan.nijtmans2012-05-251-30/+38
| |\ | | | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX
| | * [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵jan.nijtmans2012-05-251-3/+3
| | | | | | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX
| | * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-15/+36
| | | | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
* | | fix [bug 3529063]: 2 minor bugs in TIP #106 implementationjan.nijtmans2012-05-231-5/+5
| | |
* | | TIP #106: Add Encoding Abilities to the [dde] Commandjan.nijtmans2012-05-211-36/+67
|\ \ \
| * | | fix handling of closing '\0' for -binary datatip_106_impljan.nijtmans2012-05-111-4/+6
| | | | | | | | | | | | update dde version to 1.4.0
| * | | merge trunkjan.nijtmans2012-05-101-105/+120
| |\ \ \
| * | | | another bug: [dde eval -async -binary] didn't workjan.nijtmans2012-05-081-2/+3
| | | | |
| * | | | fix test-cases winDde 5.1 and 5.3jan.nijtmans2012-05-081-1/+1
| | | | |
| * | | | Update of Patch 2445648 to trunk tip.dkf2012-05-021-35/+65
| | | | | | | | | | | | | | | Implementation of TIP 106: Add Encoding Abilities to the [dde] Command
* | | | | Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-131-4/+11
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | applications (or Tcl with TIP #106) could generate that.
| * | | Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-131-4/+11
| |\ \ \ | | | |/ | | |/| | | | | applications (or Tcl with TIP #106) could generate that.
| | * | Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-131-4/+11
| | | | | | | | | | | | | | | | applications (or Tcl with TIP #106) could generate that.
* | | | first shot at internationalization of ddejan.nijtmans2012-05-101-48/+53
| | | |
* | | | [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-61/+73
|\ \ \ \ | |/ / / | | | / | |_|/ |/| |
| * | [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-53/+69
| |\ \ | | |/
| | * [Bug 473946]: special characters not correctly senjan.nijtmans2012-05-101-825/+796
| | |\
| | | * Increase version to 1.2.5bug_473946jan.nijtmans2012-05-091-150/+115
| | | | | | | | | | | | | | | | | | | | 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 473946]: special characters not correctly sentjan.nijtmans2012-05-091-10/+47
| | | |
| | | * proposal from jmphilippejan.nijtmans2012-05-071-5/+11
| | |/
| | * move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, jan.nijtmans2012-05-071-1/+0
| | | | | | | | | so it can be used for the Plat* interfaces as well
| | * truncation in SetWindowLongPtr datajan.nijtmans2012-04-251-2/+2
| | |
| | * Fixed use of C99 features breaking the build with MSVC6. The problem was ↵andreask2011-08-221-1/+1
| | | | | | | | | | | | introduced with checkin [e9a08358f4].
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-3/+3
| |\ \ | | |/
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| | |
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-6/+6
| | |
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-22/+16
| | |
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-3/+0
|\ \ \ | |/ /
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-3/+0
| | |
* | | More generation of error codes (most platform-specific parts not already usingdkf2011-04-061-1/+15
| | | | | | | | | Tcl_PosixError).
* | | Adjust ckalloc/ckfree macros to greatly reduce number of explicit casts indkf2011-03-121-4/+4
| | | | | | | | | rest of Tcl source code. No ABI change. API change *should* be harmless.
* | | Now that we're no longer using SCM based on RCS, the RCS Keyword linesdgp2011-03-021-2/+0
|\ \ \ | |/ / | | | cause more harm than good. Purged them (except in zlib files).
| * | Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-021-2/+0
| |\ \ | | |/ | | | more harm than good. Purged them.
| | * Now that we're no longer using SCM based on RCS, the RCS Keyword lines causedgp2011-03-011-2/+0
| | | | | | | | | more harm than good. Purged them.
| | * Fix gcc-4.5.2 error: lvalue required as ...nijtmans2011-01-141-3/+3
| | | | | | | | | | | | (backported from 8.5/8.6)
| | * Revert attempted backport of dde 1.3 to the core-8-4-branch.dgp2006-04-051-1041/+844
| | |
| | * * library/dde/pkgIndex.tcl: Backport dde 1.3.2 from HEAD.dgp2006-04-051-844/+1041
| | | | | | | | | | | | | | | | | | | | | * 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!)
| | * WIN64 correctionshobbs2004-09-011-5/+13
| | |
| | * * 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.
| | * * win/tclWinDde.c: Backported the fix from 8.5 to avoid hanging inpatthoyts2004-06-141-41/+159
| | | | | | | | | | | | the presence of applications that dont process Window messages.
| | * * library/dde/pkgIndex.tcl: Added safeguards so that registrydgp2003-11-101-2/+2
| | | | | | | | | | | | | | | | | | * 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.
| * | installData.tcl: Make sure that copyDir only receives normalized paths.nijtmans2010-05-211-29/+30
| | | | | | | | | | | | | | | | | | tclPlatDecls.h: Fix <tchar.h> inclusion for CYGWIN. tclPathObj.c: Fix Tcl_SetStringObj usage for CYGWIN. *.c: Fix various minor other gcc warnings, like signed<->unsigned mismatch.
| * | Various CYGWIN-related fixesnijtmans2010-01-311-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | backported from HEAD. Still configure script not modified, so CYGWIN build is still disabled. Reason: although the build succeeds with those changes, many tests still fail.
* | | Fix various gcc-4.5.2 64-bit warning messages,nijtmans2011-01-251-4/+4
| | | | | | | | | | | | e.g. by using full 64-bits for socket fd's
* | | [FRQ 2965056]: Windows build with -DUNICODEnijtmans2010-10-111-36/+30
| | | | | | | | | | | | Add netapi32 to the windows link line, so we no longer have to use LoadLibrary to access those functions.
* | | [Freq 2965056]: Windows build with -DUNICODEnijtmans2010-08-301-1/+7
| | |