summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update .gitmodules to point at upstream:gnulibbaserock/morphDaniel Silverstone2012-09-111-1/+1
* No longer remove .git*baserock/morph-stableJannis Pohlmann2012-02-221-1/+0
* grep.morph: Hackery to make bootstrap workRichard Maw2012-02-161-3/+4
* add morphRichard Maw2012-01-111-0/+14
* doc: document empty pattern betterPaul Eggert2012-01-041-1/+15
* grep: with no args, search "." only if command-line -rPaul Eggert2012-01-044-13/+38
* tests: adjust test to match code, now that --mmap writes to stderrJim Meyering2012-01-031-2/+6
* deprecate the --mmap optionJim Meyering2012-01-033-2/+12
* dfa: fix incorrect commentPaolo Bonzini2012-01-031-1/+1
* dfa: fix rebase conflictPaolo Bonzini2012-01-031-1/+1
* dfa: automatically resize position_setsPaolo Bonzini2012-01-031-14/+12
* dfa: change position_set nelem to size_tPaolo Bonzini2012-01-031-2/+1
* dfa: move nalloc to position_set structurePaolo Bonzini2012-01-031-8/+6
* dfa: remove dead assignmentPaolo Bonzini2012-01-031-1/+0
* dfa: introduce alloc_position_setPaolo Bonzini2012-01-031-8/+14
* dfa: use a more compact data type for grpsPaolo Bonzini2012-01-031-8/+17
* dfa: use MALLOC/REALLOC alwaysPaolo Bonzini2012-01-031-4/+4
* dfa: remove unnecessary bracesPaolo Bonzini2012-01-031-3/+1
* dfa: x2nrealloc starting from a NULL pointer worksPaolo Bonzini2012-01-031-12/+1
* build: avoid build failure with --enable-gcc-warnings and recent gccJim Meyering2012-01-031-0/+6
* remove lib/ms/Paolo Bonzini2012-01-037-8/+8
* unify colorize.h headersPaolo Bonzini2012-01-035-24/+22
* colorize: use isatty modulePaolo Bonzini2012-01-037-26/+14
* tests: avoid minor "make check" failureJim Meyering2012-01-031-0/+0
* grep: -r with no args now searches "."Paul Eggert2012-01-025-21/+60
* grep: prefer fgets to printf, _ to gettextPaul Eggert2012-01-023-4/+4
* grep: check stdin like other filesPaul Eggert2012-01-013-59/+86
* maint: update all copyright year number rangesJim Meyering2012-01-0171-71/+72
* grep: lower-case function namesPaul Eggert2011-12-311-19/+19
* ms: move Microsoft-specific stuff to lib/msPaul Eggert2011-12-3110-226/+337
* grep: do input==output check more like dir loop checkPaul Eggert2011-12-312-41/+2
* build: update gnulib submodule to latestPaul Eggert2011-12-311-0/+0
* maint: remove now-unused/obsolete filesPaul Eggert2011-12-283-92/+0
* maint: distribute ChangeLog-2009Jim Meyering2011-12-281-0/+1
* main.c: add some 'const' directivesJim Meyering2011-12-281-4/+4
* main.c: correct indentation and formatting styleJim Meyering2011-12-281-155/+156
* avoid new syntax-check failuresJim Meyering2011-12-282-64/+63
* Fix whitespace, indentation and documentationEli Zaretskii2011-12-281-10/+11
* update NEWS for MS-Windows changesEli Zaretskii2011-12-281-1/+7
* Fix the test suite for MS-Windows.Eli Zaretskii2011-12-283-2/+3
* Support color highlighting on MS-WindowsEli Zaretskii2011-12-281-18/+228
* don't ignore errors when reading a directoryPaul Eggert2011-12-243-41/+11
* --include etc. now work on command-line args more consistentlyPaul Eggert2011-12-243-9/+31
* build: update gnulib submodule to latestJim Meyering2011-12-241-0/+0
* doc: improve grep.texiArnold D. Robbins2011-12-121-154/+190
* build: use gnulib's iswctype wcscollJim Meyering2011-12-123-13/+4
* disable the new input==output guard for additional optionsJim Meyering2011-12-123-4/+35
* do not reject "grep -qr . > out"Nicolas Vigier2011-12-111-2/+4
* dfa: do not call nl_langinfo in !MBS_SUPPORT modeArnold Robbins2011-11-291-1/+1
* dfa: avoid warning from deficient compiler in !MBS_SUPPORT modeArnold Robbins2011-11-291-1/+7