From 473862a01b8ed9fef234c9f2f0eb1d087f57d974 Mon Sep 17 00:00:00 2001 From: rpj Date: Wed, 6 Jul 2011 01:07:08 +0000 Subject: Fix MSC_VER related to item 2 in BUGS --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 2d4139f..b2396eb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2011-07-06 Ross Johnson + + * pthread_cond_wait.c (pragma inline_depth): this is almost redundant + now nevertheless fixed thei controlling MSC_VER from "< 800" to + "< 1400" (i.e. any prior to VC++ 8.0). + * pthread_once.ci (pragma inline_depth): Likewise. + * pthread_rwlock_timedwrlock.ci (pragma inline_depth): Likewise. + * pthread_rwlock_wrlock.ci (pragma inline_depth): Likewise. + * sem_timedwait.ci (pragma inline_depth): Likewise. + * sem_wait.ci (pragma inline_depth): Likewise. + 2011-07-05 Ross Johnson * pthread_win32_attach_detach_np.c: Use strncat_s if available -- cgit v1.2.3