From: Collin Funk Date: Wed, 17 Jul 2024 02:15:10 +0000 (-0700) Subject: useless-if-before-free: Add bug reporting address to --help. X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=d149dd240d9b50b0c85ac8b2a97af82e3c98464e;p=gnulib.git useless-if-before-free: Add bug reporting address to --help. * build-aux/useless-if-before-free (usage): Add bug reporting address. --- diff --git a/ChangeLog b/ChangeLog index 08322a3aca..7bcb133557 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-07-16 Collin Funk + + useless-if-before-free: Add bug reporting address to --help. + * build-aux/useless-if-before-free (usage): Add bug reporting address. + 2024-07-15 Paul Eggert strnlen: port to Android 5.0 (API 21) diff --git a/build-aux/useless-if-before-free b/build-aux/useless-if-before-free index 39ce39ab31..a90ced5d2d 100755 --- a/build-aux/useless-if-before-free +++ b/build-aux/useless-if-before-free @@ -36,7 +36,7 @@ eval 'exec perl -wSx "$0" "$@"' if 0; -my $VERSION = '2024-07-14 03:13'; # UTC +my $VERSION = '2024-07-17 02:10'; # UTC # The definition above must lie within the first 8 lines in order # for the Emacs time-stamp write hook (at end) to update it. # If you change this file with Emacs, please let the write hook @@ -98,6 +98,7 @@ and "kfree" calls in the linux kernel sources: git ls-files -z |xargs -0 $ME --name=kfree +Send patches and bug reports to . EOF } exit $exit_code;