public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH 1/1] email: fix bug and patch email addresses
@ 2023-11-21  4:39 Ben Boeckel
  2023-11-21  4:39 ` [PATCH 2/2] bugzilla: remove `gcc-bugs@` mailing list address Ben Boeckel
  0 siblings, 1 reply; 7+ messages in thread
From: Ben Boeckel @ 2023-11-21  4:39 UTC (permalink / raw)
  To: gcc-patches; +Cc: Ben Boeckel

Changelog:

	* config-ml.in: Update bug and patch email address.
	* symlink-tree: Update bug and patch email address.
---
 config-ml.in | 4 ++--
 symlink-tree | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config-ml.in b/config-ml.in
index 68854a4f16c..107d31f58f8 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -24,8 +24,8 @@
 # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.
 #
-# Please report bugs to <gcc-bugs@gnu.org>
-# and send patches to <gcc-patches@gnu.org>.
+# Please report bugs to <gcc-bugs@gcc.gnu.org>
+# and send patches to <gcc-patches@gcc.gnu.org>.
 
 # It is advisable to support a few --enable/--disable options to let the
 # user select which libraries s/he really wants.
diff --git a/symlink-tree b/symlink-tree
index a9d50831b88..47d17e33928 100755
--- a/symlink-tree
+++ b/symlink-tree
@@ -23,8 +23,8 @@
 # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.
 #
-# Please report bugs to <gcc-bugs@gnu.org>
-# and send patches to <gcc-patches@gnu.org>.
+# Please report bugs to <gcc-bugs@gcc.gnu.org>
+# and send patches to <gcc-patches@gcc.gnu.org>.
 
 # Syntax: symlink-tree srcdir "ignore1 ignore2 ..."
 #
-- 
2.42.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 2/2] bugzilla: remove `gcc-bugs@` mailing list address
  2023-11-21  4:39 [PATCH 1/1] email: fix bug and patch email addresses Ben Boeckel
@ 2023-11-21  4:39 ` Ben Boeckel
  2023-11-22 23:15   ` Joseph Myers
  0 siblings, 1 reply; 7+ messages in thread
From: Ben Boeckel @ 2023-11-21  4:39 UTC (permalink / raw)
  To: gcc-patches; +Cc: Ben Boeckel

Bugzilla is preferred today.

ChangeLog:

	* config-ml.in: Replace gcc-bugs@ with Bugzilla link.
	* symlink-tree: Replace gcc-bugs@ with Bugzilla link.

fixincludes/ChangeLog:

	* README: Replace gcc-bugs@ with Bugzilla link.

gcc/testsuite/ChangeLog:

	* lib/file-format.exp: Replace gcc-bugs@ with Bugzilla link.

libcpp/ChangeLog:

	* configure: Replace gcc-bugs@ with Bugzilla link.
	* configure.ac: Replace gcc-bugs@ with Bugzilla link.

libdecnumber/ChangeLog:

	* configure: Replace gcc-bugs@ with Bugzilla link.
	* configure.ac: Replace gcc-bugs@ with Bugzilla link.

Signed-off-by: Ben Boeckel <ben.boeckel@kitware.com>
---
 config-ml.in                      |  2 +-
 fixincludes/README                |  4 ++--
 gcc/testsuite/lib/file-format.exp |  4 ++--
 libcpp/configure                  | 12 ++++++------
 libcpp/configure.ac               |  2 +-
 libdecnumber/configure            | 12 ++++++------
 libdecnumber/configure.ac         |  2 +-
 symlink-tree                      |  2 +-
 8 files changed, 20 insertions(+), 20 deletions(-)

diff --git a/config-ml.in b/config-ml.in
index 6aff74410c0..8724cf6370e 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -24,7 +24,7 @@
 # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.
 #
-# Please report bugs to <gcc-bugs@gnu.org>
+# Please report bugs to <https://gcc.gnu.org/bugzilla>
 # and send patches to <gcc-patches@gcc.gnu.org>.
 
 # It is advisable to support a few --enable/--disable options to let the
diff --git a/fixincludes/README b/fixincludes/README
index 98480165d10..74eb8373224 100644
--- a/fixincludes/README
+++ b/fixincludes/README
@@ -6,8 +6,8 @@ If you are having some problem with a system header that is either
 broken by the manufacturer, or is broken by the fixinclude process,
 then you will need to alter or add information to the include fix
 definitions file, ``inclhack.def''.  Please also send relevant
-information to gcc-bugs@gcc.gnu.org, gcc-patches@gcc.gnu.org and,
-please, to me:  bkorb@gnu.org.
+information to https://gcc.gnu.org/bugzilla, gcc-patches@gcc.gnu.org
+and, please, to me:  bkorb@gnu.org.
 
 To make your fix, you will need to do several things:
 
diff --git a/gcc/testsuite/lib/file-format.exp b/gcc/testsuite/lib/file-format.exp
index 9bf89e2814c..3bfdc4f8264 100644
--- a/gcc/testsuite/lib/file-format.exp
+++ b/gcc/testsuite/lib/file-format.exp
@@ -14,8 +14,8 @@
 # along with GCC; see the file COPYING3.  If not see
 # <http://www.gnu.org/licenses/>.
 
-# Please email any bugs, comments, and/or additions to this file to:
-# gcc-bugs@gcc.gnu.org
+# Please report any bugs, comments, and/or additions to this file to:
+# https://gcc.gnu.org/bugzilla
 
 # This file defines a proc for determining the file format in use by the
 # target.  This is useful for tests that are only supported by certain file
diff --git a/libcpp/configure b/libcpp/configure
index ed98f40a1c1..bdfd83a1973 100755
--- a/libcpp/configure
+++ b/libcpp/configure
@@ -2,7 +2,7 @@
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for cpplib  .
 #
-# Report bugs to <gcc-bugs@gcc.gnu.org>.
+# Report bugs to <https://gcc.gnu.org/bugzilla>.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -267,7 +267,7 @@ fi
     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   else
     $as_echo "$0: Please tell bug-autoconf@gnu.org and
-$0: gcc-bugs@gcc.gnu.org about your system, including any
+$0: https://gcc.gnu.org/bugzilla about your system, including any
 $0: error possibly output before this message. Then install
 $0: a modern shell, or manually run the script under such a
 $0: shell if you do have one."
@@ -582,7 +582,7 @@ PACKAGE_NAME='cpplib'
 PACKAGE_TARNAME='cpplib'
 PACKAGE_VERSION=' '
 PACKAGE_STRING='cpplib  '
-PACKAGE_BUGREPORT='gcc-bugs@gcc.gnu.org'
+PACKAGE_BUGREPORT='https://gcc.gnu.org/bugzilla'
 PACKAGE_URL=''
 
 ac_unique_file="ucnid.h"
@@ -1410,7 +1410,7 @@ Some influential environment variables:
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to <gcc-bugs@gcc.gnu.org>.
+Report bugs to <https://gcc.gnu.org/bugzilla>.
 _ACEOF
 ac_status=$?
 fi
@@ -1671,7 +1671,7 @@ $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
 ( $as_echo "## ----------------------------------- ##
-## Report this to gcc-bugs@gcc.gnu.org ##
+## Report this to https://gcc.gnu.org/bugzilla ##
 ## ----------------------------------- ##"
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
@@ -8504,7 +8504,7 @@ $config_headers
 Configuration commands:
 $config_commands
 
-Report bugs to <gcc-bugs@gcc.gnu.org>."
+Report bugs to <https://gcc.gnu.org/bugzilla>."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
diff --git a/libcpp/configure.ac b/libcpp/configure.ac
index b29b4d6acf1..bac45209ff2 100644
--- a/libcpp/configure.ac
+++ b/libcpp/configure.ac
@@ -1,7 +1,7 @@
 #                                               -*- Autoconf -*-
 # Process this file with autoconf to produce a configure script.
 
-AC_INIT(cpplib, [ ], gcc-bugs@gcc.gnu.org, cpplib)
+AC_INIT(cpplib, [ ], https://gcc.gnu.org/bugzilla, cpplib)
 AC_CONFIG_SRCDIR(ucnid.h)
 AC_CONFIG_MACRO_DIR(../config)
 AC_CANONICAL_SYSTEM
diff --git a/libdecnumber/configure b/libdecnumber/configure
index 84bc4ffc767..5e1c10c2e9d 100755
--- a/libdecnumber/configure
+++ b/libdecnumber/configure
@@ -2,7 +2,7 @@
 # Guess values for system-dependent variables and create Makefiles.
 # Generated by GNU Autoconf 2.69 for libdecnumber  .
 #
-# Report bugs to <gcc-bugs@gcc.gnu.org>.
+# Report bugs to <https://gcc.gnu.org/bugzilla>.
 #
 #
 # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
@@ -267,7 +267,7 @@ fi
     $as_echo "$0: be upgraded to zsh 4.3.4 or later."
   else
     $as_echo "$0: Please tell bug-autoconf@gnu.org and
-$0: gcc-bugs@gcc.gnu.org about your system, including any
+$0: https://gcc.gnu.org/bugzilla about your system, including any
 $0: error possibly output before this message. Then install
 $0: a modern shell, or manually run the script under such a
 $0: shell if you do have one."
@@ -582,7 +582,7 @@ PACKAGE_NAME='libdecnumber'
 PACKAGE_TARNAME='libdecnumber'
 PACKAGE_VERSION=' '
 PACKAGE_STRING='libdecnumber  '
-PACKAGE_BUGREPORT='gcc-bugs@gcc.gnu.org'
+PACKAGE_BUGREPORT='https://gcc.gnu.org/bugzilla'
 PACKAGE_URL=''
 
 ac_unique_file="decNumber.h"
@@ -1357,7 +1357,7 @@ Some influential environment variables:
 Use these variables to override the choices made by `configure' or to help
 it to find libraries and programs with nonstandard names/locations.
 
-Report bugs to <gcc-bugs@gcc.gnu.org>.
+Report bugs to <https://gcc.gnu.org/bugzilla>.
 _ACEOF
 ac_status=$?
 fi
@@ -1580,7 +1580,7 @@ $as_echo "$as_me: WARNING: $2:     section \"Present But Cannot Be Compiled\"" >
     { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $2: proceeding with the compiler's result" >&5
 $as_echo "$as_me: WARNING: $2: proceeding with the compiler's result" >&2;}
 ( $as_echo "## ----------------------------------- ##
-## Report this to gcc-bugs@gcc.gnu.org ##
+## Report this to https://gcc.gnu.org/bugzilla ##
 ## ----------------------------------- ##"
      ) | sed "s/^/$as_me: WARNING:     /" >&2
     ;;
@@ -6010,7 +6010,7 @@ $config_headers
 Configuration commands:
 $config_commands
 
-Report bugs to <gcc-bugs@gcc.gnu.org>."
+Report bugs to <https://gcc.gnu.org/bugzilla>."
 
 _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
diff --git a/libdecnumber/configure.ac b/libdecnumber/configure.ac
index 30a51ca410b..105f06d924c 100644
--- a/libdecnumber/configure.ac
+++ b/libdecnumber/configure.ac
@@ -19,7 +19,7 @@
 # along with GCC; see the file COPYING3.  If not see
 # <http://www.gnu.org/licenses/>.
 
-AC_INIT(libdecnumber, [ ], gcc-bugs@gcc.gnu.org, libdecnumber)
+AC_INIT(libdecnumber, [ ], https://gcc.gnu.org/bugzilla, libdecnumber)
 AC_CONFIG_SRCDIR(decNumber.h)
 AC_CONFIG_MACRO_DIR(../config)
 AC_CONFIG_AUX_DIR(..)
diff --git a/symlink-tree b/symlink-tree
index 5cb95ba66aa..90ba861d0d4 100755
--- a/symlink-tree
+++ b/symlink-tree
@@ -23,7 +23,7 @@
 # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.
 #
-# Please report bugs to <gcc-bugs@gnu.org>
+# Please report bugs to <https://gcc.gnu.org/bugzilla>
 # and send patches to <gcc-patches@gcc.gnu.org>.
 
 # Syntax: symlink-tree srcdir "ignore1 ignore2 ..."
-- 
2.42.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 2/2] bugzilla: remove `gcc-bugs@` mailing list address
  2023-11-21  4:39 ` [PATCH 2/2] bugzilla: remove `gcc-bugs@` mailing list address Ben Boeckel
@ 2023-11-22 23:15   ` Joseph Myers
  2023-11-23  1:57     ` Ben Boeckel
  0 siblings, 1 reply; 7+ messages in thread
From: Joseph Myers @ 2023-11-22 23:15 UTC (permalink / raw)
  To: Ben Boeckel; +Cc: gcc-patches

On Mon, 20 Nov 2023, Ben Boeckel wrote:

> Bugzilla is preferred today.
> 
> ChangeLog:
> 
> 	* config-ml.in: Replace gcc-bugs@ with Bugzilla link.
> 	* symlink-tree: Replace gcc-bugs@ with Bugzilla link.

I don't think we should use a URL that redirects (i.e. 
https://gcc.gnu.org/bugzilla should preferably have a trailing '/'), and 
arguably we should use https://gcc.gnu.org/bugs/ as the URL; that's the 
preferred one to point people to for bugs in the compilers themselves, 
since it gives more instructions on bug reporting (though those 
instructions may be less relevant for bugs in these files).

codingconventions.html claims that symlink-tree is "copied from mainline 
automake".  That is, I think, out-of-date information: automake's 
contrib/multilib/README says "The master (and probably more up-to-date) 
copies of the 'config-ml.in' and 'symlink-tree' files are maintained in 
the GCC development tree".  But it does indicate that 
codingconventions.html itself should be updated to stop suggesting 
symlink-tree is maintained elsewhere.

> libcpp/ChangeLog:
> 
> 	* configure: Replace gcc-bugs@ with Bugzilla link.
> 	* configure.ac: Replace gcc-bugs@ with Bugzilla link.
> 
> libdecnumber/ChangeLog:
> 
> 	* configure: Replace gcc-bugs@ with Bugzilla link.
> 	* configure.ac: Replace gcc-bugs@ with Bugzilla link.

I hope the configure changes are the same as you get with regeneration 
with the right autoconf version, and so should be described as 
regeneration in the ChangeLog entries.

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 2/2] bugzilla: remove `gcc-bugs@` mailing list address
  2023-11-22 23:15   ` Joseph Myers
@ 2023-11-23  1:57     ` Ben Boeckel
  2023-11-23  2:18       ` Xi Ruoyao
  0 siblings, 1 reply; 7+ messages in thread
From: Ben Boeckel @ 2023-11-23  1:57 UTC (permalink / raw)
  To: Joseph Myers; +Cc: gcc-patches

On Wed, Nov 22, 2023 at 23:15:56 +0000, Joseph Myers wrote:
> On Mon, 20 Nov 2023, Ben Boeckel wrote:
> 
> > Bugzilla is preferred today.
> > 
> > ChangeLog:
> > 
> > 	* config-ml.in: Replace gcc-bugs@ with Bugzilla link.
> > 	* symlink-tree: Replace gcc-bugs@ with Bugzilla link.
> 
> I don't think we should use a URL that redirects (i.e. 
> https://gcc.gnu.org/bugzilla should preferably have a trailing '/'), and 
> arguably we should use https://gcc.gnu.org/bugs/ as the URL; that's the 
> preferred one to point people to for bugs in the compilers themselves, 
> since it gives more instructions on bug reporting (though those 
> instructions may be less relevant for bugs in these files).

I'll update the URL.

> codingconventions.html claims that symlink-tree is "copied from mainline 
> automake".  That is, I think, out-of-date information: automake's 
> contrib/multilib/README says "The master (and probably more up-to-date) 
> copies of the 'config-ml.in' and 'symlink-tree' files are maintained in 
> the GCC development tree".  But it does indicate that 
> codingconventions.html itself should be updated to stop suggesting 
> symlink-tree is maintained elsewhere.

I'll also change that.

> > libcpp/ChangeLog:
> > 
> > 	* configure: Replace gcc-bugs@ with Bugzilla link.
> > 	* configure.ac: Replace gcc-bugs@ with Bugzilla link.
> > 
> > libdecnumber/ChangeLog:
> > 
> > 	* configure: Replace gcc-bugs@ with Bugzilla link.
> > 	* configure.ac: Replace gcc-bugs@ with Bugzilla link.
> 
> I hope the configure changes are the same as you get with regeneration 
> with the right autoconf version, and so should be described as 
> regeneration in the ChangeLog entries.

Is there a version of autoconf I should use? I have 2.71 laying around
but see that these were generated with 2.69. If you want me to regen
with 2.71, I'll do that as separate prep commits so that this diff is
sensible. Or I can try and dig up a 2.69 in some container to do it.

Thanks,

--Ben

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 2/2] bugzilla: remove `gcc-bugs@` mailing list address
  2023-11-23  1:57     ` Ben Boeckel
@ 2023-11-23  2:18       ` Xi Ruoyao
  0 siblings, 0 replies; 7+ messages in thread
From: Xi Ruoyao @ 2023-11-23  2:18 UTC (permalink / raw)
  To: Ben Boeckel, Joseph Myers; +Cc: gcc-patches

On Wed, 2023-11-22 at 20:57 -0500, Ben Boeckel wrote:
> Is there a version of autoconf I should use? I have 2.71 laying around
> but see that these were generated with 2.69. If you want me to regen
> with 2.71, I'll do that as separate prep commits so that this diff is
> sensible. Or I can try and dig up a 2.69 in some container to do it.

Use 2.69.

A container is not needed, you can just install autoconf-2.69 with --
prefix=$HOME/ac269 (or another directory you like) and run
$HOME/ac269/bin/autoconf, $HOME/ac269/bin/autoheader, etc.

-- 
Xi Ruoyao <xry111@xry111.site>
School of Aerospace Science and Technology, Xidian University

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH 1/1] email: fix bug and patch email addresses
  2023-11-20 16:22 [PATCH 1/1] email: fix bug and patch email addresses Ben Boeckel
@ 2023-11-20 16:25 ` Xi Ruoyao
  0 siblings, 0 replies; 7+ messages in thread
From: Xi Ruoyao @ 2023-11-20 16:25 UTC (permalink / raw)
  To: Ben Boeckel; +Cc: gcc-patches

On Mon, 2023-11-20 at 11:22 -0500, Ben Boeckel wrote:
> Changelog:
> 
> 	* config-ml.in: Update bug and patch email address.
> 	* symlink-tree: Update bug and patch email address.
> ---
>  config-ml.in | 4 ++--
>  symlink-tree | 4 ++--
>  2 files changed, 4 insertions(+), 4 deletions(-)
> 
> diff --git a/config-ml.in b/config-ml.in
> index 68854a4f16c..107d31f58f8 100644
> --- a/config-ml.in
> +++ b/config-ml.in
> @@ -24,8 +24,8 @@
>  # configuration script generated by Autoconf, you may include it under
>  # the same distribution terms that you use for the rest of that program.
>  #
> -# Please report bugs to <gcc-bugs@gnu.org>
> -# and send patches to <gcc-patches@gnu.org>.
> +# Please report bugs to <gcc-bugs@gcc.gnu.org>

I suggest to use https://gcc.gnu.org/bugzilla.  I'm not sure if one can
directly send a mail to gcc-bugs (not via bugzilla) now.

> +# and send patches to <gcc-patches@gcc.gnu.org>.
>  
>  # It is advisable to support a few --enable/--disable options to let the
>  # user select which libraries s/he really wants.
> diff --git a/symlink-tree b/symlink-tree
> index a9d50831b88..47d17e33928 100755
> --- a/symlink-tree
> +++ b/symlink-tree
> @@ -23,8 +23,8 @@
>  # configuration script generated by Autoconf, you may include it under
>  # the same distribution terms that you use for the rest of that program.
>  #
> -# Please report bugs to <gcc-bugs@gnu.org>
> -# and send patches to <gcc-patches@gnu.org>.
> +# Please report bugs to <gcc-bugs@gcc.gnu.org>

Likewise.

> +# and send patches to <gcc-patches@gcc.gnu.org>.
>  
>  # Syntax: symlink-tree srcdir "ignore1 ignore2 ..."
>  #

-- 
Xi Ruoyao <xry111@xry111.site>
School of Aerospace Science and Technology, Xidian University

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH 1/1] email: fix bug and patch email addresses
@ 2023-11-20 16:22 Ben Boeckel
  2023-11-20 16:25 ` Xi Ruoyao
  0 siblings, 1 reply; 7+ messages in thread
From: Ben Boeckel @ 2023-11-20 16:22 UTC (permalink / raw)
  To: gcc-patches; +Cc: Ben Boeckel

Changelog:

	* config-ml.in: Update bug and patch email address.
	* symlink-tree: Update bug and patch email address.
---
 config-ml.in | 4 ++--
 symlink-tree | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/config-ml.in b/config-ml.in
index 68854a4f16c..107d31f58f8 100644
--- a/config-ml.in
+++ b/config-ml.in
@@ -24,8 +24,8 @@
 # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.
 #
-# Please report bugs to <gcc-bugs@gnu.org>
-# and send patches to <gcc-patches@gnu.org>.
+# Please report bugs to <gcc-bugs@gcc.gnu.org>
+# and send patches to <gcc-patches@gcc.gnu.org>.
 
 # It is advisable to support a few --enable/--disable options to let the
 # user select which libraries s/he really wants.
diff --git a/symlink-tree b/symlink-tree
index a9d50831b88..47d17e33928 100755
--- a/symlink-tree
+++ b/symlink-tree
@@ -23,8 +23,8 @@
 # configuration script generated by Autoconf, you may include it under
 # the same distribution terms that you use for the rest of that program.
 #
-# Please report bugs to <gcc-bugs@gnu.org>
-# and send patches to <gcc-patches@gnu.org>.
+# Please report bugs to <gcc-bugs@gcc.gnu.org>
+# and send patches to <gcc-patches@gcc.gnu.org>.
 
 # Syntax: symlink-tree srcdir "ignore1 ignore2 ..."
 #
-- 
2.42.0


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-11-23  2:18 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-21  4:39 [PATCH 1/1] email: fix bug and patch email addresses Ben Boeckel
2023-11-21  4:39 ` [PATCH 2/2] bugzilla: remove `gcc-bugs@` mailing list address Ben Boeckel
2023-11-22 23:15   ` Joseph Myers
2023-11-23  1:57     ` Ben Boeckel
2023-11-23  2:18       ` Xi Ruoyao
  -- strict thread matches above, loose matches on Subject: below --
2023-11-20 16:22 [PATCH 1/1] email: fix bug and patch email addresses Ben Boeckel
2023-11-20 16:25 ` Xi Ruoyao

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).