20 Commits

Author SHA1 Message Date
Jim Meyering
c635f7dd92 maint: update copyright dates 2026-01-02 16:42:12 -08:00
Paul Eggert
b1eaccd96d maint: update all copyright dates via "make update-copyright" 2025-01-01 19:15:26 -08:00
Jim Meyering
e248db797a maint: update all copyright dates via "make update-copyright" 2024-01-05 09:19:41 -08:00
Jim Meyering
45e1158a4b maint: update copyright dates 2023-01-01 20:36:23 -08:00
Jim Meyering
f9290127f3 maint: make update-copyright 2022-01-01 10:29:09 -08:00
Paul Eggert
e84a2ea9d2 maint: run "make update-copyright" 2021-01-01 19:00:09 -08:00
Jim Meyering
5909bc45ad maint: update all copyright year number ranges
Run "make update-copyright" and then...
* gnulib: Update to latest with copyright year adjusted.
* tests/init.sh: Sync with gnulib to pick up copyright year.
* bootstrap: Likewise.
* doc/grep.in.1: Use "-" in copyright year ranges, not \en.
2020-01-01 09:12:07 -08:00
Jim Meyering
1019e6e35a maint: update all copyright dates via "make update-copyright"
* gnulib: Also update submodule for its copyright updates.
2019-01-01 19:00:38 -08:00
Jim Meyering
e8feb1ce5c maint: update gnulib and copyright dates for 2018
* gnulib: Update to latest.
* all files: Run "make update-copyright".
* bootstrap: Update from gnulib.
2018-01-06 16:14:06 -08:00
Jim Meyering
3cd2e8625a maint: update gnulib and copyright dates for 2017
* gnulib: Update to latest.
* all files: Run "make update-copyright".
2017-01-01 03:34:33 -08:00
Jim Meyering
c65dcd72d1 maint: update copyright year, bootstrap, init.sh
Run "make update-copyright" and then...

* gnulib: Update to latest.
* tests/init.sh: Update from gnulib.
* bootstrap: Likewise.
2016-01-01 14:34:20 -08:00
Jim Meyering
d433dad3f4 maint: update copyright year ranges to include 2015
Run "make update-copyright".  Also, ...
* grep.texi: Update manually, converting each "--" to "-".
2015-01-01 18:55:33 -08:00
Paul Eggert
c53ed7be03 tests: port Solaris 10 /bin/sh patch back to GNU/Linux
Problem reported by Jim Meyering.
* tests/bre, tests/ere, tests/spencer1-locale:
Prefer re_shell, not re_shell_.
* tests/init.sh (re_shell): New var, which is exported instead of
re_shell_.
2014-01-07 21:47:24 -08:00
Paul Eggert
442ae29b4f Port to Solaris 10 /bin/sh.
Problem reported by Dagobert Michelsen in <http://bugs.gnu.org/16380>.
* tests/bre, tests/ere, tests/spencer1-locale:
Prefer re_shell_ to SHELL, if re_shell_ is set.
* tests/init.sh (re_shell_): Export if it's used.
2014-01-07 10:59:32 -08:00
Jim Meyering
d562c071b6 maint: update copyright dates for 2014
Do that by running "make update-copyright".
2014-01-01 14:54:47 -08:00
Jim Meyering
0b2d2da071 maint: update all copyright year number ranges
Run "make update-copyright".
2013-01-04 11:12:05 +01:00
Jim Meyering
5b2201913f maint: update all copyright year number ranges
Run "make update-copyright".
2012-01-01 09:28:52 +01:00
Jim Meyering
8a54f20312 tests: ensure that each test script is executable
This adds a rule run at "make check" time to ensure that
test scripts are consistently executable.
This change is not required for "make check", but makes it easier
for people to run scripts manually, but that is discouraged because
doing so makes it easy to omit important variable settings that
are normally provided via TESTS_ENVIRONMENT.
This change also makes each of the existing TESTS executable.
* tests/Makefile.am (check_executable_TESTS): New rule.
(check): Depend on it.
* tests/{all_scripts}: chmod 755.
Prompted by a report from Eric Blake.
2011-06-21 19:16:14 +02:00
Jim Meyering
daaf7ce73d maint: update copyright year ranges to include 2011
Run "make update-copyright", so "make syntax-check" works in 2011.
2011-01-03 22:18:55 +01:00
Jim Meyering
a65a94f613 tests: remove .sh suffix from remaining test scripts.
* tests/backref: Rename from backref.sh.
* tests/bre: Rename from bre.sh.
* tests/ere: Rename from ere.sh.
* tests/file: Rename from file.sh.
* tests/khadafy: Rename from khadafy.sh.
* tests/options: Rename from options.sh.
* tests/pcre: Rename from pcre.sh.
* tests/spencer1: Rename from spencer1.sh.
* tests/spencer2: Rename from spencer2.sh.
* tests/status: Rename from status.sh.
* tests/yesno: Rename from yesno.sh.
* tests/Makefile.am: Reflect renamings.
2010-09-03 22:38:08 +02:00