summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* build: detect PCRE support also when <pcre/pcre.h> is the headerJim Meyering2010-03-301-1/+3
* build: avoid warnings on cygwinEric Blake2010-03-291-1/+2
* grep -F: fix a bug with SJIS character setsPaolo Bonzini2010-03-291-5/+11
* build: update after change in gnulib's lib-ignore moduleBruno Haible2010-03-291-0/+3
* grep -F: fix a multi-byte erroneous-match-in-middle bugJim Meyering2010-03-284-6/+10
* grep -F: avoid infinite loop when searching for incomplete MB characterJim Meyering2010-03-281-0/+3
* grep -r: fix --include with globs, tooJavier Villavicencio2010-03-281-1/+2
* kwset: correct comments; require non-NULL kwsmatch argumentJim Meyering2010-03-272-19/+16
* build: add -I$(top_builddir)/lib so we also find generated .h filesJim Meyering2010-03-271-1/+1
* build: remove superfluous LOCALEDIR definitionJim Meyering2010-03-272-1/+2
* build: do not use pkg-config to test for PCRE supportJim Meyering2010-03-262-2/+2
* dfa/grep: fix compilation with MBS_SUPPORTNorihirio Tanaka2010-03-253-7/+25
* build: avoid warnings about unnecessary use of "return"Jim Meyering2010-03-252-7/+7
* grep: fix printing when -w is used and regex is needed for matchingNorihirio Tanaka2010-03-251-2/+1
* dfa: fix single byte character rangesPaolo Bonzini2010-03-251-1/+1
* grep: reset state after truncated or invalid multibyte sequencesNorihirio Tanaka2010-03-251-0/+1
* grep: do lowercase conversion in print_line_middle only for single-byte caseNorihirio Tanaka2010-03-251-5/+9
* doc: translate new --help messagePetr Písař2010-03-241-1/+1
* build: avoid compilation failure when MBS_SUPPORT not definedJim Meyering2010-03-231-1/+1
* dfa: fix sigsegv on multibyte character classesPaolo Bonzini2010-03-231-2/+2
* build: avoid warnings: tell gcc and clang that dfaerror never returnsJim Meyering2010-03-232-1/+9
* build: fix cygwin buildEric Blake2010-03-221-1/+7
* grep: remove --mmapPaolo Bonzini2010-03-221-69/+7
* grep: rename files for intuitivenessPaolo Bonzini2010-03-226-2289/+2289
* grep: kill GREP_PROGRAM/EGREP_PROGRAM/FGREP_PROGRAMPaolo Bonzini2010-03-228-83/+67
* grep: libify *search.cPaolo Bonzini2010-03-228-14/+28
* grep: prepare for libification of *search.cPaolo Bonzini2010-03-223-6/+12
* grep: split search.cPaolo Bonzini2010-03-229-471/+563
* grep: remove one #ifdefPaolo Bonzini2010-03-221-10/+4
* grep: eliminate {COMPILE,EXECUTE}_{RET,ARGS,FCT}Paolo Bonzini2010-03-223-24/+24
* grep: make egrep/fgrep use struct matcherPaolo Bonzini2010-03-227-36/+35
* grep: change struct matcher terminationPaolo Bonzini2010-03-223-4/+4
* grep: remove one #ifdefPaolo Bonzini2010-03-221-7/+1
* grep: remove getpagesize.hPaolo Bonzini2010-03-222-62/+1
* build: avoid compilation failure on systems using rpl_openJim Meyering2010-03-211-0/+1
* maint: remove TYPE_* definitions from src/system.hJim Meyering2010-03-212-7/+1
* maint: alphabetize #include directivesJim Meyering2010-03-211-7/+8
* build: allow compilation on cygwinEric Blake2010-03-201-3/+1
* reject reversed-endpoint ranges, with all regex variantsJim Meyering2010-03-201-3/+5
* maint: correct macro parameter parenthesesJim Meyering2010-03-191-4/+3
* dfa: fix wchar_t/wint_t type mismatchPaolo Bonzini2010-03-191-6/+8
* maint: sync dfa comments from gawkArnold Robbins2010-03-192-2/+3
* dfa: initialize struct mbcset using memsetPaolo Bonzini2010-03-171-6/+1
* dfa: spell out "unsigned int"Paolo Bonzini2010-03-172-11/+11
* dfa: optimize simple character sets under UTF-8 charsetsPaolo Bonzini2010-03-171-1/+12
* dfa: speed up handling of bracketsPaolo Bonzini2010-03-172-305/+305
* syntax-check: remove space-tab exceptionPaolo Bonzini2010-03-171-9/+9
* dfa: add missing functionPaolo Bonzini2010-03-171-1/+30
* grep: remove more register keywordsPaolo Bonzini2010-03-173-28/+28
* dfa: run simple UTF-8 regexps as a single-byte character setPaolo Bonzini2010-03-171-0/+25