summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorhobbs <hobbs>2004-10-23 23:30:19 (GMT)
committerhobbs <hobbs>2004-10-23 23:30:19 (GMT)
commit52d8c7176f0f89ff442c950f4dea8584f15014e3 (patch)
tree7fcb6f7065dd475bc7e64b2cffb3f110a58a301d /ChangeLog
parent569dbadff69d099b3cb99742de1e477c86920b0e (diff)
downloadtcl-52d8c7176f0f89ff442c950f4dea8584f15014e3.zip
tcl-52d8c7176f0f89ff442c950f4dea8584f15014e3.tar.gz
tcl-52d8c7176f0f89ff442c950f4dea8584f15014e3.tar.bz2
whitespace changes
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 14 insertions, 14 deletions
diff --git a/ChangeLog b/ChangeLog
index c0931de..500ff62 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,8 +12,8 @@
2004-10-05 Don Porter <dgp@users.sourceforge.net>
- * generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021
- workaround. That bug is now fixed.
+ * generic/tclNamesp.c (Tcl_PopCallFrame): Removed Bug 1038021
+ workaround. That bug is now fixed.
2004-09-30 Don Porter <dgp@users.sourceforge.net>
@@ -78,15 +78,15 @@
* generic/tclIOGT.c: Channel version fixed, must be 3, to have
wideseekProc. Thanks to David Graveraux <davygrvy@pobox.com>.
-2004-09-11 Don Porter <dgp@users.sourceforge.net>
+2004-09-11 Don Porter <dgp@users.sourceforge.net>
- * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolved
- longstanding inconsistency in the treatment of the TCL_NAMESPACE_ONLY
- flag revealed by testing the 2004-09-09 commits against Itcl.
- TCL_NAMESPACE_ONLY now acts as specified in the pre-function
- comment, forcing resolution in the passed in context namespace.
- It has been incorrectly forcing resolution in the interp's current
- namespace.
+ * generic/tclNamespace.c (TclGetNamespaceForQualName): Resolved
+ longstanding inconsistency in the treatment of the TCL_NAMESPACE_ONLY
+ flag revealed by testing the 2004-09-09 commits against Itcl.
+ TCL_NAMESPACE_ONLY now acts as specified in the pre-function
+ comment, forcing resolution in the passed in context namespace.
+ It has been incorrectly forcing resolution in the interp's current
+ namespace.
2004-09-10 Miguel Sofer <msofer@users.sf.net>
@@ -181,10 +181,10 @@
2004-07-28 Don Porter <dgp@users.sourceforge.net>
- * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only
- * tests/basic.test (basic-46.1): to incomplete scripts
- as part of multi-line script construction. Do not add an extra
- trailing newline to the complete script. [Bug 833150]
+ * generic/tclMain.c (Tcl_Main, StdinProc): Append newline only
+ * tests/basic.test (basic-46.1): to incomplete scripts
+ as part of multi-line script construction. Do not add an extra
+ trailing newline to the complete script. [Bug 833150]
2004-07-26 Jeff Hobbs <jeffh@ActiveState.com>