diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-09 23:38:55 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2006-10-09 23:38:55 (GMT) |
commit | 1206d8aff615af8ee22e59b90e3f2d78318ea0ee (patch) | |
tree | d8056c99c5aecf67aea5af1c8a49686a0d3c3b89 /ChangeLog | |
parent | 25e6ad437c89b37b6e1b4c2283cc0eef267e9c06 (diff) | |
download | tcl-1206d8aff615af8ee22e59b90e3f2d78318ea0ee.zip tcl-1206d8aff615af8ee22e59b90e3f2d78318ea0ee.tar.gz tcl-1206d8aff615af8ee22e59b90e3f2d78318ea0ee.tar.bz2 |
* doc/UpVar.3: brough the docs in accordance to the code. Ever
since 8.0, Tcl_UpVar(2)? accepts TCL_NAMESPACE_ONLY as a flag
value, and var-3.4 tests for proper behaviour. The docs only
allowed 0 and TCL_GLOBAL_ONLY.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2006-10-09 Miguel Sofer <msofer@users.sf.net> + * doc/UpVar.3: brough the docs in accordance to the code. Ever + since 8.0, Tcl_UpVar(2)? accepts TCL_NAMESPACE_ONLY as a flag + value, and var-3.4 tests for proper behaviour. The docs only + allowed 0 and TCL_GLOBAL_ONLY. + +2006-10-09 Miguel Sofer <msofer@users.sf.net> + * tests/*.test: updated all tests to refer explicitly to the global variables ::errorInfo, ::errorCode, ::env and ::tcl_platform: many were relying on the alternative lookup in the |