summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Add tn, ro_MO and ru_MO to msgcatjan.nijtmans2012-06-291-0/+4
|\
| * Add tn, ro_MO and ru_MO to msgcat. jan.nijtmans2012-06-291-0/+5
| | | | | | | | Make it work on cygwin (backported) Bump msgcat to 1.3.5
* | [Bug 3536888] Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-291-0/+7
|\ \ | | | | | | Bump msgcat version to 1.4.5
| * \ merge trunkjan.nijtmans2012-06-281-0/+23
| |\ \ | | | | | | | | | | | | bug fix: variable $key not found make it work on cygwin as well
| * | | Locale guessing of msgcat fails on (some) Windows 7jan.nijtmans2012-06-221-0/+7
| | | |
* | | | Reinforced the description of the requirement for the tables of names for ↵dkf2012-06-291-0/+8
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly.
| * | Reinforced the description of the requirement for the tables of names for ↵dkf2012-06-291-0/+8
| | | | | | | | | | | | Tcl_GetIndexFromObj to index over to be static, following posting to tcl-core by Brian Griffin about a bug caused by not obeying this rule correctly.
* | | 3024359 Make sure that the per-thread cache of the list of file systemsdgp2012-06-251-0/+8
| | | | | | | | | | | | | | | currently registered is only updated at times when no active loops are traversing it. Also reduce the amount of epoch storing and checking to where it can make a difference.
* | | [Bug 3537605]: Make [encoding dirs ? ?] report the right error message.dkf2012-06-251-0/+5
| | |
* | | [Patch #1536227]: Cygwin network pathname supportjan.nijtmans2012-06-251-0/+5
|\ \ \ | | |/ | |/|
* | | [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-231-0/+5
|\ \ \ | |/ / |/| / | |/
| * [Bug 3508771]: Cygwin notifier for handling win32 eventsjan.nijtmans2012-06-231-0/+5
| |
* | [Bug #3362446]: registry keys command fails with 8.5/8.6jan.nijtmans2012-06-211-2/+4
|\ \ | | | | | | update registry version to 1.2.2
* \ \ Plug memory leak, part of [Bug #3362446]jan.nijtmans2012-06-191-0/+4
|\ \ \ | | |/ | |/|
| * | Plug memory leak, part of [Bug #3362446]jan.nijtmans2012-06-191-0/+4
| |/
* | 3532959 Make sure the lifetime management of entries in the linePBodyPtr hashdgp2012-06-111-0/+7
| | | | | | table can tolerate either order of teardown, interp first, or Proc first.
* | Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-081-0/+4
|\ \ | |/
| * Update autogoo for gettimeofday(). Thanks Joe English.dgp2012-06-081-0/+6
| |
* | 3530533 Centralize #include <pthread.h> in the tclUnixPort.h header so thatdgp2012-06-081-0/+6
| | | | | | old unix systems that need inclusion in all compilation units are supported.
* | On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵jan.nijtmans2012-06-061-0/+5
|\ \ | |/ | | | | variables
| * On Cygwin, use win32 API in stead of uname() to determine the tcl_platform ↵jan.nijtmans2012-06-061-0/+5
| | | | | | | | variables
* | [Bug 1997845]: Corrected formatting so that generated HTML can link properly.dkf2012-05-311-0/+5
| |
* | [Bug 2931407]: Clarified semantics of division and remainder operators.dkf2012-05-291-0/+5
| |
* | [Bug 3528418]: Document what is going on with respect to qualification ofdkf2012-05-251-0/+6
| | | | | | command prefixes in ensemble subcommand maps.
* | [Bug 473946]: special characters not correctly sent, now for XTYP_EXECUTE as ↵jan.nijtmans2012-05-251-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.nijtmans2012-05-251-0/+6
| | | | | | | | | | well as XTYP_REQUEST. Fix "make genstubs" when cross-compiling on UNIX
* | Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+8
|\ \ | |/ | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
| * Take cygwin handling of X11 into accountjan.nijtmans2012-05-241-0/+8
| | | | | | | | Implement TclpIsAtty, Cygwin only doc/dde.n: doc fix
* | Revert most of [fcc5957e59], since when we let cygwin share the win32 stub ↵jan.nijtmans2012-05-221-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.nijtmans2012-05-221-0/+9
| | | | | | | | | | | | table this is no longer necessary implement TclpInetNtoa for win32 Let cygwin share stub table with win32
* | When using Tcl_SetObjLength() calls to grow and shrink the objPtr->bytes buffer,dgp2012-05-211-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,dgp2012-05-211-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.
* | * 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 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
| |
* | 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 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
| |/
* | 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
| | * 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
| | |\ \ | |_|/ / |/| | |