summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordrh <drh@sqlite.org>2001-11-28 03:19:08 (GMT)
committerdrh <drh@sqlite.org>2001-11-28 03:19:08 (GMT)
commite163a9c0b59dc20195dcb801c0c85f1287c4292b (patch)
treec1e07bb0ea34ca659b6f958fdc6e67337a21c460 /ChangeLog
parent521e3b55655daa72f0e9a243190d525e7ffcf0a8 (diff)
downloadtcl-e163a9c0b59dc20195dcb801c0c85f1287c4292b.zip
tcl-e163a9c0b59dc20195dcb801c0c85f1287c4292b.tar.gz
tcl-e163a9c0b59dc20195dcb801c0c85f1287c4292b.tar.bz2
Fix a coredump in the filename normalizer code for Win95/98.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 1e35ae4..02fcbea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-27 D. Richard Hipp <drh@hwaci.com>
+
+ * win/tclWinFCmd.c: Fix a coredump in the filename normalizer
+ code for Win95/98.
+
2001-11-27 David Gravereaux <davygrvy@pobox.com>
* win/makefile.vc: Removed the Tk reference for the 'winhelp' target.