summaryrefslogtreecommitdiffstats
path: root/win/tclWinDde.c
Commit message (Collapse)AuthorAgeFilesLines
* Dde version number to 1.4.0, ready for Tcl 8.6.0rc1jan.nijtmans2012-10-311-1/+1
|
* merge trunkfrq_3527238jan.nijtmans2012-09-191-1/+1
|\ | | | | <p>change dde version to 1.4.0b2
* \ merge trunkjan.nijtmans2012-08-081-4/+57
|\ \ | |/
| * add 3 testcases for "dde poke", only active with --enable-symbolsjan.nijtmans2012-08-071-1/+54
| | | | | | (we need a "dde poke" server for that, which is now built into tcldde14g.dll, but not in tcldde14.dll)
* | merge trunkjan.nijtmans2012-08-061-6/+15
|\ \ | |/
| * Reference to correct Bug #number. jan.nijtmans2012-08-061-1/+9
| |\ | | | | | | Fix warning in winDde.c, and more test-cases using Unicode characters
| * | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-3/+4
| | |
| * | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-3/+3
| | |
* | | merge trunkjan.nijtmans2012-08-021-2/+12
|\ \ \ | |/ /
| * | Fix Bug #3545367: DDE test failuresjan.nijtmans2012-08-021-3/+13
| | | | | | | | | | | | It turns out that "dde poke" had the same bug, unfortunately we cannot make a test-case for that. Also modified more test-cases to use unicode variable names, so we can more reliably detect this
| * | Fix Bug #3545367: DDE test failuresjan.nijtmans2012-08-011-1/+1
| | |
| * | dde version: 1.4.0b1jan.nijtmans2012-07-121-1/+1
| | |
* | | new attempt, with only those parts of frq-3527238 which don't introduce new ↵jan.nijtmans2012-06-111-21/+24
|/ / | | | | | | command options, so don't require a TIP
* | Revise the "null data" check: null strings are possible, but empty binary ↵jan.nijtmans2012-06-081-1/+1
| | | | | | | | arrays are not
* | [Bug 3525762]: Encoding handling in ddejan.nijtmans2012-05-291-32/+61
|\ \
| * | 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).