summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-03-29 16:34:53 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-03-29 16:34:53 (GMT)
commitee637cf09685ba523bf11f70708f24a29d50b74e (patch)
tree7f7bef2d69a6b2bb8ae79e65239105ef0a40cd54
parent0c53151b0a0babe6750b97749fe0f26b754177ae (diff)
downloadtcl-ee637cf09685ba523bf11f70708f24a29d50b74e.zip
tcl-ee637cf09685ba523bf11f70708f24a29d50b74e.tar.gz
tcl-ee637cf09685ba523bf11f70708f24a29d50b74e.tar.bz2
* changes: Updates for another RC.
-rw-r--r--ChangeLog6
-rw-r--r--changes4
2 files changed, 7 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 0233f80..0966c2f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2006-03-29 Don Porter <dgp@users.sourceforge.net>
+ *** 8.5a4 TAGGED FOR RELEASE ***
+
+ * changes: Updates for another RC.
+
* generic/tclExecute.c: Revised INST_MOD implementation to do
calculations in native types as much as possible, moving to mp_ints
only when necessary.
@@ -56,8 +60,6 @@
optimized handling of the tclBooleanType by the TclGetBooleanFromObj
macro.
- *** 8.5a4 TAGGED FOR RELEASE ***
-
* changes: Updates for another RC.
2006-03-25 Don Porter <dgp@users.sourceforge.net>
diff --git a/changes b/changes
index dce678f..1377322 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.102 2006/03/27 16:48:16 dgp Exp $
+RCS: @(#) $Id: changes,v 1.103 2006/03/29 16:34:54 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6720,6 +6720,8 @@ no other errors (darley)
2006-03-23 (platform support) updated tcl.spec file (max)
+2006-03-28 (bug fix)[1064247] BSD: path normalization with realpath() (steffen)
+
(platform support) Use of _ANSI_ARGS_ purged. ANSI compiler required (fellows)
Documentation improvements [1211078,1190891,1292427,1277503,1104682,1359183,