summaryrefslogtreecommitdiff
path: root/include/apr_atomic.h
Commit message (Expand)AuthorAgeFilesLines
* Fix win32 compile breakage in apr_atomic_tstoddard2002-03-181-1/+1
* apr_atomic_dec now returns zero if the value is zero.ianh2002-03-161-3/+4
* freebsd atomic support will only be available in 5ianh2002-03-151-1/+1
* Update our copyright for this year.fielding2002-03-131-1/+1
* gcc defines __sparc__ but Sun compilers define sparcjfclere2002-03-121-1/+1
* Switched the NetWare definition of apr_atomic_t to an unsigned longbnicholes2002-02-261-1/+1
* deal with the case where some processors in a product line are ancient and don'tianh2002-02-211-8/+14
* NetWare implementation of the APR atomic APIsbnicholes2002-02-201-0/+17
* minor fix for solarisianh2002-02-201-5/+3
* linux compatibility checksianh2002-02-201-14/+18
* enable sun-sparc specific codeianh2002-02-191-1/+1
* re-introduce the CAS apr call.ianh2002-02-191-5/+89
* use FreeBSD (4+) atomic functions instead of generic onesianh2002-02-181-0/+12
* preperation for solaris sparc additionianh2002-02-171-1/+13
* Just for claritywrowe2002-02-161-3/+6
* remove CAS option as linux doesn't support it out of the boxianh2002-02-161-6/+20
* get APR to build with --disable-threads... there is notrawick2002-02-131-0/+5
* atomic operation.ianh2002-02-121-0/+89