Re: LARGEFILE support macro

2001-01-27 Thread rbb
Sounds good to me. Ryan On Sat, 27 Jan 2001, William A. Rowe, Jr. wrote: > What is it folks? > > APR_HAS_LARGE_FILES? > > I'd like to commit the patch with a 'proper' name > > Bill > > ___ Ryan Bloom

Re: cvs commit: apr/include/arch/win32 fileio.h

2001-01-27 Thread William A. Rowe, Jr.
> wrowe 01/01/27 14:25:11 > > Modified:file_io/win32 dir.c filestat.c open.c >include apr.h.in apr.hw >include/arch/win32 fileio.h > > Index: apr.h.in > === > +#define APR_HAS_LARG

core dump on apache restart

2001-01-27 Thread Dale Ghent
This looks like it may be a APR problem, but when a HUP signal is sent to apache to restart, it instead core dumps due to a null pointer dereference in mod_cgid.c: #0 0x57b9c in cgid_maint (reason=2, data=0x0, status=-1) at mod_cgid.c:221 221 kill(*sd, SIGHUP); (gdb) where #0 0x

Re: cvs commit: apr-util/hooks apr_hooks.c

2001-01-27 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > wrowe 01/01/27 11:03:29 > > Modified:include apr_optional.h >hooksapr_hooks.c > Log: > Not sure what all the private stuff is doing in the header... but heck, > this makes it all compile on win32. > > Revision Changes

Re: cvs commit: apr-util/hooks apr_hooks.c

2001-01-27 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > wrowe 01/01/27 11:03:29 > > Modified:include apr_optional.h >hooksapr_hooks.c > Log: > Not sure what all the private stuff is doing in the header... but heck, > this makes it all compile on win32. See below... > > Revisi

Re: cvs commit: apr-util/include apr_optional.h

2001-01-27 Thread Ben Laurie
[EMAIL PROTECTED] wrote: > > ben 01/01/27 09:50:49 > > Modified:.CHANGES >include http_config.h >modules/experimental config.m4 >server config.c main.c >hooksapr_hooks.c > Added: modules/experimen

LARGEFILE support macro

2001-01-27 Thread William A. Rowe, Jr.
What is it folks? APR_HAS_LARGE_FILES? I'd like to commit the patch with a 'proper' name Bill

Hmmm?

2001-01-27 Thread William A. Rowe, Jr.
APU_DECLARE_DATA void (*apr_retrieve_optional_fn(const char *szName))(void) { void (*pfn)(void); if(!s_phOptionalFunctions) return NULL; return apr_hash_get(s_phOptionalFunctions,szName,strlen(szName)); } Any reason for the unused pfn variable?

Re: [patch] new function apr_open_stdout()

2001-01-27 Thread rbb
Good looking patch. I'm not going to commit it tonight, but if nobody gets to it before tomorrow, I'll do it then. Thanks a lot, and keep up the good work. :-) Ryan On 27 Jan 2001 [EMAIL PROTECTED] wrote: > * apr_file_io.h: Prototype for new function apr_open_stdout() added. > > * unix/open

[patch] new function apr_open_stdout()

2001-01-27 Thread cmpilato
* apr_file_io.h: Prototype for new function apr_open_stdout() added. * unix/open.c: Added function apr_open_stdout(), shamelessly copy-n- pasted-n-tweaked from apr_open_stderr(). * win32/open.c: Modified apr_open_stderr() to call apr_put_os_file() like all the other

APR buildconf and libtool

2001-01-27 Thread Greg Hudson
APR's buildconf has (Greg Stein wrote this): ltfile=`cd $ltpath/../share/aclocal ; pwd`/libtool.m4 This doesn't work for me; I have libtool installed with exec_prefix different from prefix. Here is my proposed fix. It's much grosser in that it parses human-readable libtoolize output whi