[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
grep annotated tag, v2.10, created. v2.10
From: |
Jim Meyering |
Subject: |
grep annotated tag, v2.10, created. v2.10 |
Date: |
Wed, 16 Nov 2011 13:22:37 +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.10 has been created
at cb31453192e9265839d6e4d2e32d262fb8e75ce0 (tag)
tagging 3a43c16a899c10ab6033b334ab6b727e09484ed5 (commit)
replaces v2.9
tagged by Jim Meyering
on Wed Nov 16 14:02:36 2011 +0100
- Log -----------------------------------------------------------------
grep 2.10
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAABCAAGBQJOw7RsAAoJEH/Z/MsAC+7u5aMP/2XVFVzh9k3bZKkoH3wSgHV2
px7i6D2K2IcVPkZX7mdL6pK4Tw9Ep3SGp19LGYQyJLbtSWp2D5d3ZWB0t8jfYtLm
Kozny1ayVddDWfiImjWiAF7OF4EZCrFK4C+V2baFA/BnoWsjGvoFqZORvABtrCIb
IWXsqQky0Emz0+lb7M9spaPZRtH1qAaQYSxsfVJpU3Dh9HFc+JzTojgzwgPfBPSz
n6jgS5nGzL2cGJzXD8EOt6YOngMAmGvyzYqEdmK67cRLCLA3DeyCjs/hVLSDFB2X
JE0mh4sxsswSbxj2bkNjLrXSlvEHV8sWcE3YBW96eFj568yPBMuV+jMWdFSZjDRR
2m/OqcC0O4JM5bUJtnmCCFDA49AWh/41RbHYQlqQidQVg1pOTl9joHDqujIWr6lw
oMNITE2bsBA+YZ4VemDgwX3s46KKgxliLuhB9OZQOo3fWeWKmn158XJoGB47aodU
k/26zCmyteZ4kQ3TAPwt07fEoOuUnpzaFMVh6dMk7by+S20po1Mh5DsHsJhhpqcz
oC8LVQ28FWFIM+8ZMBLJbjMhrZRryJ8F7YsRpkCZvcpujRbwgoKowXkk6thIAA3N
kcealfcQ+gGXzgwo2zYci5JS/aJfmmMIJZfkuyZ9o4a97FURT3Bb7N6T4iMWFVaP
Z2v3U83h+iNSaqg0SJLs
=/fSf
-----END PGP SIGNATURE-----
Bruno Haible (5):
tests: fix high-bit-range test failure on OSF/1 5.1
build: fix compilation error on MSVC 9 to due Pexecute() declaration
tests: avoid unwarranted failures due to SATAN's timeout
tests: don't assume that /bin/bash exists
tests: fix test suite execution failure on OSF/1 5.1
Eli Zaretskii (1):
dfa: don't mishandle high-bit bytes in a regexp with signed-char
Jim Meyering (65):
post-release administrivia
maint: update bootstrap from gnulib
dfa: fix the root cause of the heap overrun
dfa: add braces to REALLOC_IF_NECESSARY definition
dfa: prepare for a semantic change in REALLOC_IF_NECESSARY
dfa: rename REALLOC_IF_NECESSARY param/local for clarity
dfa: change semantics of REALLOC_IF_NECESSARY's 3rd parameter
dfa: simplify use of *ALLOC macros
dfa: remove unnecessary inclusion of verify.h
exit 2 (rather than infloop) when an input file is also on stdout
tests: add a test to trigger the bug
maint: use x2nrealloc, not xrealloc
maint: clean up and plug a leak-on-OOM
build: use largefile module and update to latest gnulib
doc: use "file name" consistently in grep's --help output
maint: move declaration "down" to inner scope where it is used
maint: correct indentation
build: update gnulib submodule to newer
maint: dfa: improve comments
tests: make fmbtest explain (to stderr, not log) why it is skipped
tests: skip tests that require MBS support
tests: stop using skip_test_; use skip_ instead
build: avoid compilation failure when building without PCRE support
maint: dfa: remove #if MBS_SUPPORT around struct definition
maint: remove #if MBS_SUPPORT around member declaration
maint: dfa: remove case-guarding #if-MBS_SUPPORT
maint: convert #if-MBS_SUPPORT (kwsinit)
maint: convert #if-MBS_SUPPORT (Fcompile, etc.)
maint: convert #if-MBS_SUPPORT (kwsincr_case)
maint: convert #if-MBS_SUPPORT (EGexecute)
maint: remove #if-MBS_SUPPORT declaration guards
maint: dfa: convert #if-MBS_SUPPORT (parse_bracket_exp, part1)
maint: dfa: convert #if-MBS_SUPPORT (dfafree)
maint: dfa: convert #if-MBS_SUPPORT (dfaoptimize, dfacomp)
maint: dfa: remove #if-MBS_SUPPORT (free_mbdata)
maint: dfa: convert #if-MBS_SUPPORT (dfaexec)
maint: dfa: convert #if-MBS_SUPPORT (dfaexec)
maint: dfa: convert #if-MBS_SUPPORT (parse_bracket_exp)
maint: dfa: convert #if-MBS_SUPPORT (parse_bracket_exp)
maint: dfa: convert #if-MBS_SUPPORT (parse_bracket_exp)
maint: dfa: convert #if-MBS_SUPPORT (lex)
maint: dfa: convert #if-MBS_SUPPORT (copytoks)
maint: dfa: convert #if-MBS_SUPPORT (dfaparse)
maint: dfa: convert #if-MBS_SUPPORT (state_index)
maint: dfa: convert #if-MBS_SUPPORT (dfastate)
maint: dfa: convert #if-MBS_SUPPORT (dfastate)
maint: dfa: remove some #if MBS_SUPPORT guards
maint: dfa: simplify dfaoptimize
build: fix compilation failure when MBS_SUPPORT is 0
maint: ensure that MB_CUR_MAX is defined even when !MBS_SUPPORT
maint: dfa: avoid in-function "#if MBS_SUPPORT" tests
maint: dfa: simplify several expressions
maint: dfa: simplify multi-byte-related conditionals
build: update gnulib submodule to latest
build: update gnulib submodule to latest
build: stop distributing gzip'd releases; xz is enough
maint: adjust the URL that will appear in the generated announcement
build: update gnulib submodule to latest
build: update gnulib for solaris test fix
tests: make the replacement export function more robust
tests: make our "export" replacement efficient with modern shells
build: update gnulib for exclude-test fixes
maint: update bootstrap and init.sh from gnulib
build: update gnulib submodule to latest
version 2.10
Matthew Burgess (1):
tests: remove debug code that would cp to /t
Paolo Bonzini (4):
gnulib: Update
dfa: use copyset to copy charclasses
dfa: use memcpy to copy position_sets
doc: improve documentation of character classes
Reuben Thomas (1):
doc: improve documentation of character classes in the man page
Stefano Lattarini (4):
tests: support development version of automake too
tests: tiny simplification in TESTS_ENVIRONMENT definition
gitignore: merge top-level and tests/ .gitignore files
distcheck: ensure dist-hook fails if syntax-check fails
-----------------------------------------------------------------------
hooks/post-receive
--
grep
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- grep annotated tag, v2.10, created. v2.10,
Jim Meyering <=