summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-08-24 09:32:57 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-08-24 09:32:57 (GMT)
commit875ca13780241d27fe74f005232bd5201ed4433b (patch)
treeb6d47c936974c40c3acdf2c6f2c0aed5e60d7163
parentfd792e63142bfc709a0136d403c98daf781ebe48 (diff)
downloadtcl-875ca13780241d27fe74f005232bd5201ed4433b.zip
tcl-875ca13780241d27fe74f005232bd5201ed4433b.tar.gz
tcl-875ca13780241d27fe74f005232bd5201ed4433b.tar.bz2
Better formatting
-rw-r--r--ChangeLog10
1 files changed, 5 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index f38f2a3..df090b8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,8 +3,8 @@
* generic/tclInt.h: Annotate Tcl_Panic as noreturn for clang static
analyzer in PURIFY builds, replacing preprocessor/assert technique.
- * macosx/tclMacOSXNotify.c: fix multiple issues with nested event loops
- when CoreFoundation notifier is running in embedded mode. (fixes
+ * macosx/tclMacOSXNotify.c: Fix multiple issues with nested event loops
+ when CoreFoundation notifier is running in embedded mode. (Fixes
problems in TkAqua Cocoa reported by Youness Alaoui on tcl-mac)
2009-08-21 Don Porter <dgp@users.sourceforge.net>
@@ -14,10 +14,10 @@
2009-08-20 Don Porter <dgp@users.sourceforge.net>
- * generic/tclFileName.c: Correct result from [glob */test] when *
- matches something like ~foo. [Bug 2837800]
+ * generic/tclFileName.c: [Bug 2837800]: Correct the result produced by
+ [glob */test] when * matches something like ~foo.
- * generic/tclPathObj.c: [Bug 2806250] Prevent the storage of strings
+ * generic/tclPathObj.c: [Bug 2806250]: Prevent the storage of strings
starting with ~ in the "tail" part (normPathPtr field) of the path
intrep when PATHFLAGS != 0. This establishes the assumptions relied
on elsewhere that the name stored there is a relative path. Also