Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify use of "struct" keyword in many places. | jan.nijtmans | 2016-06-30 | 1 | -1/+1 |
| | |||||
* | Eliminate internal use of TCL_STORAGE_CLASS, as it will be gone in 9.0 anyway | jan.nijtmans | 2016-06-29 | 1 | -20/+7 |
| | |||||
* | [Bug 3605401]: Compiler error with latest mingw-w64 headers.bug_3605401 | jan.nijtmans | 2013-02-20 | 1 | -2/+3 |
| | |||||
* | Bug 3605401: Compiler error with latest mingw-w64 headers | jan.nijtmans | 2013-02-20 | 1 | -1/+2 |
| | |||||
* | Dde version number to 1.4.0, ready for Tcl 8.6.0rc1 | jan.nijtmans | 2012-10-31 | 1 | -1/+1 |
| | |||||
* | merge trunkfrq_3527238 | jan.nijtmans | 2012-09-19 | 1 | -1/+1 |
|\ | | | | | <p>change dde version to 1.4.0b2 | ||||
* \ | merge trunk | jan.nijtmans | 2012-08-08 | 1 | -4/+57 |
|\ \ | |/ | |||||
| * | add 3 testcases for "dde poke", only active with --enable-symbols | jan.nijtmans | 2012-08-07 | 1 | -1/+54 |
| | | | | | | (we need a "dde poke" server for that, which is now built into tcldde14g.dll, but not in tcldde14.dll) | ||||
* | | merge trunk | jan.nijtmans | 2012-08-06 | 1 | -6/+15 |
|\ \ | |/ | |||||
| * | Reference to correct Bug #number. | jan.nijtmans | 2012-08-06 | 1 | -1/+9 |
| |\ | | | | | | | Fix warning in winDde.c, and more test-cases using Unicode characters | ||||
| * | | Final part of result generation conversion (modulo any minor blunders) | dkf | 2012-08-05 | 1 | -3/+4 |
| | | | |||||
| * | | converting to using Tcl_Obj API for error message generation; part done | dkf | 2012-08-03 | 1 | -3/+3 |
| | | | |||||
* | | | merge trunk | jan.nijtmans | 2012-08-02 | 1 | -2/+12 |
|\ \ \ | |/ / | |||||
| * | | Fix Bug #3545367: DDE test failures | jan.nijtmans | 2012-08-02 | 1 | -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 failures | jan.nijtmans | 2012-08-01 | 1 | -1/+1 |
| | | | |||||
| * | | dde version: 1.4.0b1 | jan.nijtmans | 2012-07-12 | 1 | -1/+1 |
| | | | |||||
* | | | new attempt, with only those parts of frq-3527238 which don't introduce new ↵ | jan.nijtmans | 2012-06-11 | 1 | -21/+24 |
|/ / | | | | | | | command options, so don't require a TIP | ||||
* | | Revise the "null data" check: null strings are possible, but empty binary ↵ | jan.nijtmans | 2012-06-08 | 1 | -1/+1 |
| | | | | | | | | arrays are not | ||||
* | | [Bug 3525762]: Encoding handling in dde | jan.nijtmans | 2012-05-29 | 1 | -32/+61 |
|\ \ | |||||
| * | | explicitely specify encoding in DdeCreateStringHandlebug_3525762 | jan.nijtmans | 2012-05-28 | 1 | -3/+3 |
| | | | |||||
| * | | fix for bug bug-3525762 | jan.nijtmans | 2012-05-28 | 1 | -27/+50 |
|/ / | |||||
* | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵ | jan.nijtmans | 2012-05-25 | 1 | -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.nijtmans | 2012-05-25 | 1 | -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.nijtmans | 2012-05-25 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX | ||||
| | * | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -15/+36 |
| | | | | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | ||||
* | | | fix [bug 3529063]: 2 minor bugs in TIP #106 implementation | jan.nijtmans | 2012-05-23 | 1 | -5/+5 |
| | | | |||||
* | | | TIP #106: Add Encoding Abilities to the [dde] Command | jan.nijtmans | 2012-05-21 | 1 | -36/+67 |
|\ \ \ | |||||
| * | | | fix handling of closing '\0' for -binary datatip_106_impl | jan.nijtmans | 2012-05-11 | 1 | -4/+6 |
| | | | | | | | | | | | | update dde version to 1.4.0 | ||||
| * | | | merge trunk | jan.nijtmans | 2012-05-10 | 1 | -105/+120 |
| |\ \ \ | |||||
| * | | | | another bug: [dde eval -async -binary] didn't work | jan.nijtmans | 2012-05-08 | 1 | -2/+3 |
| | | | | | |||||
| * | | | | fix test-cases winDde 5.1 and 5.3 | jan.nijtmans | 2012-05-08 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Update of Patch 2445648 to trunk tip. | dkf | 2012-05-02 | 1 | -35/+65 |
| | | | | | | | | | | | | | | | Implementation of TIP 106: Add Encoding Abilities to the [dde] Command | ||||
* | | | | | Protect against receiving strings without ending \0, as external ↵ | jan.nijtmans | 2012-05-13 | 1 | -4/+11 |
|\ \ \ \ \ | |_|/ / / |/| | / / | | |/ / | |/| | | applications (or Tcl with TIP #106) could generate that. | ||||
| * | | | Protect against receiving strings without ending \0, as external ↵ | jan.nijtmans | 2012-05-13 | 1 | -4/+11 |
| |\ \ \ | | | |/ | | |/| | | | | | applications (or Tcl with TIP #106) could generate that. | ||||
| | * | | Protect against receiving strings without ending \0, as external ↵ | jan.nijtmans | 2012-05-13 | 1 | -4/+11 |
| | | | | | | | | | | | | | | | | applications (or Tcl with TIP #106) could generate that. | ||||
* | | | | first shot at internationalization of dde | jan.nijtmans | 2012-05-10 | 1 | -48/+53 |
| | | | | |||||
* | | | | [Bug 473946]: special characters not correctly sent | jan.nijtmans | 2012-05-10 | 1 | -61/+73 |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | |||||
| * | | [Bug 473946]: special characters not correctly sent | jan.nijtmans | 2012-05-10 | 1 | -53/+69 |
| |\ \ | | |/ | |||||
| | * | [Bug 473946]: special characters not correctly sen | jan.nijtmans | 2012-05-10 | 1 | -825/+796 |
| | |\ | |||||
| | | * | Increase version to 1.2.5bug_473946 | jan.nijtmans | 2012-05-09 | 1 | -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 sent | jan.nijtmans | 2012-05-09 | 1 | -10/+47 |
| | | | | |||||
| | | * | proposal from jmphilippe | jan.nijtmans | 2012-05-07 | 1 | -5/+11 |
| | |/ | |||||
| | * | move TCHAR definition for Cygwin from tclUnixPort.h to tclPlatDecls.h, | jan.nijtmans | 2012-05-07 | 1 | -1/+0 |
| | | | | | | | | | so it can be used for the Plat* interfaces as well | ||||
| | * | truncation in SetWindowLongPtr data | jan.nijtmans | 2012-04-25 | 1 | -2/+2 |
| | | | |||||
| | * | Fixed use of C99 features breaking the build with MSVC6. The problem was ↵ | andreask | 2011-08-22 | 1 | -1/+1 |
| | | | | | | | | | | | | introduced with checkin [e9a08358f4]. | ||||
| * | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -3/+3 |
| |\ \ | | |/ | |||||
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-16 | 1 | -1/+1 |
| | | | |||||
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -6/+6 |
| | | | |||||
| | * | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-15 | 1 | -22/+16 |
| | | | |||||
* | | | [Bug 3388350] mingw64 compiler warnings | jan.nijtmans | 2011-08-09 | 1 | -3/+0 |
|\ \ \ | |/ / |