Re: cvs commit: apr/locks/unix locks.c

2001-06-05 Thread Cliff Woolley
On Tue, 5 Jun 2001, Ben Laurie wrote: apr_status_t apr_os_lock_put(apr_lock_t **lock, apr_os_lock_t *thelock, apr_pool_t *pool) { -if (cont == NULL) { +if (pool == NULL) { return APR_ENOPOOL; } if ((*lock)

Re: cvs commit: apr/locks/unix locks.c

2001-06-05 Thread David Reid
Could be! david - Original Message - From: Ben Laurie [EMAIL PROTECTED] To: dev@apr.apache.org Cc: [EMAIL PROTECTED] Sent: Tuesday, June 05, 2001 7:23 PM Subject: Re: cvs commit: apr/locks/unix locks.c Isn't this another example where we should just die instead of returning an error

Re: cvs commit: apr/locks/unix locks.c

2000-12-01 Thread rbb
Modified:.configure.in hints.m4 CHANGES include apr.h.in apr.hw locks/unix locks.c Log: New config variable apr_process_lock_is_global specifies that the selected inter-process lock method is sufficient for APR_LOCKALL (i.e., it blocks

Re: cvs commit: apr/locks/unix locks.c

2000-12-01 Thread Jeff Trawick
[EMAIL PROTECTED] writes: Modified:.configure.in hints.m4 CHANGES include apr.h.in apr.hw locks/unix locks.c Log: New config variable apr_process_lock_is_global specifies that the selected inter-process lock method is sufficient for

Re: cvs commit: apr/locks/unix locks.c

2000-12-01 Thread Greg Stein
On Fri, Dec 01, 2000 at 08:44:14AM -0800, [EMAIL PROTECTED] wrote: Why don't we add something like apr_get_config_string() which returns a string like the httpd -V output (but of course only builds the APR part)? How many +1s can I give this? this would be incredibly useful. +1 here,

Re: cvs commit: apr/locks/unix locks.c

2000-12-01 Thread Jeff Trawick
Greg Stein [EMAIL PROTECTED] writes: On Fri, Dec 01, 2000 at 08:44:14AM -0800, [EMAIL PROTECTED] wrote: This should work the same way apr_initialize works, so that it calls into the APR sub-libraries with a function like apr_report_lock or apr_report_threads. This would make it very