summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorwart <wart@noemail.net>1999-06-17 01:31:09 (GMT)
committerwart <wart@noemail.net>1999-06-17 01:31:09 (GMT)
commit8f3c31997b47e93b2278793f8a82780541d0c2ba (patch)
tree0ec62f61af2d4ebaa452ae64784e206bec8516ba /ChangeLog
parent14bf6075baa5bd5078e002332ccc5530c22a5f9e (diff)
downloadtk-8f3c31997b47e93b2278793f8a82780541d0c2ba.zip
tk-8f3c31997b47e93b2278793f8a82780541d0c2ba.tar.gz
tk-8f3c31997b47e93b2278793f8a82780541d0c2ba.tar.bz2
Updated to reflect code changes.
FossilOrigin-Name: 5e20fa779eb26676f7e3c13f698f415a8cda8458
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d05b320..84bdf2c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+1999-06-16 <wart@scriptics.com>
+
+ * tkConsole.c: changed some variable types from (int) to (size_t)
+ to prevent compiler warnings. Cast return value from strlen()
+ to (int) in one place for the same reason.
+
1999-06-03 <stanton@scriptics.com>
* unix/tkUnixSelect.c: