summaryrefslogtreecommitdiffstats
path: root/win
Commit message (Expand)AuthorAgeFilesLines
...
* | | MSVC 6.0 does not have the %I modifierjan.nijtmans2012-07-082-4/+10
|\ \ \ | |/ /
| * | and don't forget the %jan.nijtmans2012-07-084-7/+7
| * | add TCL_I_MODIFIER and use it in the correct placesjan.nijtmans2012-07-086-8/+14
* | | 1189293 Make "<<" binary safe.dgp2012-07-051-1/+3
|\ \ \ | |/ /
| * | 1189293 Make "<<" binary safe.dgp2012-07-051-1/+3
| |\ \ | | |/
| | * 1189293 Make '<<' redirects binary safe. Don't use strlen() (or equivalent)bug_1189293dgp2012-07-021-1/+3
* | | only use public API in loaded packages; oops\!dkf2012-07-041-6/+5
* | | Factor out a number of common patterns of use of Tcl_DStringAppend.dkf2012-07-036-26/+24
* | | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-291-2/+2
|\ \ \ | |/ /
| * | Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-221-2/+2
* | | Rework the error message generation of [socket], so that the errormax2012-06-221-2/+7
* | | Restored the possibility to define a panicproc asjan.nijtmans2012-06-222-0/+16
* | | [Bug 3362446]: possible allocation error when using UNICODEjan.nijtmans2012-06-211-2/+2
|\ \ \ | |/ /
| * | [Bug 3362446]: possible allocation error when using UNICODEjan.nijtmans2012-06-211-3/+3
| |\ \ | | |/
| | * [Bug 3362446]: possible allocation error when using UNICODEjan.nijtmans2012-06-211-4/+4
* | | [Bug 3362446]: possible allocation error when using UNICODEjan.nijtmans2012-06-211-4/+3
* | | [Bug #3362446]: registry keys command fails with 8.5/8.6jan.nijtmans2012-06-211-69/+28
|\ \ \ | |/ /
| * | [Bug #3362446]: registry keys command fails with 8.5/8.6jan.nijtmans2012-06-211-77/+30
| |\ \
| | * | remove some unused codebug_3362446jan.nijtmans2012-06-201-12/+8
| | * | [bug 3362446]: registry keys command fails with 8.5/8.6jan.nijtmans2012-06-191-64/+30
* | | | Plug memory leak, part of [Bug #3362446]. jan.nijtmans2012-06-191-3/+22
|\ \ \ \ | |/ / /
| * | | Plug memory leak, part of [Bug #3362446]jan.nijtmans2012-06-191-0/+2
| |\ \ \ | | | |/ | | |/|
| | * | Plug memory leak, part of [Bug #3362446]jan.nijtmans2012-06-191-0/+2
| | |/
* | | make tclWinReg.c compile/run without UNICODE (suggested in bug #3362446)jan.nijtmans2012-06-191-3/+10
* | | Revise the "null data" check: null strings are possible, but empty binary arr...jan.nijtmans2012-06-081-1/+1
* | | [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-252-34/+47
|\ \ \ | |/ /
| * | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ...jan.nijtmans2012-05-252-34/+56
| |\ \ | | |/
| | * [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ...jan.nijtmans2012-05-252-6/+6
| | * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-15/+36
* | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-241-3/+20
|\ \ \ | |/ /
| * | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-222-13/+29
| |\ \ | | |/
| | * Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-222-13/+30
* | | 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-216-49/+80
|\ \ \
| * | | fix handling of closing '\0' for -binary datatip_106_impljan.nijtmans2012-05-114-14/+16
| * | | merge trunkjan.nijtmans2012-05-103-105/+130
| |\ \ \
| * | | | 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
| * | | | merge trunkdkf2012-05-062-85/+0
| |\ \ \ \
| * | | | | Update of Patch 2445648 to trunk tip.dkf2012-05-021-35/+65
* | | | | | Protect against receiving strings without ending \0, as external applications...jan.nijtmans2012-05-133-15/+12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | / / | | |_|/ / | |/| | |
| * | | | Protect against receiving strings without ending \0, as external applications...jan.nijtmans2012-05-133-15/+12
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Protect against receiving strings without ending \0, as external applications...jan.nijtmans2012-05-131-4/+11
* | | | | 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
| | |\ \ \