summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2002-01-07 17:54:52 (GMT)
committerdgp <dgp@users.sourceforge.net>2002-01-07 17:54:52 (GMT)
commit84fa1e6dcfd96c948d28631c761fae53e8683af4 (patch)
tree2e167876fd094243795086c05469d97caa99a900 /ChangeLog
parent33ac8d206a0d1b8f7463f7b9780e168dd06898b9 (diff)
downloadtcl-84fa1e6dcfd96c948d28631c761fae53e8683af4.zip
tcl-84fa1e6dcfd96c948d28631c761fae53e8683af4.tar.gz
tcl-84fa1e6dcfd96c948d28631c761fae53e8683af4.tar.bz2
* generic/tclMain.c: Bug fix: neglected the NULL case in
TclGetStartupScriptFileName(). Broke Tk/wish.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 8ec7a98..9ee2ed9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
-2002-01-05 Don Porter <dgp@users.sourceforge.net>
+2002-01-07 Don Porter <dgp@users.sourceforge.net>
+
+ * generic/tclMain.c: Bug fix: neglected the NULL case in
+ TclGetStartupScriptFileName(). Broke Tk/wish.
+2002-01-05 Don Porter <dgp@users.sourceforge.net>
* doc/Tcl_Main.3:
* generic/tclMain.c: Substantial rewrite and expanded documentation
of Tcl_Main to correct a number of bugs and flaws: