summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2014-02-21 00:39:54 +0400
committerIvan Maidanski <ivmai@mail.ru>2016-05-23 21:12:01 +0300
commit5d99ed5af0dc2deccd6757b70459fd391f684ad9 (patch)
tree874e65b8944a536bc64ba27d98b7dc347707d2d0
parent5d71c940c420e00abd1d0fa9ac8a0cb382c016f0 (diff)
downloadlibatomic_ops-5d99ed5af0dc2deccd6757b70459fd391f684ad9.tar.gz
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.
-rw-r--r--README4
-rw-r--r--doc/README_stack.txt3
2 files changed, 3 insertions, 4 deletions
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.)