summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-09-18 17:17:31 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-09-18 17:17:31 (GMT)
commitf9715cfd19078a6422fe87f43cb9b93b900a9fe7 (patch)
treee83bd85cbb9ba46e7fe7f49f477a5aa0799fd45d /ChangeLog
parent5e5bcd132f05719b0bd2dbd8449cc26b325ef811 (diff)
downloadtcl-f9715cfd19078a6422fe87f43cb9b93b900a9fe7.zip
tcl-f9715cfd19078a6422fe87f43cb9b93b900a9fe7.tar.gz
tcl-f9715cfd19078a6422fe87f43cb9b93b900a9fe7.tar.bz2
more formatting police
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 2 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 1490842..58d5cce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -10,8 +10,8 @@
* generic/tclCmdAH.c ([catch], [error]):
* generic/tclCmdMZ.c ([return]):
* generic/tclProc.c (TclUpdateReturnInfo):
- * generic/tclResult.c (Tcl_SetErrorCodeVA, Tcl_SetObjErrorCode
- TclTransferResult): Refactored so that all errorCode setting
+ * generic/tclResult.c (Tcl_SetErrorCodeVA, Tcl_SetObjErrorCode)
+ (TclTransferResult): Refactored so that all errorCode setting
flows through Tcl_SetObjErrorCode(). This greatly reduces the
number of different places in the code that need to know details
about an internal bitflag field of the Interp struct. Also