summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Protect against receiving strings without ending \0, as external applications...jan.nijtmans2012-05-131-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-101-0/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | Better detection and implementation for cpuid instruction on Intel-derived pr...jan.nijtmans2012-05-021-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Extend the public and private stub tables with dummy NULL entries, up to the ...jan.nijtmans2013-01-071-0/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Marked some string subcommands as obsolete, following discussion on tcl-core.jan.nijtmans2013-01-021-0/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | [Bug 3598580]: Tcl_ListObjReplace may release deleted elements too early jan.nijtmans2012-12-271-0/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Turn pkgb.so into a Tcl9 interoperability test library: Whatever Tcl9 looks l...jan.nijtmans2012-12-211-0/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | Changelog entry, and change macro variable to not conflict with possible outs...jan.nijtmans2012-12-131-0/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | Backport from Tcl 8.6.dkf2012-11-141-0/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | 3574493 Avoid hanging on exit due to use of synchronization calls indgp2012-11-071-0/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | When checking for std channels being closed, compare the channel state,dgp2012-10-031-0/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | nmakehlp: Add "-V<num>" option, in order to be able to detect partial version...jan.nijtmans2012-08-171-0/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | Reference to correct Bug #numberjan.nijtmans2012-08-061-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Backport nmakehlp.c from Tcl 8.6, but add -Q option from sampleextensionjan.nijtmans2012-07-311-0/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Support Unicode 6.2 (Add Turkish lira sign)jan.nijtmans2012-07-271-0/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | [Bug 3544932]: Visual studio compiler check failsjan.nijtmans2012-07-171-0/+4
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | 1189293 Make "<<" binary safe.dgp2012-07-051-3/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Add tn, ro_MO and ru_MO to msgcat. jan.nijtmans2012-06-291-0/+5
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Reinforced the description of the requirement for the tables of names for Tcl...dkf2012-06-291-0/+8
| |_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-231-0/+5
| |_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | Plug memory leak, part of [Bug #3362446]jan.nijtmans2012-06-191-0/+4
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-081-0/+6
| |_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | |
* | | | | | | | | | | | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform va...jan.nijtmans2012-06-061-0/+5
| |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | |
* | | | | | | | | | | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ...jan.nijtmans2012-05-251-0/+6
| |_|_|_|_|_|_|_|/ / |/| | | | | | | | |
* | | | | | | | | | Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+8
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Revert most of [ae92de6078], since when we let cygwin share the win32 stub ta...jan.nijtmans2012-05-221-0/+9
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-211-0/+8
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | [Bug 3525462]: Document what relational operators really do with string args.dkf2012-05-161-0/+6
| |_|_|_|/ / |/| | | | |
* | | | | | Protect against receiving strings without ending \0, as external applications...jan.nijtmans2012-05-131-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
| * | | | [Bug 473946]: special characters not correctly sentjan.nijtmans2012-05-091-0/+4
|/ / / /
* | | | Move cpuid testcase from win-specific to generic testsjan.nijtmans2012-05-031-0/+6
| |/ / |/| |
* | | Better detection and implementation for cpuid instruction on Intel-derived pr...jan.nijtmans2012-05-021-0/+6
|\ \ \ | | |/ | |/|
| * | 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
| * | 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
| | |\ \ | |_|/ / |/| | |
| * | | 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
| | | | |
| | \ \ \
| *-. \ \ \ [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-0/+10
| |\ \ \ \ \ | | | |/ / / | | | | | / | | |_|_|/ | |/| | |
| | | * | [Bug 3508771] load tclreg.dll in cygwin tclshjan.nijtmans2012-04-241-15/+25
| | | |\ \ | | |/ / / | | | | _
| | * | Apply tzdata2012cKevin B Kenny2012-04-181-0/+8
| * | | Apply tzdata2012cKevin B Kenny2012-04-181-0/+8