avoid FP syntax-check failure due to bootstrap

2018-06-30 Thread Jim Meyering
I copied the latest bootstrap into gzip's top level directory to update the copy we version-control there, and ran "make syntax-check". It failed due to the false-positive match on several lines in bootstrap that look like option names with only one space between the "--option" and the following de

[PATCH] regex: trim module dependencies

2018-06-30 Thread Paul Eggert
* modules/regex (Depends-on): Remove gettext-h and lock, since the regex code should work OK without these modules, and Emacs uses it that way. Also remove memcmp, memmove, and wctype, as these modules are obsolete and should not be needed any more. --- ChangeLog | 9 + modules/regex