striker 02/01/12 09:18:37
Modified: . CHANGES STATUS
Log:
Update CHANGES and STATUS to reflect the current state of the pools code.
Revision Changes Path
1.206 +5 -0 apr/CHANGES
Index: CHANGES
===================================================================
RCS file: /home/cvs/apr/CHANGES,v
retrieving revision 1.205
retrieving revision 1.206
diff -u -r1.205 -r1.206
--- CHANGES 11 Jan 2002 21:01:19 -0000 1.205
+++ CHANGES 12 Jan 2002 17:18:37 -0000 1.206
@@ -1,4 +1,9 @@
Changes with APR b1
+ *) Updated the pools debug code. Check if a pool is still
+ valid on the most common apr_pool_xxx functions.
+ Fix the way APR_POOL_DEBUG_VERBOSE was using stderr.
+ Make the output somewhat nicer in this debug mode. [Sander Striker]
+
*) Add new define APR_POOL_DEBUG_VERBOSE which spits out info
about pool creation/destruction [Ian Holsman]
1.90 +1 -7 apr/STATUS
Index: STATUS
===================================================================
RCS file: /home/cvs/apr/STATUS,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- STATUS 11 Jan 2002 21:01:20 -0000 1.89
+++ STATUS 12 Jan 2002 17:18:37 -0000 1.90
@@ -1,5 +1,5 @@
APACHE PORTABLE RUNTIME (APR) LIBRARY STATUS:
-*-text-*-
-Last modified at [$Date: 2002/01/11 21:01:20 $]
+Last modified at [$Date: 2002/01/12 17:18:37 $]
Release:
@@ -53,12 +53,6 @@
that platform). I think so.
RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
-
- * We should check if a pool is still existent when passed into
- any apr_pool_xxx function. We could do this by recursively
- checking if the pool is in a child list, starting at
- global_pool. If it is not, bail out and report sourcefile
- linenumber (or cause a segv).
* Get OTHER_CHILD support into Win32
Status: Bill S. is looking into this