RE: [PATCH] Updated atomic API

2003-09-19 Thread William A. Rowe, Jr.
At 03:38 PM 9/19/2003, William A. Rowe, Jr. wrote: >At 01:32 AM 9/19/2003, Mladen Turk wrote: > >>I have a patch (send It back in April) that enable to use the atomic >>from C++ on WIN32. >>The problem is the fact that C++ distinguishes unsigned int and LONG >>mixage as an error. Never mind my ear

RE: [PATCH] Updated atomic API

2003-09-19 Thread William A. Rowe, Jr.
At 01:32 AM 9/19/2003, Mladen Turk wrote: >I have a patch (send It back in April) that enable to use the atomic >from C++ on WIN32. >The problem is the fact that C++ distinguishes unsigned int and LONG >mixage as an error. That's our bug, then. Not redeclaring, but we need to make this consisten

RE: [PATCH] Updated atomic API

2003-09-19 Thread Mladen Turk
> -Original Message- > From: Mladen Turk > > > -Original Message- > > From: Brian Pane > > > > Changes not yet made: > > - Removal of the old API (I saw two comments in favor > > of this, including my own; I'll wait for an official > > 3 +1s and no -1s before I start d

RE: [PATCH] Updated atomic API

2003-09-19 Thread Mladen Turk
> -Original Message- > From: Brian Pane > > Changes not yet made: > - Removal of the old API (I saw two comments in favor > of this, including my own; I'll wait for an official > 3 +1s and no -1s before I start deleting stuff) > - Return values for the add, subtract, and inc

[PATCH] Updated atomic API

2003-09-19 Thread Brian Pane
Thanks to all who provided feedback on the apr_atomic API changes that I posted last week. Here's the updated patch that I'm planning to commit; I'll wait a few days in case more people want to comment. Things that have changed since the original patch: - Added a new function apr_atomic_xchg32 to