Re: OK...

2000-11-16 Thread Jeff Trawick
and OS/2 builds to include apr_inet_ntop() and apr_inet_pton(). -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

I need help getting Win32 to build again...

2000-11-16 Thread Jeff Trawick
with an unresolved reference for apr_create_socket(). Thanks for your assistance! (I care a lot that APR builds on Win32, really :) ) -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: OK...

2000-11-17 Thread Jeff Trawick
. +1 I'll hold off on that one for now (until after the alpha maybe?). I need to spend some time making an honest attempt at not breaking Win32 and OS/2 when I ship this patch. -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289

[PATCH] change apr_bind() API, add apr_get_sockaddr()

2000-11-17 Thread Jeff Trawick
apr_get_thread_private -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: cvs commit: apr/test testargs.c

2000-11-29 Thread Jeff Trawick
. This also allows clients to pass const data in. Please get http_main.c to compile without warnings again. -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: controlling the flavor of lock used by APR

2000-11-30 Thread Jeff Trawick
[EMAIL PROTECTED] writes: On Thu, 30 Nov 2000, Jeff Trawick wrote: Does anyone have thoughts on what should be done in hints.m4 to set the flavor of lock for a certain platform? Why do you want to do this? For the same reason we had USE_xyz_SERIALIZED_ACCEPT in 1.3: because certain

[PATCH] controlling the flavor of lock used by APR

2000-11-30 Thread Jeff Trawick
) +fi AC_END_DECISION AC_DEFINE_UNQUOTED($ac_decision) -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: controlling the flavor of lock used by APR

2000-11-30 Thread Jeff Trawick
for first and SysV sem last in order to prefer fcntl. However, the preferred methods have to be checked for last, so the order has been right all along (well, since March when you changed it). -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley

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

2000-12-01 Thread Jeff Trawick
tests macros aren't needed by apps and move them out of apr.h. -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

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

2000-12-01 Thread Jeff Trawick
it harder when that is needed. That is for damn sure :)^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H^H I'll start out with all the logic right in cfg.c and as other folks have time/inclination they can consider other implementations. -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web

Re: compilation difficulties on BeOS

2000-12-02 Thread Jeff Trawick
type Yep... this bug crept in last night; it showed up in a gcc warning on FreeBSD in the wee hours... sizeof(* void *) is undefined. You can't do void *x; sizeof(*x) -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289

[PATCH] apr_make_os_sock()

2000-12-03 Thread Jeff Trawick
APR_SUCCESS; +} + apr_status_t apr_put_os_sock(apr_socket_t **sock, apr_os_sock_t *thesock, apr_pool_t *cont) { -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell

Re: [PATCH] apr_make_os_sock()

2000-12-03 Thread Jeff Trawick
Jeff Trawick [EMAIL PROTECTED] writes: +apr_status_t apr_make_os_sock(apr_socket_t **apr_sock, apr_os_sock_t *os_sock, + struct sockaddr *local, struct sockaddr *remote, + int family, int type, apr_pool_t *cont

Re: [PATCH] apr_make_os_sock()

2000-12-03 Thread Jeff Trawick
[EMAIL PROTECTED] writes: On Sun, 3 Dec 2000, Jeff Trawick wrote: Hopefully I didn't miss any comments on the mailing list last night (where is that archive again?). Here is enough to look at to make sure I didn't screw anything up. I added family and type parameters too so

Re: cvs commit: apr-util/src/dbm Makefile.in apr_dbm.c

2000-12-06 Thread Jeff Trawick
) which leads in some sick way to the APR exports list being expanded twice in exports.c which keeps exports.c from compiling properly? Cool... -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell

Re: Win32 ordinal binding concerns

2000-12-10 Thread Jeff Trawick
that the linker binds on the symbol name instead of the ordinal number? -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: cvs commit: apr-util Makefile.in

2000-12-12 Thread Jeff Trawick
0 isn't really necessary here because there will be no directories fed to find so there can't be any traversal (no chance to test at the moment though; maybe in an hour when I get back from an errand). -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http

Re: cvs commit: apr/shmem/unix/mm aclocal.m4

2000-12-13 Thread Jeff Trawick
? -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: cvs commit: apr/shmem/unix/mm aclocal.m4

2000-12-13 Thread Jeff Trawick
David Reid [EMAIL PROTECTED] writes: Yeah, and he denied all knowledge of the piece of code affected :) Hence I submitted the fix! c00l... I guess that was in the temporary patch from Ryan... -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com

Re: cvs commit: apr/network_io/unix sa_common.c

2000-12-14 Thread Jeff Trawick
); } else { return apr_os_strerror(buf, bufsize, statcode - APR_OS_START_SYSERR); } -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: cvs commit: apr CHANGES aclocal.m4

2000-12-17 Thread Jeff Trawick
solution. Yuck! -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: cvs commit: apr/lib apr_pools.c

2001-01-03 Thread Jeff Trawick
: In function `apr_init_alloc': apr_pools.c:691: `pglobal' undeclared (first use in this function) apr_pools.c:691: (Each undeclared identifier is reported only once apr_pools.c:691: for each function it appears in.) apr_pools.c:691: too few arguments to function `apr_make_sub_pool' -- Jeff Trawick

Re: hints.m4

2001-01-08 Thread Jeff Trawick
? edit config_vars.mk after configure*? *not so simple as there are more places to edit -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: cvs commit: apr APRVARS.in configure.in

2001-01-09 Thread Jeff Trawick
mm/mm_alloc.o mm/mm_core.o mm/mm_lib.o \ + mm/mm_vers.o build-mm: (cd mm $(MAKE) libmm.la) - cp $(MM_OBJS) . + @rm -f mm*.o mm*.lo + @for i in $(MM_OBJS); do ln $$i `echo $$i | sed -e 's/.*\/\(.*\)\.o/\1\.lo/'`; done # DO NOT REMOVE -- Jeff Trawick | [EMAIL

Re: cvs commit: apr APRVARS.in configure.in

2001-01-10 Thread Jeff Trawick
/02 15:49:11) -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: cvs commit: apr/user/unix .cvsignore Makefile.in

2001-01-10 Thread Jeff Trawick
. -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: cvs commit: apr/tables apr_hash.c

2001-01-16 Thread Jeff Trawick
Greg Stein [EMAIL PROTECTED] writes: On Tue, Jan 16, 2001 at 12:59:04PM -0500, Jeff Trawick wrote: [EMAIL PROTECTED] writes: ... /** - * Get the number of keys in the hash table. + * Get the number of key/value pairs in the hash table. * @param ht The hash table

[PATCH] what exactly does APR_FINFO_DIRENT do?

2001-01-24 Thread Jeff Trawick
... -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

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 -- Jeff Trawick

Re: cvs commit: apr/include apr_xlate.h

2001-01-29 Thread Jeff Trawick
needs to be done. I'll look into using a different cast trick (or autoconf test) which will avoid the warning on all platforms. As long as there is a reasonable comment in the code I suspect people will live it alone (do you hear that Greg? :) ) Have fun... -- Jeff Trawick | [EMAIL PROTECTED

Re: build blues

2001-01-31 Thread Jeff Trawick
:) ) -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: FreeBSD 4.2 breakage (?)

2001-02-05 Thread Jeff Trawick
at the programming interface level but you couldn't do anything useful with it -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: [PATCH] iconv tweak

2001-02-07 Thread Jeff Trawick
so few calls to iconv). Is it reasonable to test for a compile *warning* via autoconf? -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: [PATCH] iconv tweak

2001-02-07 Thread Jeff Trawick
that it is important to get all systems compiling even if we have to have warnings; I'm just wondering about a better solution. Thanks, Jeff -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married

Re: cvs commit: apr buildconf

2001-02-07 Thread Jeff Trawick
libtoolize` -ltpath=`dirname $ltpath` +libtoolize=`helpers/PrintPath glibtoolize libtoolize` +ltpath=`dirname $libtool` I think you meant ltpath=`dirname $libtoolize` buildconf ain't working right for me and configure isn't either :) -- Jeff Trawick | [EMAIL PROTECTED] | PGP public

Re: [PATCH] iconv tweak

2001-02-08 Thread Jeff Trawick
test -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: [PATCH] a somewhat different approach to the iconv() issue

2001-02-08 Thread Jeff Trawick
*inbufptr = (char *)inbuf; char *outbufptr = outbuf; translated = iconv(convset-ich, inbufptr, Thanks, -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married

Re: [PATCH] a somewhat different approach to the iconv() issue

2001-02-08 Thread Jeff Trawick
Sascha Schumann [EMAIL PROTECTED] writes: On 7 Feb 2001, Jeff Trawick wrote: Jeff Trawick [EMAIL PROTECTED] writes: Roy T. Fielding [EMAIL PROTECTED] writes: . we *know* that versions of glibc 2.2 have const char ** instead of char ** so make that work without any

Re: FreeBSD 4.2 breakage (?)

2001-02-08 Thread Jeff Trawick
Jeff Trawick [EMAIL PROTECTED] writes: Regarding _POSIX_SOURCE: Trivia on _POSIX_SOURCE from Tru64... /* * If user defines _POSIX_SOURCE and if _POSIX_C_SOURCE is not defined, * define _POSIX_C_SOURCE to be 1. (_POSIX_SOURCE maps to the POSIX 1003.1 * standard from 1990

Re: apr_ function prefixes

2001-02-08 Thread Jeff Trawick
*aprtime, ./srclib/apr/time/win32/time.c:APR_DECLARE(apr_status_t) apr_os_exp_time_pupt(apr_exploded_time_t *aprtime, -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: [PATCH] a somewhat different approach to the iconv() issue

2001-02-08 Thread Jeff Trawick
have to start by cutting and pasting AC_TRY_COMPILE. A quick look at the license reminded me that I am not a lawyer :) ) -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: cvs commit: apr configure.in

2001-02-09 Thread Jeff Trawick
to verify. Alternatively, we can just remove it across the board and pick up the pieces when somebody with one of the obscure systems gets an unresolved reference and we realize that we need to look for a different function in -lm. Are you in favor of the latter approach? Thanks, -- Jeff Trawick

Re: apr_ function prefixes

2001-02-09 Thread Jeff Trawick
Jeff Trawick [EMAIL PROTECTED] writes: Garrett Rooney [EMAIL PROTECTED] writes: on lines 278 and 283 you replace put with pupt for apr_os_exp_time_put and apr_os_thread_put. i assume that's wrong, since i can't for the life of me figure out what pupt would mean ;-) good for you

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

2001-02-12 Thread Jeff Trawick
platform. #endif -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

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

2001-02-13 Thread Jeff Trawick
, -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: threads on FreeBSD - disable?

2001-02-15 Thread Jeff Trawick
hints.m4 was designed for. sounds cool! -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: Working platforms - HP-UX 11.00

2001-02-17 Thread Jeff Trawick
be best spent on HP-UX as it would seem to have the least care and feeding of the two. Hope this helps, certainly! -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: Working platforms - HP-UX 11.00

2001-02-17 Thread Jeff Trawick
Cliff Woolley [EMAIL PROTECTED] writes: --- Jeff Trawick said: (by the way, we don't build with the HP compiler on HP 10.20; need to look lots further into which compiler I have access to and why it doesn't like some seemingly benign declarations in APR) That doesn't surprise me... HP

Re: cvs commit: apr-util Makefile.in

2001-02-17 Thread Jeff Trawick
$@ ; again -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: [PATCH] allow using GNU make on BSDi

2001-02-19 Thread Jeff Trawick
;; +# Check whether they've installed GNU make +if make --version /dev/null 21; then +true +else +BSD_MAKEFILE=yes +fi +;; esac AC_OUTPUT($APACHE_OUTPUT_FILES support/apxs support/apachectl,,[ -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site

Re: cvs commit: apr/threadproc/unix signals.c

2001-02-21 Thread Jeff Trawick
-in `define' ignored configure.in:70: AC_TRY_COMPILE was called before AC_AIX configure.in:71: AC_TRY_COMPILE was called before AC_ISC_POSIX configure.in:72: AC_TRY_COMPILE was called before AC_MINIX rebuilding srclib/apr/configure new link-edit errors: apr_sigwait() unresolved -- Jeff Trawick

Re: add rename symbols to ap*_compat.h

2001-02-21 Thread Jeff Trawick
Greg Stein [EMAIL PROTECTED] writes: Okay, people. Here is your chance to vote. add 2.0 symbol renames to ap*_compat.h: -0: Greg, Doug -0: Jeff (-0.2 actually, but why be different) -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http

Re: httpd-2.0 does not build -- missing apr_sigwait

2001-02-21 Thread Jeff Trawick
errors first! cvs commit: saving log message in /tmp/cvssIKmf78601 I can't fix that but I will try to commit *something* Real Soon Now. I will try to spend time debugging the new buildconf warnings before testing any code though so no guarantees that the apr_sigwait() fix is golden. -- Jeff

Re: httpd-2.0 with apr_sigwait() patch loops.

2001-02-21 Thread Jeff Trawick
(RH 6.0) with the sigwait() change I just committed and observed no looping, either in -DONE_PROCESS mode or in normal mode. Take care, Jeff -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell

Re: cvs commit: apr/threadproc/unix signals.c

2001-02-21 Thread Jeff Trawick
Jeff Trawick [EMAIL PROTECTED] writes: [EMAIL PROTECTED] writes: rbb 01/02/20 17:15:49 Modified:buildapr_threads.m4 include apr_thread_proc.h threadproc/unix signals.c Log: Add some functions to APR's thread/processes support

Re: httpd-2.0 with apr_sigwait() patch loops.

2001-02-21 Thread Jeff Trawick
-- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: httpd-2.0 with apr_sigwait() patch loops.

2001-02-21 Thread Jeff Trawick
shouldn't be there at all, so perhaps disabling sendfile() on s390 linux was not the right fix. -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

CFLAGS vs. THREAD_CPPFLAGS

2001-02-21 Thread Jeff Trawick
, -D_POSIX_PTHREAD_SEMANTICS is passed to the compiler because apr_hints.m4 puts it in THREAD_CPPFLAGS. Thus we get the prototype for the two-argument version and we fail to compile. Does anybody know exactly why this worked before? I'm not sure what the right fix is yet... gotta look further. -- Jeff

Re: cvs commit: apr configure.in

2001-02-21 Thread Jeff Trawick
or is a macro on systems which provide mkstemp(). -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: CFLAGS vs. THREAD_CPPFLAGS

2001-02-21 Thread Jeff Trawick
[EMAIL PROTECTED] writes: This probably used to work because Apache was never setting the flags. oh... that is good to know... I'll have to play with this before too terribly long, but definitely not today. -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http

Re: cvs commit: apr/threadproc/unix signals.c

2001-02-23 Thread Jeff Trawick
construct in apr_thread_proc.h so that exports.c doesn't try to reference apr_create_signal_thread/apr_setup_signal_thread? (Oh, and where is that Perl guy? We got the verb before the object with these functions.) -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http

Re: apr_sigwait/SunOS compile break

2001-02-25 Thread Jeff Trawick
. But those thread-related flags get us a different flavor of sigwait() later. I'm not sure a conclusion on how to handle was reached either. I'll just make up one. -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289

Re: OT Question

2001-02-25 Thread Jeff Trawick
on Solaris and OS/390 only. -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: cvs commit: apr configure.in

2001-02-27 Thread Jeff Trawick
in apr_private.h for HAVE_SYS_STAT_H -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: APR_FLAG_HEADERS

2001-02-27 Thread Jeff Trawick
Jim Jagielski [EMAIL PROTECTED] writes: I've got a real cool idea about how to make everyone happy... Heading out right now, but will commit something later today :) Just for my curiosity, can you tell me which system actually can build APR after these cool ideas were implemented? -- Jeff

Re: threaded MPM and the signal thread

2001-02-27 Thread Jeff Trawick
Jeff Trawick [EMAIL PROTECTED] writes: watch out non-Linux-ers... Since the signal handling was moved around in the threaded MPM, on Tru64 and AIX the child processes are looping somewhere and they don't respond to SIGTERM. It seems that the problems started when we went from

Re: cvs commit: apr/build apr_common.m4

2001-02-27 Thread Jeff Trawick
); a few other header files aren't substituted properly either... work-around forthcoming... yes, this is with a virgin configure.in with none of my changes in it -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289

Re: cvs commit: apr configure.in

2001-02-27 Thread Jeff Trawick
started with. -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: cvs commit: apr-util/build apu-conf.m4

2001-02-28 Thread Jeff Trawick
of apr-util? -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: autoconf and Gnu m4... a matched set?

2001-02-28 Thread Jeff Trawick
7.2 box is a laptop. -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: configure as root?

2001-03-02 Thread Jeff Trawick
Luke Kenneth Casson Leighton [EMAIL PROTECTED] writes: question. samba, in its search for info during ./configure-time, fails certain tests (e.g. the setuid ones) if not run as root. same for apr? nope; no such tests -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site

Re: httpd-2.0/apr/apr-util Code Freeze

2001-03-07 Thread Jeff Trawick
of this was implied in your earlier note (you anticipated that Ryan would commit a fix sometime today and we'd tag/roll later today). Now that Ryan suggests Thursday or Friday I wonder when you want a freeze. I don't want a freeze now if we don't tag/roll until Friday afternoon. Thanks... -- Jeff

Re: cvs commit: apr/user/unix userinfo.c

2001-03-08 Thread Jeff Trawick
be helpful to see his plans before it is committed, as I need to add special code to validate a password on OS/390. (John? Care to briefly describe your plans here?) For now I will put in a hack to keep that file compiling on OS/390 (no pw_passwd field). -- Jeff Trawick | [EMAIL PROTECTED

Re: Problem with apr-util/xml/expat

2001-03-09 Thread Jeff Trawick
$ +++ I am afraid we need a way to find how -Wp,-MD, option should be processed. Cheers Jean-frederic -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born

Re: Problem with apr-util/xml/expat

2001-03-10 Thread Jeff Trawick
) clean: @list='$(SUBDIRS)'; for dir in $$list; do \ I'm late for waffle iron duty so over and out for now. Cheers, -g On Fri, Mar 09, 2001 at 11:22:04AM -0500, Jeff Trawick wrote: Tru64 is busted with this too, though when I do make from toplevel, link of dftables failes

Re: Problem with apr-util/xml/expat

2001-03-11 Thread Jeff Trawick
Greg Stein [EMAIL PROTECTED] writes: On Sat, Mar 10, 2001 at 08:35:19AM -0500, Jeff Trawick wrote: Greg Stein [EMAIL PROTECTED] writes: Fixed. What got fixed (Thanks!) is that once we decide to make in the lib directory we don't blow up with the non-portable dependency

Re: Problem with apr-util/xml/expat

2001-03-11 Thread Jeff Trawick
Jeff Trawick [EMAIL PROTECTED] writes: The same thing is happening with SUBDIRS = lib all: $(SUBDIRS) $(SUBDIRS) : cd $@; make It thinks lib is up-to-date and won't rebuild it, even after removing config.status from the dependency. I think that either some sort

[PRE-PATCH] move ip subnet details from mod_access to APR

2001-03-14 Thread Jeff Trawick
address to test + * @return non-zero if the socket address is within the subnet, 0 otherwise + */ +APR_DECLARE(int) apr_ipsubnet_test(apr_ipsubnet_t *ipsub, apr_sockaddr_t *sa); #ifdef __cplusplus } -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com

Re: Problem Build Latest Win32 CVS Release

2001-03-15 Thread Jeff Trawick
WSAEAFNOSUPPORT +#endif + /* * WARNING: Don't even consider trying to compile this on a system where * sizeof(int) 4. sizeof(int) 4 is fine; all the world's not a VAX. -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289

Re: Problem Build Latest Win32 CVS Release

2001-03-16 Thread Jeff Trawick
empty. I'll see what I can do... I'm pretty clumsy with the project files. Thanks... -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: Problem Build Latest Win32 CVS Release

2001-03-16 Thread Jeff Trawick
that, looks like you are all over this (as in... on top of it :-) not really... -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: iconv problems

2001-03-20 Thread Jeff Trawick
the differences are, how much code is exposed to the difference, etc. What to do for platform that have not iconv at all? (Well is covered by HAVE_ICONV). APR cares about HAVE_ICONV... The APR app cares about APR_HAS_XLATE -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site

Re: disk i/o problems

2001-03-27 Thread Jeff Trawick
Ben Collins-Sussman [EMAIL PROTECTED] writes: Jeff Trawick [EMAIL PROTECTED] writes: Ben Collins-Sussman [EMAIL PROTECTED] writes: Hi all -- I'm getting some weird disk slowdowns on FreeBSD 4.2. Did you by chance look at an strace/truss of your APR app on Linux and FreeBSD

Re: cvs commit: apr configure.in

2001-03-29 Thread Jeff Trawick
for libtool). Couldn't/shouldn't hide this in an AC_PROG_LIBTOOL macro? -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: cvs commit: apr-util/xml/expat configure.in

2001-03-29 Thread Jeff Trawick
+;; +esac as before, do this in AC_PROG_LIBTOOL -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: cvs commit: apr configure.in

2001-03-29 Thread Jeff Trawick
Brian Havard [EMAIL PROTECTED] writes: On 29 Mar 2001 11:04:02 -0500, Jeff Trawick wrote: The way I do this in my libtool emulator is to provide an AC_PROG_LIBTOOL macro in my libtool.m4 to set up the LIBTOOL variable. (I compile my .c at make install time for libtool). Couldn't

Re: cvs commit: apr-util/xml/expat configure.in

2001-03-29 Thread Jeff Trawick
Brian Havard [EMAIL PROTECTED] writes: On 29 Mar 2001 11:07:31 -0500, Jeff Trawick wrote: It seemed cleaner to me to provide an empty AC_LIBTOOL_WIN32_DLL macro than to change the expat build. Err, actually it's just moved, not removed, into the everything but OS/2 section (see below

Re: cvs commit: apr configure.in

2001-03-30 Thread Jeff Trawick
Brian Havard [EMAIL PROTECTED] writes: On 29 Mar 2001 20:45:28 -0500, Jeff Trawick wrote: No... I mean provide your own libtool.m4 which defines your own AC_PROG_LIBTOOL. Then APR doesn't care which libtool is used. I want APR to care, I want this built into APR. It's APR's job

Re: cvs commit: apr/network_io/unix sendrecv.c sockets.c

2001-03-31 Thread Jeff Trawick
a datagram socket just means that somebody sent you a zero-byte datagram. Remove the minimal parm checking from recvfrom()... better to segfault as with most of the rest of APR. The same basic change is needed for other apr_recvfrom() implementation(s)... -- Jeff Trawick | [EMAIL

Re: cvs commit: apr/network_io/unix sendrecv.c sockets.c

2001-03-31 Thread Jeff Trawick
William A. Rowe, Jr. [EMAIL PROTECTED] writes: has anyone else been using apr/test/makefile.win? With success? I just used it the first time and quickly found an opportunity (run-time exception). Thanks for the perl. -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site

Re: Fw: cvs commit: apr/network_io/unix sendrecv.c sockets.c

2001-04-01 Thread Jeff Trawick
isn't working... I haven't disentangled the messages from client/server (which should work) from the messages from sendfile (which is expected to fail on 98). It could just be the ./sendfile :) -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com

Re: APR threads and FreeBSD

2001-04-01 Thread Jeff Trawick
be thrilled if some of the FreeBSD thread folks would use --enable-threads and see what is happening :) -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: cvs commit: apr configure.in

2001-04-07 Thread Jeff Trawick
Actually, the difference is probably my shell being wonky and not autoconf. Does this patch fix your problem? What you committed is great. Thanks! -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born

Re: resolver issues

2001-04-07 Thread Jeff Trawick
? These resolver things bring with them a resolver in order to work on systems that don't have res_search() et al already. Ouch! -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married

Re: apr_send() - how to flush to network?

2001-04-08 Thread Jeff Trawick
status If no bytes are going to the wire, what is happening in the TCP layer? Can you use netstat to display info about the TCP connection? Maybe there are already bytes in the send buffer and the TCP stack can't accept any more because the other side isn't acknowledging bytes already sent? -- Jeff

out for a while... apr/test builds broken :(

2001-04-08 Thread Jeff Trawick
' make: *** [all-recursive] Error 1 -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: apr_dso_handle_close ?

2001-04-18 Thread Jeff Trawick
apr_os_put|make_foo) is not deemed elegant enough -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

Re: apr_dso_handle_close ?

2001-04-18 Thread Jeff Trawick
the error string, we don't simply save the strerror() result but instead save the errno... as for why the APR interface is designed that way: some platforms have additional information available (beyond any sort of errno-like numeric value)... -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web

[PATCH] do auto-unregister of other child registration

2001-04-26 Thread Jeff Trawick
; } + +/* segfault if this function called with invalid parm */ +apr_pool_cleanup_kill(cur-p, cur-data, other_child_cleanup); +other_child_cleanup(data); } /* test to ensure that the write_fds are all still writable, otherwise -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site

Re: os-unixware/7651: compilation of srclib/apr/network_io/unix/sa_common.c fails

2001-04-30 Thread Jeff Trawick
. -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/SiliconValley/Park/9289/ Born in Roswell... married an alien...

  1   2   3   4   5   6   7   8   9   10   >