diff options
author | wart <wart@noemail.net> | 1999-06-17 01:31:09 (GMT) |
---|---|---|
committer | wart <wart@noemail.net> | 1999-06-17 01:31:09 (GMT) |
commit | 8f3c31997b47e93b2278793f8a82780541d0c2ba (patch) | |
tree | 0ec62f61af2d4ebaa452ae64784e206bec8516ba /ChangeLog | |
parent | 14bf6075baa5bd5078e002332ccc5530c22a5f9e (diff) | |
download | tk-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-- | 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: |