diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | changes | 4 |
2 files changed, 7 insertions, 3 deletions
@@ -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> @@ -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, |