diff options
author | andy <andrew.m.goth@gmail.com> | 2016-12-13 01:27:25 (GMT) |
---|---|---|
committer | andy <andrew.m.goth@gmail.com> | 2016-12-13 01:27:25 (GMT) |
commit | 06e138e871b01b6684e91910664bcefe1e01d969 (patch) | |
tree | 4b39cc37d626c7bc7f25783832dbb58fa823ace4 /ChangeLog.2003 | |
parent | 75abd6bb662ec2650847427da15a629842b3a63f (diff) | |
parent | 6da0c767cd83c18aa8a2c152ad6b0298ea4f28ab (diff) | |
download | tcl-lanam_array_for_impl.zip tcl-lanam_array_for_impl.tar.gz tcl-lanam_array_for_impl.tar.bz2 |
Merge trunklanam_array_for_impl
Diffstat (limited to 'ChangeLog.2003')
-rw-r--r-- | ChangeLog.2003 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog.2003 b/ChangeLog.2003 index c586ba9..3c3ee11 100644 --- a/ChangeLog.2003 +++ b/ChangeLog.2003 @@ -947,7 +947,7 @@ declarations match and will end up using the declarations in the public code from now on because of #include ordering. Keeping the old declarations in tclInt.decls; there's no need to gratuitously break - compatability for those extensions which are already clients of the + compatibility for those extensions which are already clients of the namespace code. 2003-08-23 Zoran Vasiljevic <zoran@archiwrae.com> @@ -1278,7 +1278,7 @@ * generic/tclVar.c (Tcl_ArrayObjCmd, TclArraySet): Made [array get] and [array set] work with dictionaries, producing them and consuming - them. Note that for compatability reasons, you will never get a dict + them. Note that for compatibility reasons, you will never get a dict from feeding a string literal to [array set] since that alters the trace behaviour of "multi-key" sets. [Bug 759935] |