Subject: CVS commit: pkgsrc/lang/tcl
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 01/16/2006 14:47:35
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Jan 16 14:47:35 UTC 2006

Modified Files:
	pkgsrc/lang/tcl: Makefile Makefile.version distinfo
	pkgsrc/lang/tcl/patches: patch-aa patch-ab patch-ac patch-ad patch-ae
	    patch-af patch-ag patch-ah patch-ai patch-aj
Removed Files:
	pkgsrc/lang/tcl/patches: patch-ak

Log Message:
Changes 8.4.12:
  * Repeated [namespace import] of same command now permitted.
  * ${prefix}/share added to ::tcl_pkgPath on some systems.
  * [exec]'s >> redirection has improved append behavior.
  * [info globals] returned only existing variables.
  * Recognize some Solaris variations of the cp1251 encoding.
  * Addressed [file mkdir] race condition.
  * Support opening >2GB files on RHEL 3.
  * Corrections to $argv formatting when [encoding system] is multibyte.
  * http 2.5.2: Update URL encoding rules to RFC 3986.
  * Fixed issue in recursive file delete with NFS lock files.
  * Stopped crash after use of Tcl_TraceCommand().
  * Win NT/XP: support unicode console.
  * Improved support for Tclkit to set [encoding system].
  * Added Korean timezone abbreviations.
  * Windows: exit codes can now exceed -128..127 range.
  * [load] support on LynxOS.
  * Packages with incorrect index scripts now cause a warning to be logged.
        *** POTENTIAL INCOMPATIBILITY ***
  * [lsearch -regexp] now accepts backrefs in the RE.
  * [selection get] made compatible with OpenOffice.org.
  * Dialog support for widget names containing spaces.
  * Improved Tk window manager event interaction on OS X Aqua.


To generate a diff of this commit:
cvs rdiff -r1.56 -r1.57 pkgsrc/lang/tcl/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/lang/tcl/Makefile.version
cvs rdiff -r1.35 -r1.36 pkgsrc/lang/tcl/distinfo
cvs rdiff -r1.15 -r1.16 pkgsrc/lang/tcl/patches/patch-aa
cvs rdiff -r1.31 -r1.32 pkgsrc/lang/tcl/patches/patch-ab
cvs rdiff -r1.7 -r1.8 pkgsrc/lang/tcl/patches/patch-ac \
    pkgsrc/lang/tcl/patches/patch-ae
cvs rdiff -r1.3 -r1.4 pkgsrc/lang/tcl/patches/patch-ad \
    pkgsrc/lang/tcl/patches/patch-ag
cvs rdiff -r1.17 -r1.18 pkgsrc/lang/tcl/patches/patch-af
cvs rdiff -r1.1 -r1.2 pkgsrc/lang/tcl/patches/patch-ah \
    pkgsrc/lang/tcl/patches/patch-ai pkgsrc/lang/tcl/patches/patch-aj
cvs rdiff -r1.1 -r0 pkgsrc/lang/tcl/patches/patch-ak

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