summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@noemail.net>2006-03-13 20:41:48 (GMT)
committerdgp <dgp@noemail.net>2006-03-13 20:41:48 (GMT)
commite6de47c2142df2c19e40bd2e56bbea80080009d8 (patch)
tree44d5d1f47c4092457896d26772272d9dfd260b74 /changes
parent4b099ce7fdc70e4a207e1c7647ec5786403a44ee (diff)
downloadtcl-e6de47c2142df2c19e40bd2e56bbea80080009d8.zip
tcl-e6de47c2142df2c19e40bd2e56bbea80080009d8.tar.gz
tcl-e6de47c2142df2c19e40bd2e56bbea80080009d8.tar.bz2
* unix/configure.in: Revert change from 2005-07-26 that sometimes
* unix/configure: added $prefix/share to the tcl_pkgPath. See [Patch 1231015]. autoconf-2.13. FossilOrigin-Name: a877325ca79b2ef4180dfb18a3be9167072c60ae
Diffstat (limited to 'changes')
-rw-r--r--changes6
1 files changed, 5 insertions, 1 deletions
diff --git a/changes b/changes
index 2cc8d58..205678d 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.79.2.36 2006/03/07 20:35:53 dgp Exp $
+RCS: @(#) $Id: changes,v 1.79.2.37 2006/03/13 20:41:52 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6336,4 +6336,8 @@ Restores Tcl 8.4.9 behavior (porter)
2006-03-06 (bug fix)[1439836,1444291] fix TCL_EVAL_{GLOBAL,INVOKE} handling
when auto-loading or exec traces are present (porter)
+2006-03-10 (bug fix)[1437595] Win socket finalize with threads (vasiljevic)
+
+2005-03-13 (revert 2005-07-26 change) ${prefix}/share on ::tcl_pkgPath (porter)
+
--- Released 8.4.13, March 17, 2006 --- See ChangeLog for details ---