diff options
author | Miguel Sofer <miguel.sofer@gmail.com> | 2008-01-16 14:27:43 (GMT) |
---|---|---|
committer | Miguel Sofer <miguel.sofer@gmail.com> | 2008-01-16 14:27:43 (GMT) |
commit | 90cf37f28b485d5cfdf799b2ead8bf7e1d57b479 (patch) | |
tree | 4b74cc78222e0017486148233fde782326a39145 /ChangeLog | |
parent | 6c2c0eb2c6789725d397ab0f1faf818495fd8207 (diff) | |
download | tcl-90cf37f28b485d5cfdf799b2ead8bf7e1d57b479.zip tcl-90cf37f28b485d5cfdf799b2ead8bf7e1d57b479.tar.gz tcl-90cf37f28b485d5cfdf799b2ead8bf7e1d57b479.tar.bz2 |
* doc/proc.n: changed wording for access to non-local variables;
added mention to [namespace upvar]. Lame attempt at dealing with
documentation [Bug 1872708]
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,5 +1,11 @@ 2008-01-15 Miguel Sofer <msofer@users.sf.net> + * doc/proc.n: changed wording for access to non-local variables; + added mention to [namespace upvar]. Lame attempt at dealing with + documentation [Bug 1872708] + +2008-01-15 Miguel Sofer <msofer@users.sf.net> + * generic/tclBasic.c: Replacing 'operator' by 'op' in the def * generic/tclCompExpr.c: of struct TclOpCmdClientData to * generic/tclCompile.h: accomodate C++ compilers [Bug 1855644] |