gregames 2002/08/13 10:30:06
Modified: . CHANGES
Log:
document the ebcdic build problem with apr_strings.c since it exists
in the httpd-2.0.40 release tarball.
Revision Changes Path
1.318 +4 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.317
retrieving revision 1.318
diff -u -r1.317 -r1.318
--- CHANGES 8 Aug 2002 19:14:17 -0000 1.317
+++ CHANGES 13 Aug 2002 17:30:06 -0000 1.318
@@ -1,5 +1,9 @@
Changes with APR b1
+ *) EBCDIC: fix compile failure in strings/apr_strings.c in
+ httpd-2.0.40 with the following error message:
+ CANNOT COMPILE apr_strtoi64(), only ASCII and EBCDIC supported
+
*) In apr_signal_thread() remove synchronous signals from the mask
passed to sigwait(). It is never valid for them to be there.
Some platforms silently ignore them, some return EINVAL, some