Commit Graph

121 Commits

Author SHA1 Message Date
skasal
e58a1de3fd - Adhere to packaging guidelines.
- Resolves: #225857
- Use CPPFLAGS= argument to configure to add an -I option.
- Do not set LDFLAGS=-s for "make install".
2007-04-20 17:30:41 +00:00
Tim Waugh
0d0134c39c - Make preun scriptlet unconditionally succeed (bug #223697).
- Resolves: rhbz#223697
2007-01-22 17:57:53 +00:00
Tim Waugh
88797f0fa8 - Fixed count of patterns when the last is an empty string (bug #204255).
- Resolves: rhbz#204255
2006-11-22 19:37:55 +00:00
Tim Waugh
16976527ae - Fix 'memory exhausted' errors by limiting in-memory buffer (bug #198165).
- Resolves: rhbz#198165
2006-11-22 14:55:12 +00:00
Jesse Keating
9f6a55002d bumped for rebuild 2006-07-12 06:14:17 +00:00
Tim Waugh
35b335f11c - Applied upstream patch to fix '-D skip' (bug #189580). 2006-05-31 09:01:15 +00:00
Tim Waugh
a8485b3c26 - Applied Tim Robbins' patch for 'grep -w' (bug #179698). 2006-02-20 14:36:53 +00:00
Jesse Keating
c3d51bf337 bump for bug in double-long on ppc(64) 2006-02-11 03:20:45 +00:00
Jesse Keating
ae52065bb1 bump for new gcc/glibc 2006-02-07 11:59:44 +00:00
Tim Waugh
61501477eb - Prevent 'grep -P' from segfaulting (bug #171379). 2006-02-03 14:12:33 +00:00
Jesse Keating
c7de272d37 gcc update bump 2005-12-09 22:40:48 +00:00
Tim Waugh
e4c786c812 - Prevent 'grep -Fw ""' from busy-looping (bug #169524). 2005-09-29 12:10:05 +00:00
Tim Waugh
18496216e4 Fixed typo. 2005-06-29 13:32:16 +00:00
Tim Waugh
b566e450f6 - Futher fixing for bug #161700. 2005-06-28 21:01:56 +00:00
Tim Waugh
569eba9bda 2.5.1-49 2005-06-27 11:17:40 +00:00
Tim Waugh
23c9918dc8 - Fix 'grep -Fw' for encodings other than UTF-8 (bug #161700). 2005-06-27 11:16:55 +00:00
Tim Waugh
e5829586b5 - Build requires recent pcre-devel (bug #154626). 2005-04-13 09:17:50 +00:00
Tim Waugh
eee96fac97 - Rebuild for new GCC. 2005-03-02 14:58:33 +00:00
Tim Waugh
a0c85eec29 - Run 'make check'. 2005-01-07 17:04:58 +00:00
Tim Waugh
f416c42388 - Fixed -w handling for EGexecute. Now 'make check' passes. 2005-01-07 17:03:06 +00:00
Tim Waugh
1b8d449fc4 - Cache MB_CUR_MAX value in egf-speedup patch. 2005-01-07 15:03:52 +00:00
Tim Waugh
b077d63419 - Fixed variable shadowing in egf-speedup patch. 2005-01-07 14:50:45 +00:00
Tim Waugh
55f2675e4e Fixed some tests. 2005-01-07 12:42:51 +00:00
Tim Waugh
e09e1940d7 - Removed redundant (and incorrect) code in prline. 2005-01-07 12:08:02 +00:00
Tim Waugh
59788ab210 2.5.1-46 2005-01-07 10:34:49 +00:00
Tim Waugh
a42439b4cd - More -w tests from Jakub Jelinek. 2005-01-07 10:34:34 +00:00
Tim Waugh
1a2dc41f1f - Rebased on 2.5.1a. 2005-01-07 10:30:46 +00:00
Tim Waugh
cec5442824 2.5.1-45 2004-12-31 16:14:18 +00:00
Tim Waugh
7c590e715c - More tests (Jakub Jelinek). 2004-12-31 16:12:38 +00:00
Tim Waugh
ff7a532bf5 - Jakub Jelinek's much improved -Fi algorithm. 2004-12-31 15:43:57 +00:00
Tim Waugh
ee9a86c698 - Jakub Jelinek's much improved -Fi algorithm.
- Removed bogus part of grep-2.5.1-fgrep patch.
2004-12-31 15:43:25 +00:00
Tim Waugh
4c38852200 - Removed bogus part of grep-2.5.1-fgrep patch. 2004-12-31 15:42:25 +00:00
Tim Waugh
e7e16314f3 - Fixed -Fi for multibyte input (bug #143079). 2004-12-21 13:57:42 +00:00
Tim Waugh
e5092c306f 2.5.1-43 2004-12-17 15:49:11 +00:00
Tim Waugh
a5ca95c10c - Bypass kwset matching when ignoring case and processing multibyte input
(bug #143079).
2004-12-16 17:50:47 +00:00
Tim Waugh
8443e177c3 - Bypass kwset matching when ignoring case and processing multibyte input
(bug #143079).
2004-12-16 17:15:31 +00:00
Tim Waugh
c3fd6f2bbf - Further UTF-8 processing avoided since a '\n' byte is always an
end-of-line character in that encoding.
2004-12-14 16:21:41 +00:00
Tim Waugh
5b2463aa13 - Fixed a busy loop in the egf-speedup patch (bug #140781). 2004-12-03 13:16:22 +00:00
Tim Waugh
41ed4935a4 - Fixed a bug in the fgrep patch, exposed by the dfa-optional patch (bug
#138558).
2004-11-18 13:30:38 +00:00
Tim Waugh
8c440df2d2 - Fixed last patch. 2004-11-16 16:49:04 +00:00
Tim Waugh
2c381ea950 - Applied patch from Karsten Hopp to fix background colour problems with
--color output (bug #138913).
2004-11-16 13:27:09 +00:00
Tim Waugh
818af7589e 2.5.1-37 2004-11-10 09:44:37 +00:00
Tim Waugh
acd16e9f79 - Prevent false matches when DFA is disabled (bug #138558). 2004-11-10 09:42:35 +00:00
Tim Waugh
553606aabf - Automatically disable DFA when processing multibyte input. GREP_USE_DFA
environment variable overrides.
2004-11-08 09:14:38 +00:00
Tim Waugh
d619d25368 - Fixes to egf-speedup patch: now it does not change any functionality, as
intended.
- GREP_NO_DFA now turns off the DFA engine, for performance testing.
2004-11-05 18:09:53 +00:00
Tim Waugh
2bb2860efe Functional equivalence with pre-patched package. 2004-11-05 14:06:45 +00:00
Tim Waugh
9fa0ec14fd - More improvements to egf-speedup patch (bug #138076). 2004-11-04 15:17:42 +00:00
Tim Waugh
6f2e162151 - Small improvements to egf-speedup patch. 2004-11-04 11:15:52 +00:00
Tim Waugh
e1ca9413e8 - Remove mb-caching hack.
- Better multibyte handling in EGexecute().
- Don't need regex.c changes in grep-2.5-i18n.patch.
2004-11-03 17:42:00 +00:00
Tim Waugh
c1d7d02136 - Make 'grep -F' avoid UTF-8 processing if the pattern contains no
multibyte characters (bug #133932).
2004-10-13 17:18:38 +00:00