summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authormdejong <mdejong@noemail.net>2002-03-11 20:43:05 (GMT)
committermdejong <mdejong@noemail.net>2002-03-11 20:43:05 (GMT)
commit3f6a256947859be3f3ff3c3e1940c20e4070b8d2 (patch)
tree339d51fb4c46163dc13fbb938860b8de72f7391f /ChangeLog
parent4555ead622c77cf7d06916669bffcd3992c83109 (diff)
downloadtcl-3f6a256947859be3f3ff3c3e1940c20e4070b8d2.zip
tcl-3f6a256947859be3f3ff3c3e1940c20e4070b8d2.tar.gz
tcl-3f6a256947859be3f3ff3c3e1940c20e4070b8d2.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. FossilOrigin-Name: d89191c5ced0c8922d4829c48ce7082aa3c3bd43
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 00a7a3c..fab1845 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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