summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2009-03-15 15:35:46 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2009-03-15 15:35:46 (GMT)
commitf700f9df947178952eab7555ad480c1b37ae6e90 (patch)
treebe981035ffbd7393387e42b3e18ebbbc509ad697 /ChangeLog
parent1a3d859ba4af2849601d1793b65e3cb5b3141e15 (diff)
downloadtcl-f700f9df947178952eab7555ad480c1b37ae6e90.zip
tcl-f700f9df947178952eab7555ad480c1b37ae6e90.tar.gz
tcl-f700f9df947178952eab7555ad480c1b37ae6e90.tar.bz2
Added support for SIGINFO. [Patch 1513655]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 69ea0b5..03361cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2009-03-15 Donal K. Fellows <dkf@users.sf.net>
+
+ * generic/tclPosixStr.c (Tcl_SignalId,Tcl_SignalMsg): [Patch 1513655]:
+ Added support for SIGINFO, which is present on BSD platforms.
+
2009-03-14 Donal K. Fellows <dkf@users.sf.net>
* unix/tcl.pc.in (new file): [Patch 2243948] (hat0)