diff options
author | dgp <dgp@users.sourceforge.net> | 2005-08-04 16:32:23 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2005-08-04 16:32:23 (GMT) |
commit | 1e15563e9a0ba038175fd5b0a2dda5cca01bd363 (patch) | |
tree | 9919c4cbc2843b9f3a6618eaa646d65516afee40 /ChangeLog | |
parent | fc6f85c9ef2f8830384506911104a590ac45baa1 (diff) | |
download | tcl-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-- | ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |