From: Herbert Xu <herbert@gondor.apana.org.au>
To: DASH Mailing List <dash@vger.kernel.org>
Subject: [PATCH 0/3] Add dollar single quote
Date: Mon, 10 Jun 2024 14:45:04 +0800 [thread overview]
Message-ID: <cover.1718001832.git.herbert@gondor.apana.org.au> (raw)
This patch series adds support for $' quoting, including \u and \U.
Herbert Xu (3):
parser: Move non-variable case in parsesub to end
parser: Merge first and last chkeofmark branches in parsesub
parser: Add dollar single quote
src/bltin/printf.c | 156 +++++++++++++++++++++++++++++++++++----------
src/parser.c | 108 ++++++++++++++++++++++---------
src/system.h | 3 +
3 files changed, 206 insertions(+), 61 deletions(-)
--
2.39.2
next reply other threads:[~2024-06-10 6:45 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-10 6:45 Herbert Xu [this message]
2024-06-10 6:45 ` [PATCH 1/3] parser: Move non-variable case in parsesub to end Herbert Xu
2024-06-10 6:45 ` [PATCH 2/3] parser: Merge first and last chkeofmark branches in parsesub Herbert Xu
2024-06-10 6:45 ` [PATCH 3/3] parser: Add dollar single quote Herbert Xu
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=cover.1718001832.git.herbert@gondor.apana.org.au \
--to=herbert@gondor.apana.org.au \
--cc=dash@vger.kernel.org \
/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