summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMiguel Sofer <miguel.sofer@gmail.com>2006-10-09 23:38:55 (GMT)
committerMiguel Sofer <miguel.sofer@gmail.com>2006-10-09 23:38:55 (GMT)
commit1206d8aff615af8ee22e59b90e3f2d78318ea0ee (patch)
treed8056c99c5aecf67aea5af1c8a49686a0d3c3b89 /ChangeLog
parent25e6ad437c89b37b6e1b4c2283cc0eef267e9c06 (diff)
downloadtcl-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--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 73cbd4b..92222e8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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