Re: cvs commit: apr/file_io/unix filestat.c

2002-12-12 Thread Karl Fogel
Karl Fogel <[EMAIL PROTECTED]> writes: > But seriously, it would still be nice if it referenced the relevant > earlier revision (1.58), in case anyone tries to trace the history > here. 'cvs admin -m' can do this. ^^^ Sorry, that wasn't clear at all. I meant, 'cvs

Re: cvs commit: apr/file_io/unix filestat.c

2002-12-12 Thread Karl Fogel
[EMAIL PROTECTED] writes: > Modified:file_io/unix filestat.c > Log: > Fix of my braindead error, submitted by Karl Fogel > <[EMAIL PROTECTED]> Gosh, that's a much harsher commit message than I had in mind :-). But seriously, it would still be nice if it referenced the relevant ear

Re: cvs commit: apr/file_io/unix filestat.c

2002-12-12 Thread William A. Rowe, Jr.
At 09:28 AM 12/12/2002, Brane wrote: >William A. Rowe, Jr. wrote: > >>At 06:49 AM 12/12/2002, Jeff Trawick wrote: >> >> >>>[EMAIL PROTECTED] writes: >>> >>> >>> wrowe 2002/12/11 23:01:52 Modified:file_io/unix filestat.c Log: switch {case} and default: ar

Re: cvs commit: apr/file_io/unix filestat.c

2002-12-12 Thread Branko Äibej
William A. Rowe, Jr. wrote: >At 06:49 AM 12/12/2002, Jeff Trawick wrote: > > >>[EMAIL PROTECTED] writes: >> >> >> >>>wrowe 2002/12/11 23:01:52 >>> >>> Modified:file_io/unix filestat.c >>> Log: >>>switch {case} and default: are probably better for handling this case. >>>Is

Re: cvs commit: apr/file_io/unix filestat.c

2002-12-12 Thread Jeff Trawick
"William A. Rowe, Jr." <[EMAIL PROTECTED]> writes: > At 06:49 AM 12/12/2002, Jeff Trawick wrote: > >[EMAIL PROTECTED] writes: > > > >> wrowe 2002/12/11 23:01:52 > >> > >> Modified:file_io/unix filestat.c > >> Log: > >> switch {case} and default: are probably better for handling

Re: cvs commit: apr/file_io/unix filestat.c

2002-12-12 Thread William A. Rowe, Jr.
At 06:49 AM 12/12/2002, Jeff Trawick wrote: >[EMAIL PROTECTED] writes: > >> wrowe 2002/12/11 23:01:52 >> >> Modified:file_io/unix filestat.c >> Log: >> switch {case} and default: are probably better for handling this case. >> Is anyone aware of a platform where S_IFxxx # isn'

Re: cvs commit: apr/file_io/unix filestat.c

2002-12-12 Thread Jeff Trawick
[EMAIL PROTECTED] writes: > wrowe 2002/12/11 23:01:52 > > Modified:file_io/unix filestat.c > Log: > switch {case} and default: are probably better for handling this case. > Is anyone aware of a platform where S_IFxxx # isn't available, yet > S_ISxxx(#) is? RH Linux 7.3

Re: cvs commit: apr/file_io/unix filestat.c

2002-10-10 Thread William A. Rowe, Jr.
I lie. This patch didn't change a thing. The latest HP/UX security patches cause detection of dlopen(), while older builds only have shl support. This causes nightmares for bin builds on HPUX11. It seems we should check shl prior to dlopen(), since shl would be the defacto standard on HPUX or p

RE: cvs commit: apr/file_io/unix filestat.c

2002-10-07 Thread Kean Johnston
Must have something to do with my re-ordering of dlopen checks. I'll bet it is this part that did it: > > @@ -1265,11 +1267,11 @@ > > [ > > AC_CHECK_FUNCS(NSLinkModule, [ tempdso="dyld" ], [ > tempdso="no" ]) > > if test "$tempdso" = "no"; then > > - AC_CHECK_LIB(dl, dlope

Re: cvs commit: apr/file_io/unix filestat.c

2002-10-07 Thread William A. Rowe, Jr.
This patch borked DSO_USE_SHL detection for HP/UX. Ideas? Bill At 02:26 PM 9/22/2002, [EMAIL PROTECTED] wrote: >brianp 2002/09/22 12:26:42 > > Modified:.CHANGES configure.in > buildapr_hints.m4 > file_io/unix filestat.c > Log: > Added support f

Re: cvs commit: apr/file_io/unix filestat.c

2001-01-24 Thread Jeff Trawick
Jeff Trawick <[EMAIL PROTECTED]> writes: > "William A. Rowe, Jr." <[EMAIL PROTECTED]> writes: > > > > trawick 01/01/24 13:11:52 > > > > > > Modified:file_io/unix filestat.c > > > Log: > > > get filestat.c to compile again > > > > and it rides again, I presume? Thanks Jeff > > au

Re: cvs commit: apr/file_io/unix filestat.c

2001-01-24 Thread William A. Rowe, Jr.
PROTECTED]> To: "William A. Rowe, Jr." <[EMAIL PROTECTED]> Cc: Sent: Wednesday, January 24, 2001 4:01 PM Subject: Re: cvs commit: apr/file_io/unix filestat.c > "William A. Rowe, Jr." <[EMAIL PROTECTED]> writes: > > > > trawick 01/01/24 13:

Re: cvs commit: apr/file_io/unix filestat.c

2001-01-24 Thread Jeff Trawick
"William A. Rowe, Jr." <[EMAIL PROTECTED]> writes: > > trawick 01/01/24 13:11:52 > > > > Modified:file_io/unix filestat.c > > Log: > > get filestat.c to compile again > > and it rides again, I presume? Thanks Jeff autoindex is still failing for me; I'll play with it some more --

Re: cvs commit: apr/file_io/unix filestat.c

2001-01-24 Thread William A. Rowe, Jr.
> trawick 01/01/24 13:11:52 > > Modified:file_io/unix filestat.c > Log: > get filestat.c to compile again and it rides again, I presume? Thanks Jeff