summaryrefslogtreecommitdiff
path: root/atomic/os390/atomic.c
Commit message (Expand)AuthorAgeFilesLines
* atomics: Disentangle 32bit and 64bit atomics configuration.ylavic2023-04-211-1/+1
* Remove trailing whitespaces in *.c.ivan2022-11-201-11/+11
* atomic: Avoid casts and/or use correct ones.ylavic2022-06-261-1/+1
* atomics: follow up to r1841078: provide specific initializer for generic 64bitylavic2019-01-171-3/+5
* atomic: fix API of atomic_{cas,xchg}ptr() for APR-2.ylavic2016-10-061-3/+3
* implement apr_atomic_xchgptr() for z/OStrawick2007-10-221-0/+17
* Implement apr_atomic_casptr() for z/OS.trawick2007-10-181-0/+24
* Fix the typo.jorton2006-08-031-1/+1
* Update license header.jorton2006-08-031-6/+6
* Update copyright year to 2005 and standardize on current copyright owner line.jerenkrantz2005-02-041-1/+2
* Relicense APR under Apache License, Version 2.0jerenkrantz2004-02-131-49/+10
* apr_atomic_add32() and apr_atomic_inc32() now return values (the old value)trawick2003-12-041-5/+11
* move the implementations of apr atomics out of the public header filetrawick2003-12-031-6/+52
* axing deprecated apr_atomic_foo functionstrawick2003-11-161-3/+3
* fix type mismatch with picky compiler settings on z/OStrawick2003-11-051-4/+4
* Update copyright notices to 2003.thommay2003-01-011-1/+1
* apr_atomic_add: sync up parameter types with header filegregames2002-03-221-1/+1
* add apr atomic support for OS/390gregames2002-03-221-0/+82