summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update .gitmodules to use upstream:gnulibbaserock/v2.21Pedro Alvarez2015-10-251-1/+1
* version 2.21v2.21Jim Meyering2014-11-231-1/+1
* tests: sjis-mb: remove now-obsolete and failing sub-testsJim Meyering2014-11-211-2/+0
* grep -F could erroneously fail to match in non-UTF8 multibyte localesNorihiro Tanaka2014-11-202-3/+21
* tests: big-match: disable OOM-provoking subtestJim Meyering2014-11-171-1/+4
* dfa: avoid undefined behaviorNorihiro Tanaka2014-11-161-2/+5
* gnulib: update to latestJim Meyering2014-11-141-0/+0
* grep -F -x -o PAT would print an extra newline for each matchNorihiro Tanaka2014-11-144-2/+45
* tests: port to DarwinPaul Eggert2014-11-111-10/+11
* tests: fix recently-introduced stray outputPaul Eggert2014-11-111-1/+0
* build: port to GCC 4.6.4 + glibc 2.5Paul Eggert2014-11-111-3/+4
* tests: port to libpcre sans UTF-8 supportPaul Eggert2014-11-113-3/+3
* tests: do not fail when the zh_CN.UTF-8 locale is not installedJim Meyering2014-11-091-1/+9
* tests: avoid hex_printf_ portability problemsJim Meyering2014-11-091-2/+4
* tests: avoid a multibyte tr portability problemJim Meyering2014-11-081-0/+9
* maint: remove spurious LC_ALL setting from one testJim Meyering2014-11-081-2/+0
* tests: fix typo in previous changeJim Meyering2014-11-081-1/+1
* tests: avoid awk+printf+\xHH portability trapNorihiro Tanaka2014-11-083-7/+8
* tests: avoid printf+\xHH portability trapJim Meyering2014-11-071-1/+1
* maint: move helper function, hex_printf to init.cfgJim Meyering2014-11-072-10/+10
* grep: port O_NOFOLLOW errno checking to NetBSDPaul Eggert2014-11-022-1/+19
* build: generate man pages even when existing targets are read-onlyJim Meyering2014-10-311-4/+8
* tests: avoid false-positive failure due to some zh_CN.* localesJim Meyering2014-10-301-1/+1
* gnulib: update to latest; bootstrap, tooJim Meyering2014-10-292-7/+18
* tests: make new test script executableJim Meyering2014-10-281-0/+0
* dfa: make \w and \W work in multibyte localesNorihiro Tanaka2014-10-284-21/+67
* dfa: avoid false match in a non-UTF8 multibyte localeNorihiro Tanaka2014-10-263-18/+67
* tests: work around older libpcre bugs when testing -P and UTF-8Paul Eggert2014-10-251-3/+5
* tests: add test for grep -P fixNorihiro Tanaka2014-10-242-0/+18
* grep: fix grep -P crashPaul Eggert2014-10-243-30/+14
* dfa: remove two erroneous clauses from a now-unused functionNorihiro Tanaka2014-10-191-11/+1
* dfa: process all MBCSET constructs via glibc's matcherNorihiro Tanaka2014-10-192-10/+20
* grep: initialize validation_boundary properly before useNorihiro Tanaka2014-10-151-0/+1
* grep: fix off-by-one bug in -P optimizationPaul Eggert2014-10-152-2/+6
* dfa: fix a theoretical bugNorihiro Tanaka2014-10-081-0/+1
* doc: modernize and simplify man pagePaul Eggert2014-10-071-133/+35
* doc: clarify exit statusPaul Eggert2014-10-072-23/+10
* dfa: test for just-fixed bugNorihiro Tanaka2014-10-073-0/+51
* dfa: factor out a new nontrivial block of duplicated codeNorihiro Tanaka2014-10-051-41/+32
* dfa: check end of input buffer after transition in non-UTF8 multibyte localeNorihiro Tanaka2014-10-054-2/+63
* grep: avoid stack buffer read-underrun and overrunJim Meyering2014-10-041-2/+3
* grep: fix subscript error when testing whether empty lines matchNorihiro Tanaka2014-10-041-1/+2
* dfa: minor tweaks, mostly to remove __attribute__ ((noinline))Paul Eggert2014-09-272-9/+26
* dfa: separate dfaexec function to help optimization by compilerNorihiro Tanaka2014-09-271-6/+29
* dfa: speed-up at initial stateNorihiro Tanaka2014-09-271-19/+35
* maint: generalize the -Wcast-align fixPaul Eggert2014-09-271-8/+16
* maint: suppress a false-positive -Wcast-align warningJim Meyering2014-09-271-0/+7
* grep: don't check extensively for invalid prefix bytes unless -PPaul Eggert2014-09-261-0/+2
* grep: scan for valid multibyte strings more quicklyPaul Eggert2014-09-261-17/+76
* grep: speed up processing of holes before EOF on SolarisPaul Eggert2014-09-171-0/+5