From 793dc09daa859b94c69b2f6d9e45e4abf0300069 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 27 May 2024 16:35:40 +0000 Subject: Prepare for 2.9.6.0, add elglob -d Signed-off-by: Laurent Bercot --- INSTALL | 2 +- NEWS | 8 ++++++++ doc/elglob.html | 12 +++++++++++- doc/index.html | 4 ++-- doc/upgrade.html | 9 +++++++++ package/info | 2 +- src/execline/elglob.c | 3 ++- src/execline/multisubstitute.c | 2 ++ src/libexecline/exlsn_elglob.c | 28 +++++++++++++++++++--------- 9 files changed, 55 insertions(+), 15 deletions(-) diff --git a/INSTALL b/INSTALL index adaaf3d..28f99fa 100644 --- a/INSTALL +++ b/INSTALL @@ -6,7 +6,7 @@ Build Instructions - A POSIX-compliant C development environment - GNU make version 3.81 or later - - skalibs version 2.14.1.1 or later: https://skarnet.org/software/skalibs/ + - skalibs version 2.14.2.0 or later: https://skarnet.org/software/skalibs/ - Optional: nsss version 0.2.0.4 or later: https://skarnet.org/software/nsss/ This software will run on any operating system that implements diff --git a/NEWS b/NEWS index 696b7f0..281bd09 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ Changelog for execline. +In 2.9.6.0 +---------- + + - elglob can now provide a single word, where the results of the +globbing are separated by a given delimiter (or encoded into a +netstring). + + In 2.9.5.1 ---------- diff --git a/doc/elglob.html b/doc/elglob.html index 0870d2d..e9e73b1 100644 --- a/doc/elglob.html +++ b/doc/elglob.html @@ -26,7 +26,7 @@ another program.

Interface

-     elglob [ -v ] [ -w ] [ -s ] [ -m ] [ -e ] [ -0 ] variable pattern prog...
+     elglob [ -v ] [ -w ] [ -s ] [ -m ] [ -e ] [ -0 ] [ -n ] [ -d delim ] variable pattern prog...
 
diff --git a/doc/index.html b/doc/index.html index 74f83f3..5680b96 100644 --- a/doc/index.html +++ b/doc/index.html @@ -51,7 +51,7 @@ shell's syntax, and has no security issues.
  • A POSIX-compliant system with a standard C development environment
  • GNU make, version 3.81 or later.
  • skalibs version -2.14.1.1 or later. It's a build-time requirement. It's also a run-time +2.14.2.0 or later. It's a build-time requirement. It's also a run-time requirement if you link against the shared version of the skalibs library.
  • @@ -77,7 +77,7 @@ want nsswitch-like functionality:

    Download