Re: cvs commit: apr/test testrand2.c Makefile.in test_apr.h testall.c

2003-11-04 Thread Ben Laurie
Joe Orton wrote: > On Mon, Nov 03, 2003 at 01:25:01PM -, Ben Laurie wrote: > >>ben 2003/11/03 05:25:01 >> >> Modified:.CHANGES Makefile.in configure.in >> include apr_atomic.h apr_errno.h >> test Makefile.in test_apr.h testall.c >> Added:

Re: Latest APR stable build

2003-11-04 Thread Norman Tuttle
So, is a new stable build out yet? Cliff Woolley wrote: On Thu, 30 Oct 2003, Norman Tuttle wrote: What is the latest stable build of the Apache APR, when was it produced, I was supposed to tag and roll 0.9.5 and 1.0-test1 yesterday, but got sidetracked and forgot about it. I'll try to do i

Re: cvs commit: apr/test testrand2.c Makefile.in test_apr.h testall.c

2003-11-04 Thread David Reid
Well, it built OK on FreeBSD :) david - Original Message - From: "Joe Orton" <[EMAIL PROTECTED]> To: Sent: Tuesday, November 04, 2003 9:34 AM Subject: Re: cvs commit: apr/test testrand2.c Makefile.in test_apr.h testall.c > On Mon, Nov 03, 2003 at 01:25:01PM -, Ben Laurie wrote: >

Re: cvs commit: apr/test testrand2.c Makefile.in test_apr.h testall.c

2003-11-04 Thread Joe Orton
On Mon, Nov 03, 2003 at 01:25:01PM -, Ben Laurie wrote: > ben 2003/11/03 05:25:01 > > Modified:.CHANGES Makefile.in configure.in >include apr_atomic.h apr_errno.h >test Makefile.in test_apr.h testall.c > Added: include apr_ran

Re: cvs commit: apr/network_io/win32 sockets.c sockopt.c

2003-11-04 Thread Greg Stein
On Tue, Nov 04, 2003 at 02:23:59AM +0100, Branko ?ibej wrote: > [EMAIL PROTECTED] wrote: >... > > Also simplified the test/set macros to just take a socket. >... > > #define apr_set_option(mask, option, on) \ > > do { \ > > if (on)

Re: cvs commit: apr/network_io/win32 sockets.c sockopt.c

2003-11-04 Thread Branko Äibej
[EMAIL PROTECTED] wrote: >gstein 2003/11/02 12:51:18 > > Modified:include/arch/os2 apr_arch_networkio.h > include/arch/unix apr_arch_networkio.h > include/arch/win32 apr_arch_networkio.h > network_io/unix sendrecv.c sockets.c sockopt.c >