diff options
author | rpj <rpj> | 2011-07-06 01:07:08 +0000 |
---|---|---|
committer | rpj <rpj> | 2011-07-06 01:07:08 +0000 |
commit | 473862a01b8ed9fef234c9f2f0eb1d087f57d974 (patch) | |
tree | 40d4045c3d077e559d881a8cef3b0711d7521bea /ChangeLog | |
parent | b83397a7653646e1c23512ba8be9f4ee07e2c0f4 (diff) |
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2011-07-06 Ross Johnson <ross dot johnson at homemail dot com dot au>
+
+ * 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 <ross dot johnson at homemail dot com dot au>
* pthread_win32_attach_detach_np.c: Use strncat_s if available
|