Re: cvs commit: apr/include apr_atomic.h

2004-09-02 Thread Jean-Jacques Clar
Sander,   Would please move the tag for 2.0.51-RC3 on apr_atomic.h. The following change fixes a bug on NetWare. It is in NetWare specific code.   Thanks, JJ>>> [EMAIL PROTECTED] 09/02/04 2:13 PM >>> clar    2004/09/02 13:13:32  Modified:    include  Tag: APR_0_9_BRANCH apr_atomic.h  Log:  F

Re: cvs commit: apr/include apr_atomic.h

2003-12-05 Thread Joe Orton
On Fri, Dec 05, 2003 at 06:24:15AM -0500, Jeff Trawick wrote: > Joe Orton wrote: > >apr_atomic.c: In function `apr_atomic_add32': > >apr_atomic.c:205: warning: `old_value' might be used uninitialized in this > >function > > > >I'd fix it but I'm not sure how... abort()? > >assert(apr_thread_mutex

Re: cvs commit: apr/include apr_atomic.h

2003-12-05 Thread Jeff Trawick
Joe Orton wrote: On Thu, Dec 04, 2003 at 08:06:04PM -, Jeff Trawick wrote: ... #if !defined(apr_atomic_add32) && !defined(APR_OVERRIDE_ATOMIC_ADD32) -void apr_atomic_add32(volatile apr_uint32_t *mem, apr_uint32_t val) +apr_uint32_t apr_atomic_add32(volatile apr_uint32_t *mem, apr_uint32_t

Re: cvs commit: apr/include apr_atomic.h

2003-12-05 Thread Joe Orton
On Thu, Dec 04, 2003 at 08:06:04PM -, Jeff Trawick wrote: ... >#if !defined(apr_atomic_add32) && !defined(APR_OVERRIDE_ATOMIC_ADD32) > -void apr_atomic_add32(volatile apr_uint32_t *mem, apr_uint32_t val) > +apr_uint32_t apr_atomic_add32(volatile apr_uint32_t *mem, apr_uint32_t val) >

Re: cvs commit: apr/include apr_atomic.h

2003-12-04 Thread Jeff Trawick
[EMAIL PROTECTED] wrote: trawick 2003/12/04 12:06:04 Modified:atomic/netware apr_atomic.c atomic/os390 atomic.c atomic/unix apr_atomic.c atomic/win32 apr_atomic.c include apr_atomic.h Log: apr_atomic_add32() and apr_atomic_i

Re: cvs commit: apr/include apr_atomic.h

2002-05-01 Thread Jeff Trawick
Joe Orton <[EMAIL PROTECTED]> writes: > On Tue, Apr 30, 2002 at 11:43:29PM -, Justin Erenkrantz wrote: > > Modified:include apr_atomic.h > > Log: > > Remove Linux atomic support as this is most definitely not meant for > > userspace applications. We will have to come up with proc

Re: cvs commit: apr/include apr_atomic.h

2002-05-01 Thread Joe Orton
On Tue, Apr 30, 2002 at 11:43:29PM -, Justin Erenkrantz wrote: > Modified:include apr_atomic.h > Log: > Remove Linux atomic support as this is most definitely not meant for > userspace applications. We will have to come up with processor-specific > implementations, but we can no

Re: cvs commit: apr/include apr_atomic.h

2002-02-12 Thread Jeff Trawick
[EMAIL PROTECTED] writes: > ianh02/02/12 13:49:15 > > Added: atomic/unix apr_atomic.c >include apr_atomic.h try building it with --disable-shared... I dare ya :) -- Jeff Trawick | [EMAIL PROTECTED] | PGP public key at web site: http://www.geocities.com/