]> granicus.if.org Git - libatomic_ops/commitdiff
Update emails/links due to project site transition
authorIvan Maidanski <ivmai@mail.ru>
Thu, 20 Feb 2014 20:39:54 +0000 (00:39 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 2 May 2014 06:56:55 +0000 (10:56 +0400)
(Apply commit 686c70b from 'master' branch.)

* AUTHORS: Update email.
* README.md: Update links to BDWGC/libatomic_ops site.
* doc/README_stack.txt: Likewise.
* README.md: Update mailing list info.
* configure.ac: Likewise.

Conflicts:

    configure.ac

AUTHORS
README.md
configure.ac
doc/README_stack.txt

diff --git a/AUTHORS b/AUTHORS
index 0186eaa7e21572dc2f17878eaaeca29bb0427131..3820c840868bb4cc2983b9279349b0b08545973c 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -15,7 +15,7 @@ Emmanuel Stapf <manus@eiffel.com>
 Gilles Talis <gilles.talis@gmail.com>
 Gregory Farnum <gregory.farnum@dreamhost.com>
 H.J. Lu <hjl.tools@gmail.com>
-Hans Boehm <Hans.Boehm@hp.com>
+Hans Boehm <boehm@acm.org>
 Hans-Peter Nilsson <hp@gcc.gnu.org>
 Ian Wienand <ianw@gelato.unsw.edu.au>
 Ivan Maidanski <ivmai@mail.ru>
index 2a76fea44249d8ac1d81cf7f3232a3cf7526e43a..926db27f7f6546e73f63ea7f7dc76fc26dcd5616 100644 (file)
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@
 This is version 7.4.0 of libatomic_ops.
 
 You might find a more recent version
-[here](http://www.hpl.hp.com/personal/Hans_Boehm/gc), or
-[here](http://www.hpl.hp.com/research/linux/atomic_ops/).
+[here](http://www.hboehm.info/gc/), or
+[here](https://github.com/ivmai/libatomic_ops).
 
 
 ## Overview
@@ -26,7 +26,7 @@ allow you to write code:
 For details and licensing restrictions see the files in the "doc"
 subdirectory.
 
-Please address bug reports [here](mailto:gc@linux.hpl.hp.com).
+Please address bug reports to [mailing list](mailto:bdwgc@lists.opendylan.org).
 
 
 ## Installation and Usage
index 80916f31649bbcddd8c516e7b05c9edf7017b183..cc687e80f9909e30cc413f96cfa2dec996e4fe46 100644 (file)
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT([libatomic_ops],[7.4.0],gc@linux.hpl.hp.com)
+AC_INIT([libatomic_ops],[7.4.0],bdwgc@lists.opendylan.org)
 
 AC_PREREQ(2.61)
 AC_CANONICAL_TARGET([])
index 52edbb5ac76287b1d80769c1710d1d584164e709..0c1bba6b22c6fecf5e6236ac19de9e85416eca62 100644 (file)
@@ -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.)