summaryrefslogtreecommitdiff
path: root/atomic/os390
Commit message (Expand)AuthorAgeFilesLines
* atomics: Disentangle 32bit and 64bit atomics configuration.Yann Ylavic2023-04-211-1/+1
* Remove trailing whitespaces in *.c.Ivan Zhakov2022-11-201-11/+11
* atomic: Avoid casts and/or use correct ones.Yann Ylavic2022-06-261-1/+1
* 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
* Remove .cvsignore files.Joe Orton2004-11-181-4/+0
* Relicense APR under Apache License, Version 2.0Justin Erenkrantz2004-02-131-49/+10
* First whack at switching to a single top-level make. This adds a dependencyGreg Stein2004-02-051-14/+0
* 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
* ignore generated filesJeff Trawick2002-04-301-0/+4
* Allow VPATH builds to properly generate build dependencies. This requiresJustin Erenkrantz2002-04-221-0/+2
* adding Makefile.inGreg Ames2002-03-221-0/+12
* 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