summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2005-08-04 16:32:23 (GMT)
committerdgp <dgp@users.sourceforge.net>2005-08-04 16:32:23 (GMT)
commit1e15563e9a0ba038175fd5b0a2dda5cca01bd363 (patch)
tree9919c4cbc2843b9f3a6618eaa646d65516afee40 /ChangeLog
parentfc6f85c9ef2f8830384506911104a590ac45baa1 (diff)
downloadtcl-1e15563e9a0ba038175fd5b0a2dda5cca01bd363.zip
tcl-1e15563e9a0ba038175fd5b0a2dda5cca01bd363.tar.gz
tcl-1e15563e9a0ba038175fd5b0a2dda5cca01bd363.tar.bz2
Deleted the UpdateStringOfBoolean() routine, that can never be called.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 42b83b0..d318dc6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,7 @@
2005-08-04 Don Porter <dgp@users.sourceforge.net>
* generic/tclObj.c: Simplified routines that manage the typeTable.
+ Deleted the UpdateStringOfBoolean() routine, that can never be called.
2005-08-03 Don Porter <dgp@users.sourceforge.net>