[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] process range expressions consistently with system regex
From: |
Paolo Bonzini |
Subject: |
[PATCH 0/2] process range expressions consistently with system regex |
Date: |
Tue, 21 Sep 2010 17:36:52 +0200 |
This is more visible now that --without-included-regex is the default,
but has actually been there more or less forever. The included test
case fails since 2.6 and requires --without-included-regex to fail
in those versions.
Paolo Bonzini (2):
dfa: process range expressions consistently with system regex
tests: add testcase for previous fix
NEWS | 6 ++++++
src/dfa.c | 27 ++++++++++++++++-----------
tests/Makefile.am | 1 +
tests/inconsistent-range | 17 +++++++++++++++++
4 files changed, 40 insertions(+), 11 deletions(-)
create mode 100644 tests/inconsistent-range
--
1.7.2.3
- [PATCH 0/2] process range expressions consistently with system regex,
Paolo Bonzini <=
- [PATCH 1/2] dfa: process range expressions consistently with system regex, Paolo Bonzini, 2010/09/21
- [PATCH 2/2] tests: add testcase for previous fix, Paolo Bonzini, 2010/09/21
- Re: [PATCH 2/2] tests: add testcase for previous fix, Jim Meyering, 2010/09/23
- Re: [PATCH 2/2] tests: add testcase for previous fix, Paolo Bonzini, 2010/09/23
- Re: [PATCH 2/2] tests: add testcase for previous fix, Jim Meyering, 2010/09/23
- Re: [PATCH 2/2] tests: add testcase for previous fix, Paul Eggert, 2010/09/23
- Re: [PATCH 2/2] tests: add testcase for previous fix, Paolo Bonzini, 2010/09/23
- Re: character ranges in regular expressions, Bruno Haible, 2010/09/23
- Re: character ranges in regular expressions, Paolo Bonzini, 2010/09/24