summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* merge trunkdkf2012-05-3122-612/+625
|\
| * minor: make TIP 106 commit easier to spot in ChangeLogdkf2012-05-301-3/+5
| * minor: rewrap overlong linesdkf2012-05-291-8/+8
| * [Bug 2931407]: Clarified semantics of division and remainder operators.dkf2012-05-293-6/+29
| |\
| | * [Bug 2931407]: Clarified semantics of division and remainder operators.dkf2012-05-293-6/+30
| * | [Bug 3525762]: Encoding handling in ddejan.nijtmans2012-05-292-32/+66
| |\ \
| | * | explicitely specify encoding in DdeCreateStringHandlebug_3525762jan.nijtmans2012-05-281-3/+3
| | * | fix for bug bug-3525762jan.nijtmans2012-05-281-27/+50
| * | | [Bug 3529949]: Defang 'file dirname ~' etc in safe interpsdkf2012-05-283-23/+43
| |/ /
| * | Track the remnants of [Bug 2913625] as knownBug tests. :-(dkf2012-05-261-0/+46
| |\ \ | | |/
| | * Track the remnants of [Bug 2913625] as knownBug tests. :-(dkf2012-05-261-0/+46
| * | [Bug 3528418]: Document what is going on with respect to qualification ofdkf2012-05-253-1/+10
| |\ \ | | |/
| | * [Bug 3528418]: Document what is going on with respect to qualification ofdkf2012-05-253-1/+12
| * | Factor out constant that must be the same in multiple places. Prompted by adkf2012-05-256-17/+23
| * | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ...jan.nijtmans2012-05-253-34/+53
| |\ \ | | |/
| | * [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ...jan.nijtmans2012-05-253-34/+62
| | |\
| | | * [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ...jan.nijtmans2012-05-253-6/+12
| * | | fix genStubs.tcl for OSXjan.nijtmans2012-05-254-17/+17
| |\ \ \ | | |/ /
| | * | fix genStubs.tcljan.nijtmans2012-05-254-17/+17
| | |\ \ | | | |/
| | | * fix genStubs.tcljan.nijtmans2012-05-251-1/+1
| * | | Take cygwin handling of X11 into accountjan.nijtmans2012-05-246-7/+29
| |\ \ \ | | |/ /
| | * | Take cygwin handling of X11 into accountjan.nijtmans2012-05-247-45/+78
| | |\ \ | | | |/
| | | * Take cygwin handling of X11 into accountjan.nijtmans2012-05-247-33/+92
| * | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-249-529/+361
| |\ \ \ | | |/ /
| | * | fix merge problem on Linuxjan.nijtmans2012-05-239-810/+490
| | |\ \
| | | * | MAC_OSX_TK -> MAC_OSX_TCLjan.nijtmans2012-05-224-17/+17
| | | * | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-229-820/+500
| | | |\ \ | | |/ / / | | | | _
| | | * Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-229-543/+444
* | | | merge trunkdkf2012-05-2426-341/+857
|\ \ \ \ | |/ / /
| * | | minor: Cleaning up code, adding comments.dkf2012-05-241-118/+187
| * | | * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure thatdkf2012-05-234-63/+294
| |\ \ \
| | * | | Use zero-delays instead of finite ones when posting fileevents, because (1) t...bug_3525907ferrieux2012-05-222-16/+2
| | * | | Add test showing both loss of bytes and empty-fileevent frenzy.ferrieux2012-05-201-0/+18
| | * | | Brought bugfix branch uptodate with head development.andreask2012-05-1719-288/+546
| | |\ \ \
| | * | | | Fix for bug 3525907. Reworked TransformInput() entirely, tightened use of tim...andreask2012-05-172-51/+257
| * | | | | fix [bug 3529063]: 2 minor bugs in TIP #106 implementationjan.nijtmans2012-05-231-5/+5
| * | | | | 3528601 Fix broken --disable-threads build.dgp2012-05-221-0/+4
| * | | | | Avoid calling close() on a bogus fd when an attempt to open a client socketdgp2012-05-221-0/+3
| * | | | | Increase the timer resolution of test io-29.33b so the timing sensitivitydgp2012-05-221-3/+3
| * | | | | Use [package prefer latest] to force valgrinding to use a version of Thread s...dgp2012-05-211-0/+1
| * | | | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-213-3/+11
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-213-3/+11
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-213-3/+11
| * | | | | Update requirements to avoid old buggy Thread releases.dgp2012-05-211-1/+1
| * | | | | TIP #106: Add Encoding Abilities to the [dde] Commandjan.nijtmans2012-05-2110-57/+123
| |\ \ \ \ \
| | * | | | | fix handling of closing '\0' for -binary datatip_106_impljan.nijtmans2012-05-116-18/+20
| | * | | | | merge trunkjan.nijtmans2012-05-1013-130/+451
| | |\ \ \ \ \
| | * | | | | | another bug: [dde eval -async -binary] didn't workjan.nijtmans2012-05-082-4/+5
| | * | | | | | fix test-cases winDde 5.1 and 5.3jan.nijtmans2012-05-082-3/+3
| | * | | | | | merge trunkdkf2012-05-06145-11516/+4607
| | |\ \ \ \ \ \