summaryrefslogtreecommitdiffstats
path: root/changes
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2006-04-26 13:50:06 (GMT)
committerdgp <dgp@users.sourceforge.net>2006-04-26 13:50:06 (GMT)
commit2840d97d6aed2d51eb86b9f7ebde9e0f328de61d (patch)
treedac9a7aa11767414c9ae363ddab34bb6d48d7580 /changes
parent3cd63d0095d7d7731122633aa89967134773e914 (diff)
downloadtcl-2840d97d6aed2d51eb86b9f7ebde9e0f328de61d.zip
tcl-2840d97d6aed2d51eb86b9f7ebde9e0f328de61d.tar.gz
tcl-2840d97d6aed2d51eb86b9f7ebde9e0f328de61d.tar.bz2
* changes: Updates for another RC.core_8_5_a4
Diffstat (limited to 'changes')
-rw-r--r--changes20
1 files changed, 18 insertions, 2 deletions
diff --git a/changes b/changes
index bff5ea5..e308a52 100644
--- a/changes
+++ b/changes
@@ -1,6 +1,6 @@
Recent user-visible changes to Tcl:
-RCS: @(#) $Id: changes,v 1.104 2006/04/13 21:17:46 dgp Exp $
+RCS: @(#) $Id: changes,v 1.105 2006/04/26 13:50:07 dgp Exp $
1. No more [command1] [command2] construct for grouping multiple
commands on a single command line.
@@ -6722,9 +6722,25 @@ no other errors (darley)
2006-03-28 (bug fix)[1064247] BSD: path normalization with realpath() (steffen)
+2006-04-03 (bug fix)[1462248] crash reading utf-8 chars spanning multiple
+buffers at end of file (kraft,kupries)
+
+2006-04-05 (bug fix)[1464039] Tcl_GetIndexFromObj: empty key (fellows)
+
+2006-04-05 (bug fix) overdue dde, registry patchelevel increments (porter)
+=> dde 1.3.2
+=> registry 1.2
+
+2006-04-06 (bug fix)[1457515] TCL_IO_TRACK_OS_FOR_DRIVER_WITH_BAD_BLOCKING
+removed (steffen)
+
+2006-04-11 (bug fix)[1458266] enter/enterstep trace interference (leunissen)
+
+2006-04-12 (feature change)[1376892] revised definition of [:print:] (fellows)
+
(platform support) Use of _ANSI_ARGS_ purged. ANSI compiler required (fellows)
Documentation improvements [1211078,1190891,1292427,1277503,1104682,1359183,
1415725,666770]
---- Released 8.5a4, March 30, 2006 --- See ChangeLog for details ---
+--- Released 8.5a4, April 27, 2006 --- See ChangeLog for details ---