summaryrefslogtreecommitdiff
path: root/atomic/os390/atomic.c
Commit message (Expand)AuthorAgeFilesLines
* atomics: follow up to r1841078: provide specific initializer for generic 64bitYann Ylavic2019-01-171-3/+5
* atomic: fix API of atomic_{cas,xchg}ptr() for APR-2.Yann Ylavic2016-10-061-3/+3
* implement apr_atomic_xchgptr() for z/OSJeff Trawick2007-10-221-0/+17
* Implement apr_atomic_casptr() for z/OS.Jeff Trawick2007-10-181-0/+24
* Fix the typo.Joe Orton2006-08-031-1/+1
* Update license header.Joe Orton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.Justin Erenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* apr_atomic_add32() and apr_atomic_inc32() now return values (the old value)Jeff Trawick2003-12-041-5/+11
* move the implementations of apr atomics out of the public header fileJeff Trawick2003-12-031-6/+52
* axing deprecated apr_atomic_foo functionsJeff Trawick2003-11-161-3/+3
* fix type mismatch with picky compiler settings on z/OSJeff Trawick2003-11-051-4/+4
* Update copyright notices to 2003.Thom May2003-01-011-1/+1
* apr_atomic_add: sync up parameter types with header fileGreg Ames2002-03-221-1/+1
* add apr atomic support for OS/390Greg Ames2002-03-221-0/+82