Author: sebor
Revision: 590510
Modified property: svn:log
Modified: svn:log at Tue Oct 30 16:51:45 2007
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Tue Oct 30 16:51:45 2007
@@ -1,8 +1,9 @@
2007-10-30 Martin Sebor <[EMAIL PROTECTED]>
- STDCXX-414
- * display.cpp (rw_signal): Guarded with _RWSTD_EDG_ECCP instead
- of _RWSTD_NO_PURE_C_HEADERS as done in rev 588734 since the latter
- is #defined with other compilers including Sun C++ on Linux and it's
- on Linux where rw_signal() must be implemented in terms of sigaction()
- to do what we want.
+ Merged rev 590510 (a correction for a fix for STDCXX-414) from
+ branches/4.2.x.
+ * util.cpp (rw_signal): Guarded with _RWSTD_EDG_ECCP instead of
+ _RWSTD_NO_PURE_C_HEADERS as done in rev 588734 since the latter
+ is #defined with other compilers including Sun C++ on Linux and
+ it's on Linux where rw_signal() must be implemented in terms of
+ sigaction() to do what we want.