summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | 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
|\ \ \ \ \ | |/ / / / | | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
| * | | | Take cygwin handling of X11 into accountjan.nijtmans2012-05-247-45/+78
| |\ \ \ \ | | |/ / / | | | | / | | |_|/ | |/| | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
| | * | Take cygwin handling of X11 into accountjan.nijtmans2012-05-247-33/+92
| | | | | | | | | | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
* | | | Revert most of [3caedf05df], since when we let cygwin share the win32 stub ↵jan.nijtmans2012-05-249-529/+361
|\ \ \ \ | |/ / / | | | | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32
| * | | 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 ↵jan.nijtmans2012-05-229-820/+500
| | |\ \ \ | |/ / / / | | | _ / | | | / | | | | | | | | 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.nijtmans2012-05-229-543/+444
| | | | | | | | | | | | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32
* | | | minor: Cleaning up code, adding comments.dkf2012-05-241-118/+187
| | | |
* | | | * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure thatdkf2012-05-234-63/+294
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | decompressed input is flushed through the transform correctly when the input stream gets to the end. Thanks to Alexandre Ferrieux and Andreas Kupries for their work on this.
| * | | | Use zero-delays instead of finite ones when posting fileevents, because (1) ↵bug_3525907ferrieux2012-05-222-16/+2
| | | | | | | | | | | | | | | | | | | | they should be zero in the first place (see UpdateInterest) and (2) ever-reposting cases will be detected with greater ease.
| * | | | 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 ↵andreask2012-05-172-51/+257
| | | | | | | | | | | | | | | | | | | | | | | | timed events, and added code handling special situations like EAGAIN, parent eof, etc.
* | | | | | 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
| | | | | | | | | | | | | | | | | | with an unsupported address family leaves one behind.
* | | | | | Increase the timer resolution of test io-29.33b so the timing sensitivitydgp2012-05-221-3/+3
| | | | | | | | | | | | | | | | | | of the test is reduced and failures on slow runs are avoided.
* | | | | | Use [package prefer latest] to force valgrinding to use a version of Thread ↵dgp2012-05-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | suitable for the whole test suite.
* | | | | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-213-3/+11
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | | | | | | | | | | | | care must be taken that the value cannot possibly become pure Unicode. Calling Tcl_AppendToObj() has the possibility of making such a conversion. Bug found while valgrinding the trunk.
| * | | | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-213-3/+11
| |\ \ \ \ \ | | | |_|/ / | | |/| | | | | | | | | | | | | | | care must be taken that the value cannot possibly become pure Unicode. Calling Tcl_AppendToObj() has the possibility of making such a conversion. Bug found while valgrinding the trunk.
| | * | | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-213-3/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | care must be taken that the value cannot possibly become pure Unicode. Calling Tcl_AppendToObj() has the possibility of making such a conversion. Bug found while valgrinding the trunk.
* | | | | | 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
| | | | | | | | | | | | | | | | | | | | | update dde version to 1.4.0
| * | | | | | 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
| |\ \ \ \ \ \ \
| * | | | | | | | add some testsdkf2012-05-031-0/+14
| | | | | | | | |
| * | | | | | | | Update of Patch 2445648 to trunk tip.dkf2012-05-022-39/+83
| | | | | | | | | | | | | | | | | | | | | | | | | | | Implementation of TIP 106: Add Encoding Abilities to the [dde] Command
* | | | | | | | | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cutdkf2012-05-207-158/+286
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the amount of hackiness in class constructors, and refactor some of the error message handling from [oo::define] to be saner in the face of odd happenings.
* | | | | | | | Cancel the timeout timers! If this isn't done, lingering timers from dgp2012-05-171-0/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | early tests can trigger false timeouts of later tests (since they are all using a common variable name).
* | | | | | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Correcteddkf2012-05-173-8/+31
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resulting indexes from -indexvar option to be usable with [string range]; this was always the intention (and is consistent with [regexp -indices] too). ***POTENTIAL INCOMPATIBILITY*** Uses of [switch -regexp -indexvar] that previously compensated for the wrong offsets (by subtracting 1 from the end indices) now do not need to do so as the value is correct.
| * | | | | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Correcteddkf2012-05-173-8/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | resulting indexes from -indexvar option to be usable with [string range]; this was always the intention (and is consistent with [regexp -indices] too). ***POTENTIAL INCOMPATIBILITY*** Uses of [switch -regexp -indexvar] that previously compensated for the wrong offsets (by subtracting 1 from the end indices) now do not need to do so as the value is correct.
* | | | | | | | [Bug 3527618]: Stabilize tests that use [info frame 0]dkf2012-05-171-4/+4
| | | | | | | |
* | | | | | | | [Bug 2964715]: fixes to globbing in safe interpretersdkf2012-05-173-25/+181
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | [Bug 2964715]: fixes to globbing in safe interpretersdkf2012-05-173-18/+212
| | | | | | | |
* | | | | | | | minor: ChangeLog formatting fixesdkf2012-05-171-47/+53
| | | | | | | |
* | | | | | | | [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-162-3/+9
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-162-3/+9
| |\ \ \ \ \ \ \ | | | |_|_|/ / / | | |/| | | | |
| | * | | | | | [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-162-3/+9
| | | | | | | |
* | | | | | | | [Bug 3445787]: Improve the compatibility of safe interpreters' version ofdkf2012-05-164-49/+80
| | | | | | | | | | | | | | | | | | | | | | | | 'file' with that of unsafe interpreters.
* | | | | | | | revert part of [8f9c16848b] move Tcl_MacOSXOpenBundleResources and ↵jan.nijtmans2012-05-154-38/+8
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | | | | | | | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table back to its own osx stub table, instead let cygwin make use of the win32 stub table
| * | | | | | | Revert part of [5caa06383d] move Tcl_MacOSXOpenBundleResources and ↵jan.nijtmans2012-05-154-48/+8
| |\ \ \ \ \ \ \ | | |/ / / / / / | | | | | | | | | | | | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table back to its own osx stub table, instead let cygwin make use of the win32 stub table
| | * | | | | | revert part of [9922ac54e8]: remove Tcl_MacOSXOpenBundleResources and ↵jan.nijtmans2012-05-144-133/+49
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Tcl_MacOSXOpenVersionedBundleResources from the UNIX stub table, instead let cygwin make use of the win32 stub table
* | | | | | | | Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-134-15/+17
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | / / / | |_|_|_|/ / / |/| | | | | | applications (or Tcl with TIP #106) could generate that.