Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | only use public API in loaded packages; oops\! | dkf | 2012-07-04 | 1 | -6/+5 | |
| | | | | ||||||
| * | | | Factor out a number of common patterns of use of Tcl_DStringAppend. | dkf | 2012-07-03 | 6 | -26/+24 | |
| | | | | ||||||
* | | | | merge trunk | jan.nijtmans | 2012-07-01 | 5 | -70/+75 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7 | jan.nijtmans | 2012-06-29 | 1 | -2/+2 | |
| |\ \ \ | | |/ / | | | | | Bump msgcat version to 1.4.5 | |||||
| | * | | Locale guessing of msgcat fails on (some) Windows 7 | jan.nijtmans | 2012-06-22 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | Rework the error message generation of [socket], so that the error | max | 2012-06-22 | 1 | -2/+7 | |
| | | | | | | | | | | | | code of getaddrinfo is used instead of errno unless it is EAI_SYSTEM. | |||||
| * | | | Restored the possibility to define a panicproc as | jan.nijtmans | 2012-06-22 | 2 | -0/+16 | |
| | | | | | | | | | | | | low memory handler See: [#1446864] | |||||
| * | | | [Bug 3362446]: possible allocation error when using UNICODE | jan.nijtmans | 2012-06-21 | 1 | -2/+2 | |
| |\ \ \ | | |/ / | ||||||
| | * | | [Bug 3362446]: possible allocation error when using UNICODE | jan.nijtmans | 2012-06-21 | 1 | -3/+3 | |
| | |\ \ | | | |/ | ||||||
| | | * | [Bug 3362446]: possible allocation error when using UNICODE | jan.nijtmans | 2012-06-21 | 1 | -4/+4 | |
| | | | | ||||||
| * | | | [Bug 3362446]: possible allocation error when using UNICODE | jan.nijtmans | 2012-06-21 | 1 | -4/+3 | |
| | | | | ||||||
| * | | | [Bug #3362446]: registry keys command fails with 8.5/8.6 | jan.nijtmans | 2012-06-21 | 1 | -69/+28 | |
| |\ \ \ | | |/ / | ||||||
| | * | | [Bug #3362446]: registry keys command fails with 8.5/8.6 | jan.nijtmans | 2012-06-21 | 1 | -77/+30 | |
| | |\ \ | | | | | | | | | | | update registry version to 1.2.2 | |||||
| | | * | | remove some unused codebug_3362446 | jan.nijtmans | 2012-06-20 | 1 | -12/+8 | |
| | | | | | ||||||
| | | * | | [bug 3362446]: registry keys command fails with 8.5/8.6 | jan.nijtmans | 2012-06-19 | 1 | -64/+30 | |
| | | | | | ||||||
| * | | | | Plug memory leak, part of [Bug #3362446]. | jan.nijtmans | 2012-06-19 | 1 | -3/+22 | |
| |\ \ \ \ | | |/ / / | | | | | | Dde version should be 1.3.0, not 1.3 | |||||
| | * | | | Plug memory leak, part of [Bug #3362446] | jan.nijtmans | 2012-06-19 | 1 | -0/+2 | |
| | |\ \ \ | | | | |/ | | | |/| | ||||||
| | | * | | Plug memory leak, part of [Bug #3362446] | jan.nijtmans | 2012-06-19 | 1 | -0/+2 | |
| | | |/ | ||||||
| * | | | make tclWinReg.c compile/run without UNICODE (suggested in bug #3362446) | jan.nijtmans | 2012-06-19 | 1 | -3/+10 | |
| | | | | ||||||
* | | | | 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 | 2 | -34/+47 | |
|\ \ \ | |/ / | | | | | | | | | | 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 | 2 | -34/+56 | |
| |\ \ | | |/ | | | | | | | | | | 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 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | 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 | |||||
* | | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-24 | 1 | -3/+20 | |
|\ \ \ | |/ / | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | |||||
| * | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 2 | -13/+29 | |
| |\ \ | | |/ | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | |||||
| | * | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 2 | -13/+30 | |
| | | | | | | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | |||||
* | | | 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 | 6 | -49/+80 | |
|\ \ \ | ||||||
| * | | | fix handling of closing '\0' for -binary datatip_106_impl | jan.nijtmans | 2012-05-11 | 4 | -14/+16 | |
| | | | | | | | | | | | | update dde version to 1.4.0 | |||||
| * | | | merge trunk | jan.nijtmans | 2012-05-10 | 3 | -105/+130 | |
| |\ \ \ | ||||||
| * | | | | 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 | |
| | | | | | ||||||
| * | | | | merge trunk | dkf | 2012-05-06 | 2 | -85/+0 | |
| |\ \ \ \ | ||||||
| * | | | | | 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 | 3 | -15/+12 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | | | applications (or Tcl with TIP #106) could generate that. | |||||
| * | | | | Protect against receiving strings without ending \0, as external ↵ | jan.nijtmans | 2012-05-13 | 3 | -15/+12 | |
| |\ \ \ \ | | | |_|/ | | |/| | | | | | | | 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 |