diff options
author | mdejong <mdejong> | 2002-03-11 20:43:06 (GMT) |
---|---|---|
committer | mdejong <mdejong> | 2002-03-11 20:43:06 (GMT) |
commit | 70776b7083ad2d54978020376eeb1ea072067931 (patch) | |
tree | 339d51fb4c46163dc13fbb938860b8de72f7391f /ChangeLog | |
parent | 8b3a9add00d4556ba71d2f30332e4db6fcf23307 (diff) | |
download | tcl-70776b7083ad2d54978020376eeb1ea072067931.zip tcl-70776b7083ad2d54978020376eeb1ea072067931.tar.gz tcl-70776b7083ad2d54978020376eeb1ea072067931.tar.bz2 |
* generic/tclEncoding.c: Fix typo in comment.
* generic/tclIO.c (DoReadChars, ReadBytes, ReadChars):
Use NULL value instead of pointer set to NULL to make
things more clear. Reorder arguments so that they
match the function signatures. Cleanup little typos
and add more descriptive comment.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2002-03-11 Mo DeJong <mdejong@users.sourceforge.net> + + * generic/tclEncoding.c: Fix typo in comment. + * generic/tclIO.c (DoReadChars, ReadBytes, ReadChars): + Use NULL value instead of pointer set to NULL to make + things more clear. Reorder arguments so that they + match the function signatures. Cleanup little typos + and add more descriptive comment. + 2002-03-08 Mo DeJong <mdejong@users.sourceforge.net> * win/README: Update to indicate that Mingw 1.1 is |