stas 2004/08/18 23:03:54
Modified: todo api_status Log: update Revision Changes Path 1.34 +6 -1 modperl-2.0/todo/api_status Index: api_status =================================================================== RCS file: /home/cvs/modperl-2.0/todo/api_status,v retrieving revision 1.33 retrieving revision 1.34 diff -u -u -r1.33 -r1.34 --- api_status 18 Aug 2004 07:14:03 -0000 1.33 +++ api_status 19 Aug 2004 06:03:54 -0000 1.34 @@ -65,7 +65,7 @@ VV src/docs/2.0/api/ModPerl/Global.pod VV src/docs/2.0/api/ModPerl/Util.pod --- src/docs/2.0/api/APR.pod +VV src/docs/2.0/api/APR.pod VV src/docs/2.0/api/APR/Base64.pod VV src/docs/2.0/api/APR/Brigade.pod VP src/docs/2.0/api/APR/Bucket.pod @@ -79,6 +79,7 @@ VV src/docs/2.0/api/APR/Error.pod -- src/docs/2.0/api/APR/Finfo.pod VV src/docs/2.0/api/APR/IpSubnet.pod +VV src/docs/2.0/api/APR/OS.pod +V src/docs/2.0/api/APR/PerlIO.pod (convert to use exceptions) VP src/docs/2.0/api/APR/Pool.pod @@ -133,6 +134,10 @@ A: Add glue for function: apr_bucket_alloc_create(pool); not urgent for 2.0 + +* why APR::OS::thread_current returns an object and to get the tid, + you need to dereference it? that doesn't sounds too + intuitive. Should we change it to return the id right away? * the following accessors might be turned into read/write (they are readonly at the moment). if you think that should be the case,