ianh 01/11/11 20:06:51
Modified: . CHANGES
Log:
Argh.. water damage all over our new building ;(
Revision Changes Path
1.180 +4 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- CHANGES 2001/11/12 01:16:00 1.179
+++ CHANGES 2001/11/12 04:06:51 1.180
@@ -1,5 +1,9 @@
Changes with APR b1
+ *) change the apr_table_elts macro so that it provides access via
+ a const pointer instead of a non-const pointer
+ [Brian Pane <bpane@pacbell.net]
+
*) Use strerror_r() where available, since strerror() isn't always
thread-safe. Example systems where strerror() isn't thread-safe:
Linux+glibc, AIX [Jeff Trawick]
|