diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2007-08-24 11:22:09 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2007-08-24 11:22:09 (GMT) |
commit | a8bfcfc6e80c0eaedcdf8e6c9c9088fea32e4ffa (patch) | |
tree | 611a4a8779f6e4426263aa275fbf207df5fbb33f /ChangeLog | |
parent | bcd8740c3dfb63ffc3fbe93c49e3d03e61a78a3c (diff) | |
download | tcl-a8bfcfc6e80c0eaedcdf8e6c9c9088fea32e4ffa.zip tcl-a8bfcfc6e80c0eaedcdf8e6c9c9088fea32e4ffa.tar.gz tcl-a8bfcfc6e80c0eaedcdf8e6c9c9088fea32e4ffa.tar.bz2 |
* generic/tclCompile.c: replaced copy loop that tripped some
compilers with memmove [Bug 1780870]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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. |