Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | [Bug 3530536]: zlib-7.4 fails on IRIX64 | jan.nijtmans | 2012-06-01 | 1 | -0/+7 | |
| | | | ||||||
* | | | fix subtle problem with safe [file] that caused Tk test failure | dkf | 2012-05-31 | 1 | -0/+4 | |
| | | | ||||||
* | | | [Bug 1997845]: Corrected formatting so that generated HTML can link properly. | dkf | 2012-05-31 | 1 | -0/+3 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 1997845]: Corrected formatting so that generated HTML can link properly. | dkf | 2012-05-31 | 1 | -0/+5 | |
| | | | ||||||
* | | | Prevented intermittent test failure due to race condition. | dkf | 2012-05-31 | 1 | -0/+5 | |
| | | | ||||||
* | | | minor: make TIP 106 commit easier to spot in ChangeLog | dkf | 2012-05-30 | 1 | -3/+5 | |
| | | | ||||||
* | | | minor: rewrap overlong lines | dkf | 2012-05-29 | 1 | -8/+8 | |
| | | | ||||||
* | | | [Bug 2931407]: Clarified semantics of division and remainder operators. | dkf | 2012-05-29 | 1 | -0/+5 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 2931407]: Clarified semantics of division and remainder operators. | dkf | 2012-05-29 | 1 | -0/+5 | |
| | | | ||||||
* | | | [Bug 3525762]: Encoding handling in dde | jan.nijtmans | 2012-05-29 | 1 | -0/+5 | |
|\ \ \ | ||||||
* | | | | [Bug 3529949]: Defang 'file dirname ~' etc in safe interps | dkf | 2012-05-28 | 1 | -0/+6 | |
|/ / / | ||||||
* | | | [Bug 3528418]: Document what is going on with respect to qualification of | dkf | 2012-05-25 | 1 | -0/+4 | |
|\ \ \ | |/ / | | | | command prefixes in ensemble subcommand maps. | |||||
| * | | [Bug 3528418]: Document what is going on with respect to qualification of | dkf | 2012-05-25 | 1 | -0/+6 | |
| | | | | | | | | | command prefixes in ensemble subcommand maps. | |||||
* | | | Factor out constant that must be the same in multiple places. Prompted by a | dkf | 2012-05-25 | 1 | -0/+6 | |
| | | | | | | | | | conversation with Alexandre Ferrieux. | |||||
* | | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵ | jan.nijtmans | 2012-05-25 | 1 | -0/+6 | |
|\ \ \ | |/ / | | | | | | | | | | 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 | 1 | -0/+6 | |
| |\ \ | | |/ | | | | | | | | | | 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 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX | |||||
* | | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -0/+8 | |
|\ \ \ | |/ / | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | |||||
| * | | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -0/+8 | |
| |\ \ | | |/ | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix | |||||
| | * | Take cygwin handling of X11 into account | jan.nijtmans | 2012-05-24 | 1 | -0/+8 | |
| | | | | | | | | | | | | 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 | 1 | -0/+9 | |
|\ \ \ | |/ / | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | |||||
| * | | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵ | jan.nijtmans | 2012-05-22 | 1 | -0/+9 | |
| |\ \ | | |/ | | | | | | | | | | | | | 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 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32 | |||||
* | | | * generic/tclZlib.c (ZlibTransformInput): [Bug 3525907]: Ensure that | dkf | 2012-05-23 | 1 | -0/+7 | |
|\ \ \ | | | | | | | | | | | | | | | | | 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. | |||||
* \ \ \ | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer, | dgp | 2012-05-21 | 1 | -0/+8 | |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | 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 | 1 | -0/+8 | |
| |\ \ \ | | | |/ | | |/| | | | | | | | | | 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 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | | TIP #106: Add Encoding Abilities to the [dde] Command | jan.nijtmans | 2012-05-21 | 1 | -0/+7 | |
|\ \ \ \ | ||||||
* | | | | | * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cut | dkf | 2012-05-20 | 1 | -0/+7 | |
| |_|_|/ |/| | | | | | | | | | | | | | | | 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. | |||||
* | | | | * generic/tclCmdMZ.c (Tcl_SwitchObjCmd): [Bug 3106532]: Corrected | dkf | 2012-05-17 | 1 | -0/+9 | |
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 1 | -0/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 2964715]: fixes to globbing in safe interpreters | dkf | 2012-05-17 | 1 | -0/+5 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [Bug 2964715]: fixes to globbing in safe interpreters | dkf | 2012-05-17 | 1 | -0/+5 | |
| | | | | ||||||
* | | | | minor: ChangeLog formatting fixes | dkf | 2012-05-17 | 1 | -47/+53 | |
| | | | | ||||||
* | | | | [Bug 3525462]: Document what relational operators really do with string args. | dkf | 2012-05-16 | 1 | -0/+6 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | [Bug 3525462]: Document what relational operators really do with string args. | dkf | 2012-05-16 | 1 | -0/+6 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | [Bug 3525462]: Document what relational operators really do with string args. | dkf | 2012-05-16 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | [Bug 3445787]: Improve the compatibility of safe interpreters' version of | dkf | 2012-05-16 | 1 | -1/+9 | |
| | | | | | | | | | | | | 'file' with that of unsafe interpreters. | |||||
* | | | | Protect against receiving strings without ending \0, as external ↵ | jan.nijtmans | 2012-05-13 | 1 | -0/+5 | |
|\ \ \ \ | |/ / / | | | / | |_|/ |/| | | applications (or Tcl with TIP #106) could generate that. | |||||
| * | | Protect against receiving strings without ending \0, as external ↵ | jan.nijtmans | 2012-05-13 | 1 | -0/+5 | |
| |\ \ | | |/ | | | | | | | applications (or Tcl with TIP #106) could generate that. | |||||
| | * | Protect against receiving strings without ending \0, as external ↵ | jan.nijtmans | 2012-05-13 | 1 | -0/+5 | |
| | | | | | | | | | | | | applications (or Tcl with TIP #106) could generate that. | |||||
* | | | [Bug 473946]: special characters not correctly sent | jan.nijtmans | 2012-05-10 | 1 | -0/+5 | |
|\ \ \ | |/ / | ||||||
| * | | [Bug 473946]: special characters not correctly sent | jan.nijtmans | 2012-05-10 | 1 | -0/+5 | |
| |\ \ | | |/ | ||||||
| | * | [Bug 473946]: special characters not correctly sen | jan.nijtmans | 2012-05-10 | 1 | -0/+5 | |
| | |\ | ||||||
| | | * | Increase version to 1.2.5bug_473946 | jan.nijtmans | 2012-05-09 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | Now should work on Win95 as well Use Tcl_GetUnicodeFromObj in stead of Tcl_Win* functions, so we no longer have to detect whether we are on WinNT+ | |||||
| | | * | [Bug 473946]: special characters not correctly sent | jan.nijtmans | 2012-05-09 | 1 | -0/+4 | |
| | |/ | ||||||
* | | | [Bug 2812981]: Clean up bundled packages' build directory from within Tcl's ↵ | ferrieux | 2012-05-10 | 1 | -0/+6 | |
| | | | | | | | | | | | | ./configure, to avoid stale configuration. | |||||
* | | | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled the | andreask | 2012-05-09 | 1 | -0/+6 | |
| | | | | | | | | | | | | | | | | | | | | | test case. Modified [chan postevent] to properly inject the event(s) into the owner thread's event queue for execution in the correct context. Renamed the ForwardOpTo...Thread() function to match with our terminology. | |||||
* | | | * tests/ioCmd.test [Bug 3522560]: Added a test which crashes the | andreask | 2012-05-09 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | core if it were not disabled as knownBug. For a reflected channel transfered to a different thread the [chan postevent] run in the handler thread tries to execute the owner threads's fileevent scripts by itself, wrongly reaching across thread boundaries. | |||||
* | | | Properly close nonblocking channels even when not flushing them. | ferrieux | 2012-05-07 | 1 | -0/+5 | |
| | | |