summaryrefslogtreecommitdiff
path: root/lang/tcl/Makefile.version
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2006-01-16 14:47:35 +0000
committeradam <adam@pkgsrc.org>2006-01-16 14:47:35 +0000
commit36aff7b87bf01cfa0d94685dff978dc9df926cec (patch)
tree1c264294a90a0a335a86bf980e82276d16a9ae91 /lang/tcl/Makefile.version
parent93a637349dc90960561a3831565c60995da0eb31 (diff)
downloadpkgsrc-36aff7b87bf01cfa0d94685dff978dc9df926cec.tar.gz
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.
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 90e7e3efa24..9ad9cf8ca06 100644
--- a/lang/tcl/Makefile.version
+++ b/lang/tcl/Makefile.version
@@ -1,3 +1,3 @@
-# $NetBSD: Makefile.version,v 1.2 2005/07/19 11:11:58 adam Exp $
+# $NetBSD: Makefile.version,v 1.3 2006/01/16 14:47:35 adam Exp $
-TCL_VERSION=8.4.11
+TCL_VERSION=8.4.12