summaryrefslogtreecommitdiffstats
path: root/win/tclWinDde.c
Commit message (Collapse)AuthorAgeFilesLines
* [Bug 3605401]: Compiler error with latest mingw-w64 headers.jan.nijtmans2013-02-201-2/+3
| | | FossilOrigin-Name: 0db74d9ccccf75432cfcb7c151d0dae43201ed32
* Bug 3605401: Compiler error with latest mingw-w64 headersjan.nijtmans2013-02-201-1/+2
| | | FossilOrigin-Name: d67be824f88a1b4b422abc75f3b8fba6b32c713d
* Dde version number to 1.4.0, ready for Tcl 8.6.0rc1jan.nijtmans2012-10-311-1/+1
| | | FossilOrigin-Name: 2afb21274bf9b5c5140cabd464f0e0fd2f266e6c
* merge trunkjan.nijtmans2012-09-191-1/+1
|\ | | | | | | | | <p>change dde version to 1.4.0b2 FossilOrigin-Name: 82e045469a0b089c3d639729b57e12875ba3a4f2
* \ merge trunkjan.nijtmans2012-08-081-4/+57
|\ \ | |/ | | FossilOrigin-Name: 27388707f2261df4c934c2c8b7e275db6dd2ddf8
| * 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) FossilOrigin-Name: 2cc13853c7f1dd2a4fc426bca7b90d0b2e1cb04c
* | merge trunkjan.nijtmans2012-08-061-6/+15
|\ \ | |/ | | FossilOrigin-Name: ff11683baba21e1f4b79305312fa5be47337841a
| * Reference to correct Bug #number. jan.nijtmans2012-08-061-1/+9
| |\ | | | | | | | | | | | | Fix warning in winDde.c, and more test-cases using Unicode characters FossilOrigin-Name: 359adb529b6df9f7f431b7c9fc687f5a14c4353b
| * | Final part of result generation conversion (modulo any minor blunders)dkf2012-08-051-3/+4
| | | | | | | | | FossilOrigin-Name: 1fb35ca910ce286ab4f7cc7f304d120bed86723b
| * | converting to using Tcl_Obj API for error message generation; part donedkf2012-08-031-3/+3
| | | | | | | | | FossilOrigin-Name: 7fb86a29c9bfa1140ea3a8af6f65221ce4474e45
* | | merge trunkjan.nijtmans2012-08-021-2/+12
|\ \ \ | |/ / | | | FossilOrigin-Name: d62cfbac77889f80bf19f470509d0f8dae355e94
| * | 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 FossilOrigin-Name: cc7f2babebef487a31e05bea4feaa0a83ae880e6
| * | Fix Bug #3545367: DDE test failuresjan.nijtmans2012-08-011-1/+1
| | | | | | | | | FossilOrigin-Name: bc4b7b1b91a982af65512af5c10f58083796e981
| * | dde version: 1.4.0b1jan.nijtmans2012-07-121-1/+1
| | | | | | | | | FossilOrigin-Name: 1908ecf966e68c459bec9a95d9cda459d3fc10e3
* | | 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 FossilOrigin-Name: 28ef7b1b667d0f65041157ca6652ee64b64df99d
* | Revise the "null data" check: null strings are possible, but empty binary ↵jan.nijtmans2012-06-081-1/+1
| | | | | | | | | | arrays are not FossilOrigin-Name: 146dc6a0b51774438a52592c8e46be11d8e76139
* | [Bug 3525762]: Encoding handling in ddejan.nijtmans2012-05-291-32/+61
|\ \ | | | | | | FossilOrigin-Name: 9cc84a6ebce13d3d3b3d3413b2e95fc6b959e7a8
| * | explicitely specify encoding in DdeCreateStringHandlejan.nijtmans2012-05-281-3/+3
| | | | | | | | | FossilOrigin-Name: 262b595d2b5e34f75d33701523cca221f5d3dd21
| * | fix for bug bug-3525762jan.nijtmans2012-05-281-27/+50
|/ / | | | | FossilOrigin-Name: 225184bfe2b236ceb632453e4fa704af7c93f7b8
* | [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 FossilOrigin-Name: e50aa91fc73c7db901b8463fa2364da24cd0b514
| * [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 FossilOrigin-Name: 4a4a047f4b0f75195c4428fc6bbc23139ddb9d23
| | * [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 FossilOrigin-Name: 7ebfab5576a5511bbb8512304e50e3186d61b20f
| | * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-15/+36
| | | | | | | | | | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix FossilOrigin-Name: 17576c7c066fc0a259bf537f850285e9b77d3343
* | | fix [bug 3529063]: 2 minor bugs in TIP #106 implementationjan.nijtmans2012-05-231-5/+5
| | | | | | | | | FossilOrigin-Name: 1b2cd6ca9a7f17dfb318091d8c55634e28706c42
* | | TIP #106: Add Encoding Abilities to the [dde] Commandjan.nijtmans2012-05-211-36/+67
|\ \ \ | | | | | | | | FossilOrigin-Name: caff0b1e8741bc09a96e3813536f7bbc8a0a8f77
| * | | fix handling of closing '\0' for -binary datajan.nijtmans2012-05-111-4/+6
| | | | | | | | | | | | | | | | | | | | update dde version to 1.4.0 FossilOrigin-Name: 519913117516ec1a5bdb55f96ba0f12d27c79112
| * | | merge trunkjan.nijtmans2012-05-101-105/+120
| |\ \ \ | | | | | | | | | | FossilOrigin-Name: 965fe4924ba255cf8fbd3d05ba36688e7e26ed68
| * | | | another bug: [dde eval -async -binary] didn't workjan.nijtmans2012-05-081-2/+3
| | | | | | | | | | | | | | | FossilOrigin-Name: 1a74749c0d28976b20eff45fa6586c53af5ea63b
| * | | | fix test-cases winDde 5.1 and 5.3jan.nijtmans2012-05-081-1/+1
| | | | | | | | | | | | | | | FossilOrigin-Name: e200c4594c844e45cd3c7bdc8406b1d985d63c0a
| * | | | Update of Patch 2445648 to trunk tip.dkf2012-05-021-35/+65
| | | | | | | | | | | | | | | | | | | | | | | | | Implementation of TIP 106: Add Encoding Abilities to the [dde] Command FossilOrigin-Name: 73a6b9d5905a363068f9b2784689ded9591e7c5c
* | | | | Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-131-4/+11
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | applications (or Tcl with TIP #106) could generate that. FossilOrigin-Name: 7e5a842ffbbdd00dfc27cde1d5610621519976d0
| * | | Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-131-4/+11
| |\ \ \ | | | |/ | | |/| | | | | | | | | applications (or Tcl with TIP #106) could generate that. FossilOrigin-Name: d18e27ccd9eb818809961a00d6c2f1576fb5e4f9
| | * | Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-131-4/+11
| | | | | | | | | | | | | | | | | | | | applications (or Tcl with TIP #106) could generate that. FossilOrigin-Name: a939eb0d1c1c995b0571e49ba454f5cef002af08
* | | | first shot at internationalization of ddejan.nijtmans2012-05-101-48/+53
| | | | | | | | | | | | FossilOrigin-Name: d36a06647e2a6beab4e2e3604419db0057e323f7
* | | | [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-61/+73
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | FossilOrigin-Name: 1aee402b1b93779680c27010bf9028369fb2e927
| * | [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-53/+69
| |\ \ | | |/ | | | FossilOrigin-Name: 8a869dadb38b32e8c8d662e75783d4c9608c4a74
| | * [Bug 473946]: special characters not correctly senjan.nijtmans2012-05-101-825/+796
| | |\ | | | | | | | | FossilOrigin-Name: 98d6eb2b340c44b991c07e7e660399a824183938
| | | * Increase version to 1.2.5jan.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+ FossilOrigin-Name: 7bb9d6699fd91049cd5581ee5ecfa8f82174027c
| | | * [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-091-10/+47
| | | | | | | | | | | | FossilOrigin-Name: 18027385fde19eaab3d980be054f79f26c31aadb
| | | * proposal from jmphilippejan.nijtmans2012-05-071-5/+11
| | |/ | | | | | | FossilOrigin-Name: 6036f72024cec2567a937b547e76bbc10034f590
| | * 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 FossilOrigin-Name: 1a117d1880ac80d8a6b184029e625354e0281514
| | * truncation in SetWindowLongPtr datajan.nijtmans2012-04-251-2/+2
| | | | | | | | | FossilOrigin-Name: c69140f170c0efd8c4fdb470225ca31b770760a5
| | * Fixed use of C99 features breaking the build with MSVC6.andreask2011-08-221-1/+1
| | | | | | | | | FossilOrigin-Name: 84b484239608cb0a847bcfd5ea80b264e8341a53
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-3/+3
| |\ \ | | |/ | | | FossilOrigin-Name: 8c851aad1d3e355993a37890fec0eb28b7b077f4
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-161-1/+1
| | | | | | | | | FossilOrigin-Name: 5fa631a7778b73a8c6d0b9fb0c608ca362ee1396
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-6/+6
| | | | | | | | | FossilOrigin-Name: b687b06a5e9ecdded366eb9bd92bafaccd4a7bf2
| | * [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-151-22/+16
| | | | | | | | | FossilOrigin-Name: e9a08358f46efc17049152d728e653bf41470611
* | | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-3/+0
|\ \ \ | |/ / | | | FossilOrigin-Name: d323be815f6aad0f7c46f4169a2bf58bd0844e1d
| * | [Bug 3388350] mingw64 compiler warningsjan.nijtmans2011-08-091-3/+0
| | | | | | | | | FossilOrigin-Name: d4938bf2cea71b91e80a2bee55ce9e5cad110e40
* | | More generation of error codes (most platform-specific parts not already usingdkf2011-04-061-1/+15
| | | | | | | | | | | | | | | Tcl_PosixError). FossilOrigin-Name: 1b095ad294cc30f692b20d00970574897298b030