From 0ae619f3495dd9456e4a58226e16d3260b623a78 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Fri, 3 Jun 2022 17:32:18 -0700 Subject: build: update gnulib submodule to latest * bootstrap: Copy from latest Gnulib. * tests/misc/ls-misc.pl (v_files): Adjust to new Gnulib behavior. --- doc/sort-version.texi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/sort-version.texi b/doc/sort-version.texi index aa7b0f9d5..175559f7a 100644 --- a/doc/sort-version.texi +++ b/doc/sort-version.texi @@ -587,6 +587,8 @@ ASCII letter or tilde, followed by zero or more ASCII letters, digits, or tildes; all repeated zero or more times, and ending at string end. This is equivalent to matching the extended regular expression @code{(\.[A-Za-z~][A-Za-z0-9~]*)*$} in the C locale. +The longest such match is used, except that a suffix is not +allowed to match an entire nonempty string. @item The suffixes are temporarily removed, and the strings are compared -- cgit v1.2.1