summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2001-09-14 09:10:47 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2001-09-14 09:10:47 (GMT)
commit1aa543f158267b3810d76b69186f8aa94aec2c84 (patch)
tree62bd72f55e3c818a2b1fdf07baff2b7a3bf3e488
parent6bf33fafa3cb59c443e11a36316b099fc94727b3 (diff)
downloadtcl-1aa543f158267b3810d76b69186f8aa94aec2c84.zip
tcl-1aa543f158267b3810d76b69186f8aa94aec2c84.tar.gz
tcl-1aa543f158267b3810d76b69186f8aa94aec2c84.tar.bz2
Fixed wildly erroneous dates.
-rw-r--r--ChangeLog8
1 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 44acfa5..9195b79 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1662,7 +1662,7 @@
will print a descriptive error message when run
in an old Tcl 7 shell.
-2000-04-27 Kevin Kenny <kennykb@crd.ge.com>
+2001-04-27 Kevin Kenny <kennykb@crd.ge.com>
* generic/tclInt.decls:
* generic/tclInt.h:
@@ -1672,7 +1672,7 @@
related to TclGetNamespaceForQualName.
* generic/tclIntDecls.h: Regenerated.
-2000-04-25 Mo DeJong <mdejong@redhat.com>
+2001-04-25 Mo DeJong <mdejong@redhat.com>
* unix/configure: Regen.
* unix/tcl.m4: Subst TCL_THREADS into tclConfig.sh.
@@ -1681,14 +1681,14 @@
* win/tcl.m4: Subst TCL_THREADS into tclConfig.sh.
* win/tclConfig.sh.in: Add TCL_THREADS variable.
-2000-04-25 Mo DeJong <mdejong@redhat.com>
+2001-04-25 Mo DeJong <mdejong@redhat.com>
* unix/configure: Regen.
* unix/configure.in: Use $@ in MAKE_LIB and MAKE_STUB_LIB
commands instead of using a delayed subst variable. Replace
instances of STUB_LIB_FILE with TCL_STUB_LIB_FILE.
-2000-04-25 Mo DeJong <mdejong@redhat.com>
+2001-04-25 Mo DeJong <mdejong@redhat.com>
* unix/Makefile.in: Use TCL_STUB_LIB_FILE instead of STUB_LIB_FILE.
* unix/configure: Regen.