public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
From: "Arsen Arsenović" <arsen@aarsen.me>
To: gdb-patches@sourceware.org, binutils@sourceware.org
Cc: "Bruno Haible" <bruno@clisp.org>,
	"Iain Sandoe" <iain@sandoe.co.uk>,
	"Arsen Arsenović" <arsen@aarsen.me>
Subject: [PATCH v2 0/2] Replace intl/ with out-of-tree GNU gettext
Date: Tue, 26 Sep 2023 02:17:32 +0200	[thread overview]
Message-ID: <20230926004300.1716711-2-arsen@aarsen.me> (raw)

This patch is a v2 of
https://inbox.sourceware.org/20230925153247.908901-1-arsen@aarsen.me/

Changes since v1:
- Move SUBDIRS changes from p2 to p1, and rationalize them with a
  comment.  Thanks, Andreas.
- Drop file regeneration from p1 (as it got held for moderation due to
  size last time).

Retested (briefly, as it is getting quite late) on x86_64-freebsd13.1.

The rest should be the same as v1.

Thanks in advance, have a lovely night.

Arsen Arsenović (2):
  *: add modern gettext support
  *: suppress xgettext 0.22 charset name error

 .gitignore               |   1 +
 Makefile.def             |  72 ++++----
 bfd/configure.ac         |   2 +-
 bfd/po/Make-in           |   8 +-
 binutils/po/Make-in      |   5 +-
 config/gettext-sister.m4 |  35 ++--
 config/gettext.m4        | 357 +++++++++++++++++----------------------
 config/iconv.m4          | 313 ++++++++++++++++++++++++++--------
 config/intlmacosx.m4     |  65 +++++++
 configure.ac             |  44 +++--
 gas/po/Make-in           |   5 +-
 gdb/acinclude.m4         |   3 +-
 gdbsupport/Makefile.am   |   5 +
 gold/po/Make-in          |   5 +-
 gprof/po/Make-in         |   5 +-
 ld/po/Make-in            |   8 +-
 libctf/Makefile.am       |   5 +
 libctf/configure.ac      |   2 +-
 opcodes/configure.ac     |   2 +-
 opcodes/po/Make-in       |   5 +-
 20 files changed, 594 insertions(+), 353 deletions(-)
 create mode 100644 config/intlmacosx.m4

-- 
2.42.0


             reply	other threads:[~2023-09-26  1:00 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-26  0:17 Arsen Arsenović [this message]
2023-09-26  0:17 ` [PATCH v2 1/2] *: add modern gettext support Arsen Arsenović
2023-09-26  2:12   ` Kevin Buettner
2023-09-26  5:09   ` Tsukasa OI
2023-09-26  8:58     ` Nick Clifton
2023-09-26 13:55     ` Arsen Arsenović
2023-09-26  7:03   ` Jan Beulich
2023-09-26  7:54     ` Iain Sandoe
2023-09-26 14:44     ` Arsen Arsenović
2023-09-27  7:11       ` Jan Beulich
2023-09-27 13:06         ` Arsen Arsenović
2023-09-27 15:19         ` Nick Clifton
2023-09-27 17:43           ` Arsen Arsenović
2023-09-28  9:43             ` Nick Clifton
2023-09-29 15:58       ` Bruno Haible
2023-09-29 16:27         ` Arsen Arsenović
2023-11-20 16:42   ` Kévin Le Gouguec
2023-11-20 20:30     ` Arsen Arsenović
2023-11-20 21:28       ` Bruno Haible
2023-09-26  0:17 ` [PATCH v2 2/2] *: suppress xgettext 0.22 charset name error Arsen Arsenović
2023-09-27 15:21   ` Nick Clifton

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230926004300.1716711-2-arsen@aarsen.me \
    --to=arsen@aarsen.me \
    --cc=binutils@sourceware.org \
    --cc=bruno@clisp.org \
    --cc=gdb-patches@sourceware.org \
    --cc=iain@sandoe.co.uk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).