Skip to content

Commit

Permalink
Update emails/links due to project site transition
Browse files Browse the repository at this point in the history
* 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.
  • Loading branch information
ivmai committed Feb 20, 2014
1 parent 602d291 commit 686c70b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
This is version 7.5.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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Process this file with autoconf to produce a configure script.
AC_INIT([libatomic_ops],[7.5.0],gc@linux.hpl.hp.com)
AC_INIT([libatomic_ops],[7.5.0],bdwgc@lists.opendylan.org)

AC_PREREQ(2.61)
AC_CANONICAL_TARGET([])
Expand Down
3 changes: 1 addition & 2 deletions doc/README_stack.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.)
Expand Down

0 comments on commit 686c70b

Please sign in to comment.