diff options
author | wart <wart> | 1999-06-17 01:31:10 (GMT) |
---|---|---|
committer | wart <wart> | 1999-06-17 01:31:10 (GMT) |
commit | 09287245e00af3477b7344b9f1755f282d2d35c5 (patch) | |
tree | 0ec62f61af2d4ebaa452ae64784e206bec8516ba | |
parent | 1a20b82fb386c6b944ff3d78e206db223313c151 (diff) | |
download | tk-09287245e00af3477b7344b9f1755f282d2d35c5.zip tk-09287245e00af3477b7344b9f1755f282d2d35c5.tar.gz tk-09287245e00af3477b7344b9f1755f282d2d35c5.tar.bz2 |
Updated to reflect code changes.
-rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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: |