summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2004-09-08 17:03:58 (GMT)
committerdgp <dgp@users.sourceforge.net>2004-09-08 17:03:58 (GMT)
commit40ab3bd07ca11069b583be7177eea10c9c1986ec (patch)
tree600cebe21594b5987414e9e1dd5c89587a89d380 /ChangeLog
parentb53a04548e71d0ecf88493b1b5b78befc220ee32 (diff)
downloadtcl-40ab3bd07ca11069b583be7177eea10c9c1986ec.zip
tcl-40ab3bd07ca11069b583be7177eea10c9c1986ec.tar.gz
tcl-40ab3bd07ca11069b583be7177eea10c9c1986ec.tar.bz2
* generic/tclBasic.c (Tcl_CreateInterp): Removed obsolete
field for storing the string-based command procedure of built-in commands. We no longer have any string-based built-in commands!
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 46de786..9fd358c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-09-08 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclBasic.c (Tcl_CreateInterp): Removed obsolete
+ field for storing the string-based command procedure of built-in
+ commands. We no longer have any string-based built-in commands!
+
2004-09-08 Kevin B. Kenny <kennykb@acm.org>
* doc/clock.n: Corrected a buglet in the header information.