grep-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

grep annotated tag, v2.22, created. v2.22


From: Jim Meyering
Subject: grep annotated tag, v2.22, created. v2.22
Date: Mon, 02 Nov 2015 02:19:04 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grep".

The annotated tag, v2.22 has been created
        at  6f5a5ebfe5ff7ae9739b59fc24c887731169dbd4 (tag)
   tagging  475157a3c6ca8223d35fdf375d65c919d24aeba0 (commit)
  replaces  v2.21
 tagged by  Jim Meyering
        on  Sun Nov 1 17:24:11 2015 -0800

- Log -----------------------------------------------------------------
grep 2.22
-----BEGIN PGP SIGNATURE-----

iQIcBAABCgAGBQJWNrs7AAoJEH/Z/MsAC+7urE8P/0JYoD3bWpVm2RW/pqFPDuw2
8CrL3xidV23CtpKBx/ba6ZEwCxdYB5JpFii6zUo7iMenl/FWmzqh1psAPI4R9eNO
u3UG24O+zQE0HHQEI7Ei+80SRASgZAfA2DDKsoNhZPtg9pGT3z8a+qXLHagxjlfX
mK1ZVnN3qR7ixFADQgkLbOnpntcww+CxSyAmcPWk8AzTrFCNqf6e6tG/rRT6riFQ
n3ANS5C5V0qfwRjpYlhQtfAicO0XlwvQmDLAb0fc8Z+DJGTkmhKi6LIjaxzNHue4
hRAy8az98wHHiaSx4p2DX7t+Kc19vX7mCCguRv+gsJ/Immg/jhWNsWnnTY+9b88v
Hc7Nzkwi+Dn19puwdM9bzgK67zKij5PsZSiJeK9+JGkLPslb/mHTyPHN+v+QcbF4
HJqKul1SVL33nHFuVXaWyveiUBD6B39Ev5OXPbd0Ple12WPbURkr+S8JH641tqMU
yHdBTqdDCBEIHwj4ejbK5lTreDYmKL6yfOP5BCp7G50HQlg+ZIJtbDW7ybT7QvS6
ahbStlTAE8tNJAYfWvbRudZUJKZrLmPwSifLMXou8ITJYGH8scbKGQ7O0icNiGUB
0vWmSQSajlehu4XOylcxzcl/lXFTsmvL6sIK0Gpq0tbHI/xUgbe968oUs8cEIwuI
r1pjvFrt2zn7UO39IUmh
=cLW8
-----END PGP SIGNATURE-----

Jim Meyering (34):
      maint: post-release administrivia
      maint: correct for four Author: name misspellings
      maint: fix a new "make syntax-check" failure
      maint: update copyright year ranges to include 2015
      gnulib: update to latest
      grep: avoid false-positive UMR
      tests: add support for ASAN memory poisoning
      maint: convert "goto" to "continue" and remove now-spurious label
      maint: reference CVE-2015-1345 from NEWS
      maint: use ASAN-poisoning more carefully
      maint: sort test names in tests/Makefile.am and add syntax-check rule
      maint: reword a diagnostic not to trigger leading capital check
      maint: update bootstrap from gnulib
      maint: alphabetize anonymous enum member names
      maint: unify three argv-processing calls
      tests/case-fold-backref: factor test
      maint: dfa: used unsigned types where appropriate
      tests: avoid FS-dependent false-positive failure
      tests: fix mis-applied patch.
      tests: add a test for the performance fix
      tests: new function to measure elapsed user time
      tests: long-pattern-perf: measure user time, not elapsed
      tests: mb-non-UTF8-performance: use new function
      doc: NEWS: mention a bug fix
      maint: use single quote rather than UTF-8 multi-byte version
      build: avoid spurious bootstrap failure involving pkg.m4
      gnulib: update to latest; also bootstrap and tests/init.sh
      tests: avoid spurious failure on OpenBSD 5.8
      maint: NEWS: correct/amend
      gnulib: update to latest, for portability fixes
      gnulib: update to latest
      maint: update THANKS.in
      tests: pcre-jitstack: upon failure, retry with no stack size limit
      version 2.22

Norihiro Tanaka (17):
      dfa: avoid invalid match or infinite loop in unused matching mode
      dfa: simplify dfaexec
      build: avoid build failure with --enable-gcc-warnings and no PCRE
      dfa: make find_pred return NULL for an invalid predicate
      dfa: build struct dfamust on demand
      dfa: speed up handling of long pattern
      tests: sjis-mb: accept two more locales
      dfa: DEBUG: print detail of DFA states
      dfa: avoid execution for a pattern including an unsupported expression
      dfa: remove word delimiter support for multibyte locales
      dfa: remove unused multibyte support
      grep: remove fgrep code for case insensitive match
      grep: avoid use of uninitialized variable
      dfa: fix off-by-one error
      dfa: fix bug in alternate of sub-patterns that differ only in constraints
      grep: improve performance of grep -Fw
      grep: use grep matcher for grep -Fw when unibyte

Paul Eggert (32):
      tests: port fmbtest to CentOS 6 and earlier
      doc: document binary-data heuristic better
      Grow the JIT stack if it becomes exhausted
      Cover the non-INSTALL case
      doc: clarify how -a matches
      doc: give a script wrapper example
      egrep, fgrep: just use what's in PATH
      grep: output "." file name in diagnostic
      build: use pkg-config (if available) to configure libpcre
      build: remove typo and don't bother with /usr/include/pcre
      build: improve pkg-config doc and error handling
      test: tighten tests for bracket exprs
      grep: minor tweaks
      grep: don't hang on command-line fifo if -D skip
      grep: don't mishandle left context in -P
      grep: simplify print_line_middle slightly
      grep: -z '.' now consistently matches newline
      grep: -z '[^x]' now consistently matches newline
      dfa: '.' and '[^x]' now consistently match newline
      build: update gnulib submodule to latest
      maint: ignore gendocs_template_min
      grep: use recent gnulib syntax bits
      tests: fix $? typo in null-byte
      grep: fix bug with --exclude-dir and command line
      dfa: optimize [x-x]
      build: update gnulib submodule to latest
      Add test for pop_fail_stack bug
      tests: add test case for Bug#21670
      dfa: make the executable a bit smaller
      grep: use memchr/memrchar
      grep: simplify previous change
      maint: add news item

Santiago Ruano Rincón (1):
      doc: document grep-2.11 change in behavior of -r, --recursive

Yuliy Pisetsky (1):
      grep -F: fix a heap buffer (read) overrun

Zev Weiss (1):
      dfa: plug a memory leak in dfamust

-----------------------------------------------------------------------


hooks/post-receive
-- 
grep



reply via email to

[Prev in Thread] Current Thread [Next in Thread]