summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* * generic/tclOOBasic.c (TclOO_Class_Constructor): [Bug 2023112]: Cutdkf2012-05-201-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]: Correcteddkf2012-05-171-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]: Correcteddkf2012-05-171-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 interpretersdkf2012-05-171-0/+5
|\ \ | |/
| * [Bug 2964715]: fixes to globbing in safe interpretersdkf2012-05-171-0/+5
| |
* | minor: ChangeLog formatting fixesdkf2012-05-171-47/+53
| |
* | [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-0/+6
|\ \ | |/
| * [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-0/+6
| |\
| | * [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-0/+6
| | |
* | | [Bug 3445787]: Improve the compatibility of safe interpreters' version ofdkf2012-05-161-1/+9
| | | | | | | | | 'file' with that of unsafe interpreters.
* | | Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-131-0/+5
|\ \ \ | |/ / | | | | | | applications (or Tcl with TIP #106) could generate that.
| * | Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-131-0/+5
| |\ \ | | |/ | | | | | | applications (or Tcl with TIP #106) could generate that.
| | * Protect against receiving strings without ending \0, as external ↵jan.nijtmans2012-05-131-0/+5
| | | | | | | | | | | | applications (or Tcl with TIP #106) could generate that.
* | | [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-0/+5
|\ \ \ | |/ /
| * | [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-0/+5
| |\ \ | | |/
| | * [Bug 473946]: special characters not correctly senjan.nijtmans2012-05-101-0/+5
| | |\
| | | * Increase version to 1.2.5bug_473946jan.nijtmans2012-05-091-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 sentjan.nijtmans2012-05-091-0/+4
| | |/
* | | [Bug 2812981]: Clean up bundled packages' build directory from within Tcl's ↵ferrieux2012-05-101-0/+6
| | | | | | | | | | | | ./configure, to avoid stale configuration.
* | | * generic/tclIORChan.c [Bug 3522560]: Fixed the crash, enabled theandreask2012-05-091-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 theandreask2012-05-091-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.ferrieux2012-05-071-0/+5
| | |
* | | zlib-1.2.7jan.nijtmans2012-05-031-0/+5
| | |
* | | 3428754 Test socket-14.2 tolerate [socket -async] connection that connectsdgp2012-05-031-0/+3
| | | | | | | | | synchronously.
* | | 3428753 Fix [socket -async] connections that manage to connect synchronously.dgp2012-05-031-0/+5
| | |
* | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-0/+3
|\ \ \ | |/ /
| * | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-0/+3
| |\ \ | | |/
| | * Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-0/+6
| | | | | | | | | Simplify stub tables for functions which work on both UNIX and windows
* | | Better detection and implementation for cpuid instruction on Intel-derived ↵jan.nijtmans2012-05-021-0/+6
|\ \ \ | |/ / | | | | | | processors, both 32-bit and 64-bit
| * | Better detection and implementation for cpuid instruction on Intel-derived ↵jan.nijtmans2012-05-021-0/+6
| |\ \ | | |/ | | | | | | processors, both 32-bit and 64-bit
| | * Better detection and implementation for cpuid instruction on Intel-derived ↵jan.nijtmans2012-05-021-0/+6
| | |\ | |_|/ |/| | | | | processors, both 32-bit and 64-bit
* | | Tame deadlocks in broken refchan tests [Bug 3522560]ferrieux2012-04-301-1/+5
| | |
* | | Mention compatibility matters in Changelog. Make test insensitive to ambient ↵ferrieux2012-04-301-2/+2
| | | | | | | | | | | | compat flag.
* | | IMPLEMENTATION OF TIP#398 : Quickly Exit with Non-Blocking Blocked Channelsferrieux2012-04-281-0/+8
|\ \ \
* \ \ \ Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-271-0/+7
|\ \ \ \ | | |/ / | |/| |
| * | | Move CYGWIN-specific stuff from tclPort.h to tclUnixPort.h, where it belongsjan.nijtmans2012-04-271-0/+7
| | | |
* | | | Make 'auto_execok START' do the Right Thingdkf2012-04-271-0/+5
|\ \ \ \ | |/ / /
| * | | Make 'auto_execok START' do the Right Thingdkf2012-04-271-0/+5
| |\ \ \ | | | |/ | | |/|
| | * | Make 'auto_execok START' do the Right Thingdkf2012-04-271-0/+5
| | | |
* | | | get rid of _ANSI_ARGS_ and CONSTjan.nijtmans2012-04-261-0/+8
|\ \ \ \ | |/ / /
| * | | get rid of _ANSI_ARGS_jan.nijtmans2012-04-261-0/+8
| |\ \ \ | | |/ /
* | | | * generic/tclUtil.c (TclDStringToObj): Added internal function to makedkf2012-04-251-0/+11
| | | | | | | | | | | | | | | | the fairly-common operation of converting a DString into an Obj a more efficient one.
| | | |
| \ \ \
*-. \ \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-0/+10
|\ \ \ \ \ | | |/ / / | | | | / | |_|_|/ |/| | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-15/+25
| | |\ \ | |/ / / | | | _ | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | * [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-55/+65
| | |\ | | | | | | | | | | | | Implement TclWinGetSockOpt, TclWinGetServByName and TclWinCPUID for Cygwin
| | | * merge trunkjan.nijtmans2012-04-241-0/+7
| | | |\ | | | |/ | | |/|
| | | * merge core-8-4-branchjan.nijtmans2012-04-111-0/+8
| | | |\
| | | * | tclpGetPid signature change (stub entry only, not for macro),jan.nijtmans2012-04-061-0/+0
| | | | | | | | | | | | | | | | | | | | for win64 compatibility with future cygwin64 correctly use win32 as default when cross-compiling under cygwin
| * | | | Apply tzdata2012cKevin B Kenny2012-04-181-0/+8
| | | | |
* | | | | Apply tzdata2012cKevin B Kenny2012-04-181-0/+8
| | | | |