summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2003-07-22 03:00:54 (GMT)
committerdgp <dgp@users.sourceforge.net>2003-07-22 03:00:54 (GMT)
commitbc54685bd0ef224c228b2cec97e8d7abfb1bf675 (patch)
treeb619cad2ff2e7839a69b92e06b87a0ce9ef58999 /changes
parentce198068acc4ff17e7c6d6b2ab4278ee933ec117 (diff)
downloadtcl-bc54685bd0ef224c228b2cec97e8d7abfb1bf675.zip
tcl-bc54685bd0ef224c228b2cec97e8d7abfb1bf675.tar.gz
tcl-bc54685bd0ef224c228b2cec97e8d7abfb1bf675.tar.bz2
update fixes to changes from core-8-4-branch
Diffstat (limited to 'changes')
-rw-r--r--changes8
1 files changed, 4 insertions, 4 deletions
diff --git a/changes b/changes
index 62309e5..1b14204 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.80 2003/07/21 17:33:05 dgp Exp $
+RCS: @(#) $Id: changes,v 1.81 2003/07/22 03:00:54 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -5852,14 +5852,14 @@ in the 8.4.3 release.
2003-07-11 (bug fix) [pkg_mkIndex] indexes provided packages, not indexed ones.
-2003-07-15 (feature enhancment) MacOSX build system rewrite.
+2003-07-15 (feature enhancement) MacOSX build system rewrite.
2003-07-15 (bug fix)[771613] corrected segfault in [if] (buffer overflow)
2003-07-16 (bug fix)[756791] corrected assumption that Tcl_Free == free
-2003-07-16 (feature enhancment) -DTCL_UTF_MAX=6 compile option forces
-internal UCS-4 representation of Unicode.
+2003-07-16 (feature enhancement) -DTCL_UTF_MAX=6 compile option forces
+internal UCS-4 representation of Unicode (default is recommended UCS-2).
2003-07-16 (bug fix)[767578] 64-bit corrections in thread notifier.