Subject: CVS commit: pkgsrc/lang/tcl
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 11/26/2004 10:30:01
Module Name: pkgsrc
Committed By: adam
Date: Fri Nov 26 10:30:01 UTC 2004
Modified Files:
pkgsrc/lang/tcl: Makefile PLIST distinfo
pkgsrc/lang/tcl/patches: patch-aa patch-ab patch-ae patch-af
Log Message:
Changes 8.4.8:
* Fixed possible deadlock in Tcl_Finalize
* Fixed thread IDs on 64-bit systems
* Fixed [scan %ld] handling LP64 systems
* Fixed [string map $samevar $samevar] crash
* Fixed broken [namespace forget] logic
* Fixed [namespace import] cycle prevention
* Improved control over int <-> wideInt conversion
* Fixed buffer overflow when there is a syntax error in [subst]
* Fixed [file executable] result for case insensitivity on Windows
* Fixed [expr {NaN == NaN}] result
* Make [tcl_findLibrary] search $::auto_path as well
* Fixed crash in [fconfigure -ttycontrol] in threaded build
* [TIP 222] implementation of [wm attributes -alpha] on Windows
* [TIP 159] implementation of [wm iconphoto]
* Make Tk [load]-able on OS X/Aqua
* Handle color/screen resolution changes on Windows
* Fixed [wm resizable] for Solaris/CDE
* Handle Windows native dialog double clicks that fall through
* Fixed [place forget] memory leak
* Recompute menu geometry on named font size change
* Fixed X/IME IC focus after creation
* Improved multiple display Tk dialog window placement
* Fixed compound buttons for OS X/Aqua
* Documentation improvements and test suite expansion
To generate a diff of this commit:
cvs rdiff -r1.41 -r1.42 pkgsrc/lang/tcl/Makefile
cvs rdiff -r1.8 -r1.9 pkgsrc/lang/tcl/PLIST
cvs rdiff -r1.26 -r1.27 pkgsrc/lang/tcl/distinfo
cvs rdiff -r1.12 -r1.13 pkgsrc/lang/tcl/patches/patch-aa \
pkgsrc/lang/tcl/patches/patch-af
cvs rdiff -r1.26 -r1.27 pkgsrc/lang/tcl/patches/patch-ab
cvs rdiff -r1.5 -r1.6 pkgsrc/lang/tcl/patches/patch-ae
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.