From a54d70457934662318feac9fcc750d2691250f33 Mon Sep 17 00:00:00 2001 From: Arvid Norlander Date: Sat, 14 May 2022 17:40:28 +0200 Subject: github #91: _find (gnu/freebsd/darwin): Add some flags and syntaxes * -exec and -execdir can take ; or + as an ending marker. Previously only ; was supported. This is part of POSIX for -exec (support for + for -ok is optional and none of the implementations I looked at seem to support that). * Missing completion for -files0-from (GNU find 4.9.0 and later). This flag needs to go with the global flags at the beginning and load the paths from the given file instead of from the command line. * Missing completion for the -newerXY family of flags (GNU find 4.3.3, also available in FreeBSD and MacOS at least). --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 191c64818..98e3089d5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2022-05-20 Arvid Norlander + + * github #91: Completion/Unix/Command/_find: _find + (gnu/freebsd/darwin): Add some flags and syntaxes + 2022-05-14 Bart Schaefer * 50229: NEWS: Typo -- cgit 1.4.1