Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Track the remnants of [Bug 2913625] as knownBug tests. :-( | dkf | 2012-05-26 | 1 | -0/+46 |
|\ | |||||
| * | Track the remnants of [Bug 2913625] as knownBug tests. :-( | dkf | 2012-05-26 | 1 | -0/+46 |
| | | |||||
* | | [Bug 3528418]: Document what is going on with respect to qualification of | dkf | 2012-05-25 | 3 | -1/+10 |
|\ \ | |/ | | | command prefixes in ensemble subcommand maps. | ||||
| * | [Bug 3528418]: Document what is going on with respect to qualification of | dkf | 2012-05-25 | 3 | -1/+12 |
| | | | | | | command prefixes in ensemble subcommand maps. | ||||
* | | Factor out constant that must be the same in multiple places. Prompted by a | dkf | 2012-05-25 | 6 | -17/+23 |
| | | | | | | conversation with Alexandre Ferrieux. | ||||
* | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵ | jan.nijtmans | 2012-05-25 | 3 | -34/+53 |
|\ \ | |/ | | | | | | | 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 | 3 | -34/+62 |
| |\ | | | | | | | | | | | | | 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 | 3 | -6/+12 |
| | | | | | | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX | ||||
* | | | fix genStubs.tcl for OSX | jan.nijtmans | 2012-05-25 | 4 | -17/+17 |
|\ \ \ | |/ / | |||||
| * | | fix genStubs.tcl | jan.nijtmans | 2012-05-25 | 4 | -17/+17 |
| |\ \ | | |/ | |||||
| | * | fix genStubs.tcl | jan.nijtmans | 2012-05-25 | 1 | -1/+1 |
| | | | |||||
* | | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 6 | -7/+29 |
|\ \ \ | |/ / | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | ||||
| * | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 7 | -45/+78 |
| |\ \ | | |/ | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | ||||
| | * | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 7 | -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.nijtmans | 2012-05-24 | 9 | -529/+361 |
|\ \ \ | |/ / | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | ||||
| * | | fix merge problem on Linux | jan.nijtmans | 2012-05-23 | 9 | -810/+490 |
| |\ \ | |||||
| | * | | MAC_OSX_TK -> MAC_OSX_TCL | jan.nijtmans | 2012-05-22 | 4 | -17/+17 |
| | | | | |||||
| | * | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 9 | -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.nijtmans | 2012-05-22 | 9 | -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. | dkf | 2012-05-24 | 1 | -118/+187 |
| | | | |||||
* | | | * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure that | dkf | 2012-05-23 | 4 | -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_3525907 | ferrieux | 2012-05-22 | 2 | -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. | ferrieux | 2012-05-20 | 1 | -0/+18 |
| | | | | |||||
| * | | | Brought bugfix branch uptodate with head development. | andreask | 2012-05-17 | 19 | -288/+546 |
| |\ \ \ | |||||
| * | | | | Fix for bug 3525907. Reworked TransformInput() entirely, tightened use of ↵ | andreask | 2012-05-17 | 2 | -51/+257 |
| | | | | | | | | | | | | | | | | | | | | timed events, and added code handling special situations like EAGAIN, parent eof, etc. | ||||
* | | | | | fix [bug 3529063]: 2 minor bugs in TIP #106 implementation | jan.nijtmans | 2012-05-23 | 1 | -5/+5 |
| | | | | | |||||
* | | | | | 3528601 Fix broken --disable-threads build. | dgp | 2012-05-22 | 1 | -0/+4 |
| | | | | | |||||
* | | | | | Avoid calling close() on a bogus fd when an attempt to open a client socket | dgp | 2012-05-22 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | with an unsupported address family leaves one behind. | ||||
* | | | | | Increase the timer resolution of test io-29.33b so the timing sensitivity | dgp | 2012-05-22 | 1 | -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 ↵ | dgp | 2012-05-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | suitable for the whole test suite. | ||||
* | | | | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 3 | -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, | dgp | 2012-05-21 | 3 | -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, | dgp | 2012-05-21 | 3 | -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. | dgp | 2012-05-21 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | TIP #106: Add Encoding Abilities to the [dde] Command | jan.nijtmans | 2012-05-21 | 10 | -57/+123 |
|\ \ \ \ \ | |||||
| * | | | | | fix handling of closing '\0' for -binary datatip_106_impl | jan.nijtmans | 2012-05-11 | 6 | -18/+20 |
| | | | | | | | | | | | | | | | | | | update dde version to 1.4.0 | ||||
| * | | | | | merge trunk | jan.nijtmans | 2012-05-10 | 13 | -130/+451 |
| |\ \ \ \ \ | |||||
| * | | | | | | another bug: [dde eval -async -binary] didn't work | jan.nijtmans | 2012-05-08 | 2 | -4/+5 |
| | | | | | | | |||||
| * | | | | | | fix test-cases winDde 5.1 and 5.3 | jan.nijtmans | 2012-05-08 | 2 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | merge trunk | dkf | 2012-05-06 | 145 | -11516/+4607 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | add some tests | dkf | 2012-05-03 | 1 | -0/+14 |
| | | | | | | | | |||||
| * | | | | | | | Update of Patch 2445648 to trunk tip. | dkf | 2012-05-02 | 2 | -39/+83 |
| | | | | | | | | | | | | | | | | | | | | | | | | Implementation of TIP 106: Add Encoding Abilities to the [dde] Command | ||||
* | | | | | | | | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cut | dkf | 2012-05-20 | 7 | -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 | dgp | 2012-05-17 | 1 | -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]: Corrected | dkf | 2012-05-17 | 3 | -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]: Corrected | dkf | 2012-05-17 | 3 | -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] | dkf | 2012-05-17 | 1 | -4/+4 |
| | | | | | | | |||||
* | | | | | | | [Bug 2964715]: fixes to globbing in safe interpreters | dkf | 2012-05-17 | 3 | -25/+181 |
|\ \ \ \ \ \ \ | |/ / / / / / |