summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormsofer <msofer@noemail.net>2007-08-24 11:22:09 (GMT)
committermsofer <msofer@noemail.net>2007-08-24 11:22:09 (GMT)
commit5e687e014c1f46894672ccabadf79a366a5e93d6 (patch)
tree611a4a8779f6e4426263aa275fbf207df5fbb33f /ChangeLog
parent3504f5270ba264c7c8397fc8eb4b584ac0f2cc3c (diff)
downloadtcl-5e687e014c1f46894672ccabadf79a366a5e93d6.zip
tcl-5e687e014c1f46894672ccabadf79a366a5e93d6.tar.gz
tcl-5e687e014c1f46894672ccabadf79a366a5e93d6.tar.bz2
* generic/tclCompile.c: replaced copy loop that tripped some
compilers with memmove [Bug 1780870] FossilOrigin-Name: abcd910d180774226d14905cdda213965e47db13
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 81324d8..483e1bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-08-24 Miguel Sofer <msofer@users.sf.net>
+
+ * generic/tclCompile.c: replaced copy loop that tripped some
+ compilers with memmove [Bug 1780870]
+
2007-08-14 Don Porter <dgp@users.sourceforge.net>
* tests/trace.test: Backport some tests.