summaryrefslogtreecommitdiff
path: root/lang/tcl/Makefile.version
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-11-02 17:41:23 +0000
committeradam <adam@pkgsrc.org>2006-11-02 17:41:23 +0000
commita21f91c68133acb5bb640d137cd9ad27462777ef (patch)
tree75f026e52215f5a5806547ff56c0ac997c1c19d5 /lang/tcl/Makefile.version
parent475f204d0eba33ed70ab7fb84289d630a2a252cc (diff)
downloadpkgsrc-a21f91c68133acb5bb640d137cd9ad27462777ef.tar.gz
Changes 8.4.14:
* Tk_PhotoPutBlock performance restored (JPEG image loading). * [namespace inscope] change reverted; harmed Itcl. * Made [expr {srand(.)}] accept wide integer argument. * Made [lappend $invalidList] raise an error. * Improved [text] delete performance. * Support for the WM_UNICHAR window message on Windows * Stopped excess variable writes by [scale]. * Tcl_Main no longer blocks main loop start for one interactive command. * [console] made thread safe. * Thread-enabled configuration uses MT-safe system calls. * Many Aqua/Tk bug fixes and improvements, see changes file. * Made unthreaded notifier naked-fork-safe on Darwin. * Support for weak linking on Mac OS X. * msgcat support for CFLocale on Darwin (msgcat 1.3.4) * Fixed crashes due to alignment issues in encoding translation routines. * Fixed crash with [listbox -listvariable] on namespace variable. * Fixed crash when Tcl_DeleteTrace changes proc on the active stack. * Fixed crash when normalizing filesystem pathnames. * Fixed crash due to invalid font name from XServer. * Several 64-bit bugs fixed and platform support enhanced.
Diffstat (limited to 'lang/tcl/Makefile.version')
-rw-r--r--lang/tcl/Makefile.version4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/tcl/Makefile.version b/lang/tcl/Makefile.version
index b9b48c8a902..aa36c7d11ed 100644
--- a/lang/tcl/Makefile.version
+++ b/lang/tcl/Makefile.version
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.version,v 1.4 2006/04/27 08:17:09 adam Exp $
+# $NetBSD: Makefile.version,v 1.5 2006/11/02 17:41:23 adam Exp $
-TCL_VERSION=8.4.13
+TCL_VERSION=8.4.14