]> granicus.if.org Git - gc/commitdiff
Update bug reports email address (recommend GC mailing list)
authorIvan Maidanski <ivmai@mail.ru>
Fri, 20 Jan 2012 18:29:49 +0000 (22:29 +0400)
committerIvan Maidanski <ivmai@mail.ru>
Fri, 20 Jan 2012 19:04:20 +0000 (23:04 +0400)
(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.

configure.ac
doc/README
doc/README.cords
doc/gcdescr.html
doc/overview.html

index 9e7b9dcc2eb64c436bf8d087d277d8acb585c07d..e435c7ea174d6b012014e1e08caa6912f0254722 100644 (file)
@@ -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])
index bf2ea504eac63660981ed5e84900f41a56bea65e..6a58182ca5534300b84e9884a69aab26dba4dc8d 100644 (file)
@@ -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).
index 3485e0145af2cf9db44a3849593befae70046396..d6a2cda92b6bef770bd84b829185f32db4ac43d5 100644 (file)
@@ -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.
index be83c1d1549b241e50d810049426cd4fcf3367a2..01a52da1ac545c80739b5e03d7ade29678ba64d3 100644 (file)
@@ -622,7 +622,8 @@ technical report entitled
 <HR>
 <P>
 Comments are appreciated.  Please send mail to
-<A HREF="mailto:boehm@acm.org"><TT>boehm@acm.org</tt></a> or
+<A HREF="mailto:gc@linux.hpl.hp.com"><tt>gc@linux.hpl.hp.com</tt></a>
+(GC mailing list) or
 <A HREF="mailto:Hans.Boehm@hp.com"><TT>Hans.Boehm@hp.com</tt></a>
 <P>
 This is a modified copy of a page written while the author was at SGI.
index d31f937005834f83f705724bde656ebe39881b16..11def675405c01f3ad130014b0dd3bfe86a34807 100644 (file)
@@ -439,7 +439,7 @@ java mailing list, whose archives appear
 <a href="http://lists.tunes.org/mailman/listinfo/gclist">gclist@iecc.com</a>.
 </p><p>
 Comments and bug reports may also be sent to
-(<a href="mailto:Hans_Boehm@hp.com">Hans.Boehm@hp.com</a>) or
+(<a href="mailto:Hans.Boehm@hp.com">Hans.Boehm@hp.com</a>) or
 (<a href="mailto:boehm@acm.org">boehm@acm.org</a>), but the gc
 mailing list is usually preferred.