summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorericm <ericm>2000-01-21 18:24:06 (GMT)
committerericm <ericm>2000-01-21 18:24:06 (GMT)
commitedc8402b2f29c2f3373e55ae1c33af29a0928324 (patch)
treef81c321f5a68d666223390f52b6d38ac65b7315d /ChangeLog
parentbe7a220702d4d12f0770b3e4b3813c45802f7552 (diff)
downloadtcl-edc8402b2f29c2f3373e55ae1c33af29a0928324.zip
tcl-edc8402b2f29c2f3373e55ae1c33af29a0928324.tar.gz
tcl-edc8402b2f29c2f3373e55ae1c33af29a0928324.tar.bz2
* doc/lreplace.n: Corrected man page with respect to treatment of
empty lists, and "prettied up" the page. (bug #1705).
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog22
1 files changed, 14 insertions, 8 deletions
diff --git a/ChangeLog b/ChangeLog
index 07266ce..36fea5a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,20 +1,26 @@
+2000-01-21 Eric Melski <ericm@scriptics.com>
+
+ * doc/lreplace.n: Corrected man page with respect to treatment of
+ empty lists, and "prettied up" the page. (bug #1705).
+
2000-01-20 Eric Melski <ericm@scriptics.com>
- * namespace.test: Added test for undefined variables with
+ * tests/namespace.test: Added test for undefined variables with
namespace which (bug #956).
- * tclNamesp.c: Added check for undefined variables in
+ * generic/tclNamesp.c: Added check for undefined variables in
NamespaceWhichCmd (bug #956).
- * var.test: Added tests for corrected variable behavior (bug #981).
+ * tests/var.test: Added tests for corrected variable behavior
+ (bug #981).
- * upvar.n: Expanded explanation of upvar behavior with respect to
+ * doc/upvar.n: Expanded explanation of upvar behavior with respect to
variable traces. (bugs 3917 1433 2110).
- * tclVar.c: Changed behavior of variable command when name refers
- to an element in an array (ie, "variable foo(x)") to always return
- an error, regardless of existance of that element in the array
- (now behavior is consistant with docs too) (bug #981).
+ * generic/tclVar.c: Changed behavior of variable command when name
+ refers to an element in an array (ie, "variable foo(x)") to always
+ return an error, regardless of existance of that element in the
+ array (now behavior is consistant with docs too) (bug #981).
2000-01-20 Jeff Hobbs <hobbs@scriptics.com>