summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2004-11-12 14:18:11 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2004-11-12 14:18:11 (GMT)
commitd6a522034dba3eed8776e4752ea99295ac8a936c (patch)
tree3da6e42a4bf5f540d3f8dd95e9cf8a4a73587a15 /ChangeLog
parent930c71f59cc7d70f7ba18e8db3015b438694b097 (diff)
downloadtcl-d6a522034dba3eed8776e4752ea99295ac8a936c.zip
tcl-d6a522034dba3eed8776e4752ea99295ac8a936c.tar.gz
tcl-d6a522034dba3eed8776e4752ea99295ac8a936c.tar.bz2
* unix/tcl.m4, unix/tclUnixPort.h: Check for pthread_attr_get_np
in <pthread.h> before forcing the use of <pthread_np.h> to make things work on NetBSD 2.0. [Bug 1064882]
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a610791..68aea6f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2004-11-12 Donal K. Fellows <donal.k.fellows@man.ac.uk>
+ * unix/tcl.m4, unix/tclUnixPort.h: Check for pthread_attr_get_np
+ in <pthread.h> before forcing the use of <pthread_np.h> to make
+ things work on NetBSD 2.0. [Bug 1064882]
+
* doc/binary.n, doc/upvar.n: More minor fixes.
2004-11-12 Daniel Steffen <das@users.sourceforge.net>