diff options
author | ericm <ericm> | 2000-01-26 21:36:35 (GMT) |
---|---|---|
committer | ericm <ericm> | 2000-01-26 21:36:35 (GMT) |
commit | d3256a88c6ade958ce2e87ca8a3b7c0231e476ef (patch) | |
tree | c034dc441d7fe54e8a3187e41a118ac3a83186fd /ChangeLog | |
parent | 7b6b3a5c4a1ea767c7ba8cb5236f916461e703b9 (diff) | |
download | tcl-d3256a88c6ade958ce2e87ca8a3b7c0231e476ef.zip tcl-d3256a88c6ade958ce2e87ca8a3b7c0231e476ef.tar.gz tcl-d3256a88c6ade958ce2e87ca8a3b7c0231e476ef.tar.bz2 |
* generic/tclNamesp.c: Undid fix for #956, which broke backwards
compatibility.
* doc/variable.n:
* doc/trace.n:
* doc/namespace.n:
* doc/info.n: Added further information about differences between
"namespace which" and "info exists".
* doc/SetErrno.3: Added descriptions of ErrnoId() and ErrnoMsg()
functions.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,17 @@ +2000-01-26 Eric Melski <ericm@scriptics.com> + + * generic/tclNamesp.c: Undid fix for #956, which broke backwards + compatibility. + + * doc/variable.n: + * doc/trace.n: + * doc/namespace.n: + * doc/info.n: Added further information about differences between + "namespace which" and "info exists". + + * doc/SetErrno.3: Added descriptions of ErrnoId() and ErrnoMsg() + functions. + 2000-01-25 Jeff Hobbs <hobbs@scriptics.com> * unix/tcl.m4: modified EXTRA_CFLAGS to add -DHAVE_TZSET for @@ -41,6 +55,9 @@ 2000-01-21 Eric Melski <ericm@scriptics.com> + * unix/mkLinks: + * doc/GetHostName.3: Man page for Tcl_GetHostName (bug #1817). + * doc/lreplace.n: Corrected man page with respect to treatment of empty lists, and "prettied up" the page. (bug #1705). |