Subject: CVS commit: pkgsrc/lang/tcl
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 11/02/2006 17:41:23
Module Name:	pkgsrc
Committed By:	adam
Date:		Thu Nov  2 17:41:23 UTC 2006

Modified Files:
	pkgsrc/lang/tcl: Makefile Makefile.version distinfo
	pkgsrc/lang/tcl/patches: patch-aa patch-ab patch-ac patch-ae patch-af
	    patch-ah

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.59 -r1.60 pkgsrc/lang/tcl/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/lang/tcl/Makefile.version
cvs rdiff -r1.38 -r1.39 pkgsrc/lang/tcl/distinfo
cvs rdiff -r1.16 -r1.17 pkgsrc/lang/tcl/patches/patch-aa
cvs rdiff -r1.34 -r1.35 pkgsrc/lang/tcl/patches/patch-ab
cvs rdiff -r1.9 -r1.10 pkgsrc/lang/tcl/patches/patch-ac \
    pkgsrc/lang/tcl/patches/patch-ae
cvs rdiff -r1.20 -r1.21 pkgsrc/lang/tcl/patches/patch-af
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/tcl/patches/patch-ah

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.