]> git.ipfire.org Git - thirdparty/glibc.git/history - include/atomic.h
Update copyright dates with scripts/update-copyrights.
[thirdparty/glibc.git] / include / atomic.h
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-11-20  Torvald RiegelAdd atomic operations similar to those provided by...
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-08-14  Maxim KuvyrkovAdd explicit acquire/release semantics to atomic_exchan...
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2010-12-10  Ulrich DrepperFix typo in comment.
2009-07-16  Jakub JelinekUse rel semantics of cas instead of acq semantics with...
2009-05-16  Jakub JelinekAvoid double definition of catomic_compare_and_exchange...
2009-02-08  Ulrich Drepper* include/atomic.h: Define catomic_and if not already...
2007-01-11  Ulrich Drepper[BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426,...
2007-07-31  Jakub Jelinek.
2006-12-21  Ulrich Drepper* include/atomic.h (atomic_forced_read): New macro.
2006-10-18  Ulrich Drepper[BZ #3313]
2006-10-11  Ulrich Drepper* include/atomic.c: Define catomic_* operations.
2006-10-10  Ulrich Drepper Jakub Jelinek <jakub@redhat.com>
2006-02-17  Ulrich Drepper* include/atomic.h (atomic_and, atomic_or): Define.
2005-08-20  Ulrich Drepper* sysdeps/ia64/fpu/libm_error.c (__libm_error_support...
2004-12-22  Ulrich Drepper(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.
2007-07-12  Jakub Jelinek2.5-18.1
2004-09-07  Ulrich DrepperUpdate.
2003-09-22  Ulrich DrepperUpdate.
2003-05-10  Ulrich DrepperUpdate.
2003-04-15  Ulrich DrepperUpdate.
2003-03-26  Roland McGrath* csu/tst-atomic.c (do_test): Add some new
2003-03-25  Andreas Schwab*** empty log message ***
2003-03-25  Ulrich DrepperUpdate.
2003-03-22  Roland McGrath* include/atomic.h: Put parens around all macro arguments.
2003-03-22  Roland McGrath* include/atomic.h (atomic_increment_and_test): Invert...
2003-03-21  Roland McGrath2003-03-21 Roland McGrath <roland@redhat.com>
2003-03-21  Ulrich DrepperDefine atomic_compare_and_exchange_val_acq, atomic_comp...
2003-03-20  Ulrich Drepper(atomic_decrement_if_positive): Adjust for the correct...
2003-03-20  Roland McGrath* sysdeps/powerpc/bits/atomic.h (atomic_exchange):...
2003-03-20  Ulrich DrepperDefine atomic_exchange and atomic_decrement_if_positive...
2003-03-20  Ulrich DrepperUpdate.