diff options
author | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-18 18:04:01 (GMT) |
---|---|---|
committer | dkf <donal.k.fellows@manchester.ac.uk> | 2004-09-18 18:04:01 (GMT) |
commit | 9a4d29bde94d4183ffa1066d4da062e4a2a4e7f2 (patch) | |
tree | f856c641275ae74cdc66a55b773dbdb3864eab63 /ChangeLog | |
parent | 1ad855e68849daccd5c7439bc910d5c694af4227 (diff) | |
download | tcl-9a4d29bde94d4183ffa1066d4da062e4a2a4e7f2.zip tcl-9a4d29bde94d4183ffa1066d4da062e4a2a4e7f2.tar.gz tcl-9a4d29bde94d4183ffa1066d4da062e4a2a4e7f2.tar.bz2 |
Make sure large shifts shift for real. [Bug 868467]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2004-09-18 Donal K. Fellows <donal.k.fellows@man.ac.uk> + * generic/tclExecute.c (TEBC-INST_LSHIFT,INST_RSHIFT): Ensure that + large shifts end up shifting correctly. [Bug 868467] + * doc/FileSystem.3, doc/OpenFileChnl.3: More documentation fixes from Mikhail Kolesnitchenko. [Patch 1022527] * doc/*: Standardize highlighting of symbols defined in tcl.h |