wrowe 2003/11/21 02:42:03
Modified: include apr.hw
. STATUS
Log:
NO_USE_SIGACTION was only declared by Win32, and not tested within
the win32 mpm anyways. Thanks to Jeff for pointing out that this
patch was quite safe.
Revision Changes Path
1.121 +0 -2 apr/include/apr.hw
Index: apr.hw
===================================================================
RCS file: /home/cvs/apr/include/apr.hw,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- apr.hw 17 Nov 2003 00:28:25 -0000 1.120
+++ apr.hw 21 Nov 2003 10:42:03 -0000 1.121
@@ -143,8 +143,6 @@
#define __attribute__(__x)
#endif
-#define NO_USE_SIGACTION
-
#ifndef _WIN32_WCE
#define APR_HAVE_ARPA_INET_H 0
#define APR_HAVE_CONIO_H 1
1.195 +5 -5 apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr/STATUS,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- STATUS 17 Nov 2003 09:56:46 -0000 1.194
+++ STATUS 21 Nov 2003 10:42:03 -0000 1.195
@@ -34,7 +34,6 @@
Some headers with issues:
apr.hnw (READDIR_IS_THREAD_SAFE, ENUM_BITFIELD,
_POSIX_THREAD_SAFE_FUNCTIONS (?))
- apr.hw (NO_USE_SIGACTION)
* Flush out the test suite and make sure it passes on all platforms.
@@ -44,9 +43,10 @@
unified test suite, and adding more tests to make the suite
comprehensive.
- * close out the XXX's already! (wrowe: this is "production release"
- quality code with that many unanswered questions?) If they aren't
- showstoppers, deprecate them to TODO:s.
+ * Eliminate the TODO's and XXX's by using the doxygen @bug feature
+ to allow us to better track the open issues, and provide historical
+ bug lists that help porters understand what was wrong in the old
+ versions of APR that they would be upgrading from.
CURRENT VOTES: