summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* two more testcases, showing that only the "deflate" and "inflate" streams don...bug_3530536jan.nijtmans2012-06-011-0/+16
* bug-3530536jan.nijtmans2012-06-011-0/+1
* 3519357 Use randomized subdir of /tmp in xdev tests to reduce chance of conflictdgp2012-06-011-62/+70
|\
| * 3519357 Use randomized subdir of /tmp in xdev tests to reduce chance of conflictdgp2012-06-011-62/+70
| |\
| | *-. Do filesystem tests needing /tmp access in a subdir less likely to conflict.bug_3519357dgp2012-06-0117-148/+305
| | |\ \ | | |_|/ | |/| |
| | * | merge 8.5dgp2012-05-2455-933/+1171
| | |\ \
| | * | | [Bug 3519357] fCmd.test failed on unix by foreign files or directory in /tmp.sebres2012-04-191-43/+46
| | * | | Create new branch named "bug-3519357"sebres2012-04-190-0/+0
* | | | | [Bug 3531089] Added test to stop this from happening againdkf2012-05-311-0/+5
* | | | | fix subtle problem with safe [file] that caused Tk test failuredkf2012-05-312-7/+15
* | | | | [Bug 1997845]: Corrected formatting so that generated HTML can link properly.dkf2012-05-312-4/+7
|\ \ \ \ \ | |/ / / /
| * | | | [Bug 1997845]: Corrected formatting so that generated HTML can link properly.dkf2012-05-313-1/+11
* | | | | Prevented intermittent test failure due to race condition.dkf2012-05-312-0/+6
* | | | | 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
* | | | 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