Subject: CVS commit: pkgsrc/lang/tcl
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 01/05/2005 09:15:29
Module Name:	pkgsrc
Committed By:	adam
Date:		Wed Jan  5 09:15:29 UTC 2005

Modified Files:
	pkgsrc/lang/tcl: Makefile distinfo
	pkgsrc/lang/tcl/patches: patch-ab patch-af

Log Message:
Changes 8.4.9:
* Fixed segfault in info vars trivial matching branch (new in 8.4.8)
* Fixed the treatment of backslashes in file join on Windows
* Improved readdir_r detection and usage on unix
* Fixed potential unix fileevent issue on 64-bit systems
* Remove file normalize on tcl_findLibrary search path uniqification
  added in 8.4.8
* Ensure tilde paths are not returned specially by 'glob'
* Fixed clipping of partially transparent images on buttons on unix to
  avoid X error
* Fix Tk_PhotoPut(Zoomed)Block overlay compositing of partially
  transparent areas on blank targets


To generate a diff of this commit:
cvs rdiff -r1.44 -r1.45 pkgsrc/lang/tcl/Makefile
cvs rdiff -r1.27 -r1.28 pkgsrc/lang/tcl/distinfo
cvs rdiff -r1.27 -r1.28 pkgsrc/lang/tcl/patches/patch-ab
cvs rdiff -r1.13 -r1.14 pkgsrc/lang/tcl/patches/patch-af

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