From: Ivan Maidanski Date: Wed, 9 Nov 2011 15:55:03 +0000 (+0400) Subject: Update ChangeLog file X-Git-Tag: libatomic_ops-7_3alpha2~56^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=54005be1b388db8b55cf7993222c0f26cdfb614a;p=libatomic_ops Update ChangeLog file --- diff --git a/ChangeLog b/ChangeLog index 770ae4e..7ff9629 100644 --- a/ChangeLog +++ b/ChangeLog @@ -10,6 +10,7 @@ * Adjust AO_..._H macros in public headers. * Define AO macros for libatomic_ops version identification. * Eliminate compiler warnings in various functions and macros. +* Generalize AO_compare_and_swap primitives via AO_fetch_compare_and_swap. * Improve Makefile for MS VC++; pass '-W3' option to MS compiler. * Merge all Makefile.am files in src tree. * Minor code refactoring of atomic_ops.c, generic_pthread.h.