From: Ivan Maidanski Date: Thu, 20 Feb 2014 20:39:54 +0000 (+0400) Subject: Update emails/links due to project site transition X-Git-Tag: libatomic_ops-7_2g~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5d99ed5af0dc2deccd6757b70459fd391f684ad9;p=libatomic_ops Update emails/links due to project site transition (Apply commit 8c9da2d from 'release-7_4' branch.) * README: Update links to BDWGC/libatomic_ops site. * doc/README_stack.txt: Likewise. --- diff --git a/README b/README index f621cf6..276191c 100644 --- a/README +++ b/README @@ -19,11 +19,11 @@ This is version 7.2f of libatomic_ops. You might find a more recent version of this at -http://www.hpl.hp.com/personal/Hans_Boehm/gc +http://www.hboehm.info/gc/ or -http://www.hpl.hp.com/research/linux/atomic_ops/ +https://github.com/ivmai/libatomic_ops Installation and Usage diff --git a/doc/README_stack.txt b/doc/README_stack.txt index 52edbb5..0c1bba6 100644 --- a/doc/README_stack.txt +++ b/doc/README_stack.txt @@ -18,8 +18,7 @@ to the data structure. For details see: Hans-J. Boehm, "An Almost Non-Blocking Stack", PODC 2004, -http://portal.acm.org/citation.cfm?doid=1011767.1011774, or -http://www.hpl.hp.com/techreports/2004/HPL-2004-105.html +http://portal.acm.org/citation.cfm?doid=1011767.1011774 (This is not exactly the implementation described there, since the interface was cleaned up in the interim. But it should perform very similarly.)