summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorferrieux <ferrieux@users.sourceforge.net>2012-02-10 15:06:01 (GMT)
committerferrieux <ferrieux@users.sourceforge.net>2012-02-10 15:06:01 (GMT)
commit9d25d39845a0c2c1c3282634394e39a542ae0d9e (patch)
treece42f79684f9ea7b95bdb6946e946ebf59e1a3aa
parent1282ebeb8db26665851fd4aad9c31e0d2e7bd7e0 (diff)
downloadtcl-9d25d39845a0c2c1c3282634394e39a542ae0d9e.zip
tcl-9d25d39845a0c2c1c3282634394e39a542ae0d9e.tar.gz
tcl-9d25d39845a0c2c1c3282634394e39a542ae0d9e.tar.bz2
Document, by a retroactive bug report, a nasty Notifier issue on 64-bits x86 that affects the 8.4 branch
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index f659f89..b79e92a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2302,7 +2302,7 @@
* unix/tclUnixChan.c: TclUnixWaitForFile(): use FD_* macros
* macosx/tclMacOSXNotify.c: to manipulate select masks (Cassoff).
- [Bug 1960647]
+ [Freq 1960647] [Bug 3486554]
* unix/tclLoadDyld.c: use RTLD_GLOBAL instead of RTLD_LOCAL.
[Bug 1961211]