aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2023-06-26 22:27:58 -0700
committerKaz Kylheku <kaz@kylheku.com>2023-06-26 22:27:58 -0700
commit0907050e35c9887dcf961bda2111bd34c3eeb0e8 (patch)
tree5c7a6494195460be9eed1360fb4cbfc236434dbd /README.md
parentc9f4b29927db3499e6b2d0b7ac0399447bca073a (diff)
downloadcppawk-0907050e35c9887dcf961bda2111bd34c3eeb0e8.tar.gz
cppawk-0907050e35c9887dcf961bda2111bd34c3eeb0e8.tar.bz2
cppawk-0907050e35c9887dcf961bda2111bd34c3eeb0e8.zip
Add function for shell quoting.
* README.md: Mention <quote.h> and cppawk-quote man page. * share/cppawk/include/quote.h, * share/cppawk/include/quote-priv.h: New files. * testcases-quote: New file. * cppawk-quote.1: New file. * runtests: Add testcases-quote.
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/README.md b/README.md
index 921b01d..8fa661c 100644
--- a/README.md
+++ b/README.md
@@ -151,6 +151,9 @@ There are currently
* [`<field.h>`](../tree/cppawk-field.1): utilities for manipulating
the Awk positional parameters ("fields").
+* [`<quote.h>`](../tree/cppawk-quote.1): provides the `q` function for
+ quoting text for safe insertion into shells cripts.
+
Several unreleased headers are in the development queue:
* `<array.h>`: some associative array utilities.