From: Ivan Maidanski Date: Fri, 20 Jan 2012 18:29:49 +0000 (+0400) Subject: Update bug reports email address (recommend GC mailing list) X-Git-Tag: gc7_2~84 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=abba7c5abb372923b31b41a813c47b0f4692dc02;p=gc Update bug reports email address (recommend GC mailing list) (Apply commit fee74d3 from 'master' branch) * configure.ac (AC_INIT): Update bug reports email. * doc/gcdescr.html: Likewise. * doc/README.cords: Likewise. * doc/overview.html: Fix email address. --- diff --git a/configure.ac b/configure.ac index 9e7b9dcc..e435c7ea 100644 --- a/configure.ac +++ b/configure.ac @@ -17,7 +17,7 @@ dnl Process this file with autoconf to produce configure. # Initialization # ============== -AC_INIT(gc,7.2alpha7,Hans.Boehm@hp.com) +AC_INIT(gc,7.2alpha7,gc@linux.hpl.hp.com) ## version must conform to [0-9]+[.][0-9]+(alpha[0-9]+)? AC_CONFIG_SRCDIR(gcj_mlc.c) AC_CONFIG_MACRO_DIR([m4]) diff --git a/doc/README b/doc/README index bf2ea504..6a58182c 100644 --- a/doc/README +++ b/doc/README @@ -538,7 +538,7 @@ reclaimed. Exclusive-or'ing forward and backward links in a list doesn't cut it. Some C optimizers may lose the last undisguised pointer to a memory object as a consequence of clever optimizations. This has almost -never been observed in practice. Send mail to boehm@acm.org +never been observed in practice. Send mail to gc@linux.hpl.hp.com for suggestions on how to fix your compiler. This is not a real-time collector. In the standard configuration, percentage of time required for collection should be constant across @@ -549,6 +549,6 @@ is enabled. per MB of accessible memory that needs to be scanned and processor. Your mileage may vary.) The incremental/generational collection facility may help in some cases. - Please address bug reports to boehm@acm.org. If you are + Please address bug reports to gc@linux.hpl.hp.com. If you are contemplating a major addition, you might also send mail to ask whether it's already been done (or whether we tried and discarded it). diff --git a/doc/README.cords b/doc/README.cords index 3485e014..d6a2cda9 100644 --- a/doc/README.cords +++ b/doc/README.cords @@ -9,8 +9,8 @@ Permission to modify the code and to distribute modified code is granted, provided the above notices are retained, and a notice that the code was modified is included with the above copyright notice. -Please send bug reports to Hans-J. Boehm (Hans_Boehm@hp.com or -boehm@acm.org). +Please send bug reports to Hans-J. Boehm (Hans.Boehm@hp.com) or, +preferred, to GC mailing list (gc@linux.hpl.hp.com). This is a string packages that uses a tree-based representation. See cord.h for a description of the functions provided. Ec.h describes @@ -50,4 +50,3 @@ of arguments in non-standard-conforming ways. This code is known to break on some platforms, notably PowerPC. It should be possible to build the remainder of the library (everything but cordprnt.c) on any platform that supports the collector. - diff --git a/doc/gcdescr.html b/doc/gcdescr.html index be83c1d1..01a52da1 100644 --- a/doc/gcdescr.html +++ b/doc/gcdescr.html @@ -622,7 +622,8 @@ technical report entitled

Comments are appreciated. Please send mail to -boehm@acm.org or +gc@linux.hpl.hp.com +(GC mailing list) or Hans.Boehm@hp.com

This is a modified copy of a page written while the author was at SGI. diff --git a/doc/overview.html b/doc/overview.html index d31f9370..11def675 100644 --- a/doc/overview.html +++ b/doc/overview.html @@ -439,7 +439,7 @@ java mailing list, whose archives appear gclist@iecc.com.

Comments and bug reports may also be sent to -(Hans.Boehm@hp.com) or +(Hans.Boehm@hp.com) or (boehm@acm.org), but the gc mailing list is usually preferred.