summaryrefslogtreecommitdiff
path: root/src/main.c
Commit message (Expand)AuthorAgeFilesLines
* grep: with no args, search "." only if command-line -rPaul Eggert2012-01-041-8/+17
* deprecate the --mmap optionJim Meyering2012-01-031-1/+4
* colorize: use isatty modulePaolo Bonzini2012-01-031-1/+1
* grep: -r with no args now searches "."Paul Eggert2012-01-021-14/+36
* grep: prefer fgets to printf, _ to gettextPaul Eggert2012-01-021-2/+2
* grep: check stdin like other filesPaul Eggert2012-01-011-45/+63
* maint: update all copyright year number rangesJim Meyering2012-01-011-1/+1
* grep: lower-case function namesPaul Eggert2011-12-311-19/+19
* ms: move Microsoft-specific stuff to lib/msPaul Eggert2011-12-311-225/+27
* grep: do input==output check more like dir loop checkPaul Eggert2011-12-311-2/+2
* 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-281-63/+62
* Fix whitespace, indentation and documentationEli Zaretskii2011-12-281-10/+11
* Support color highlighting on MS-WindowsEli Zaretskii2011-12-281-18/+228
* don't ignore errors when reading a directoryPaul Eggert2011-12-241-35/+6
* --include etc. now work on command-line args more consistentlyPaul Eggert2011-12-241-8/+19
* disable the new input==output guard for additional optionsJim Meyering2011-12-121-4/+14
* do not reject "grep -qr . > out"Nicolas Vigier2011-12-111-2/+4
* doc: use "file name" consistently in grep's --help outputJim Meyering2011-09-071-3/+3
* maint: use x2nrealloc, not xreallocJim Meyering2011-08-201-1/+1
* exit 2 (rather than infloop) when an input file is also on stdoutJim Meyering2011-07-241-0/+26
* maint: tighten up superfluous codeJim Meyering2011-06-191-4/+1
* maint: update copyright year ranges to include 2011Jim Meyering2011-01-031-1/+1
* main: fix exit status on xmalloc failuresPaolo Bonzini2010-12-201-0/+1
* grep: diagnose and exit-2 for bogus REs like [:space:], [:digit:], etc.Jim Meyering2010-09-011-57/+10
* maint: use gnulib's standard --version-printing codeJim Meyering2010-08-301-9/+9
* grep: add --warnings={always,never,auto}.Paolo Bonzini2010-08-271-10/+57
* make --include=FILE work once againJim Meyering2010-08-131-4/+4
* maint: don't emit an extra newline in each of two diagnosticsJim Meyering2010-05-261-2/+2
* grep: fix --mmap not being ignoredPaolo Bonzini2010-04-201-0/+1
* convert all TABs to equivalent spaces in indentationJim Meyering2010-04-081-593/+593
* maint: use argmatch, for better --directories=INVAL diagnosticsJim Meyering2010-04-041-14/+21
* maint: include <wchar.h> and <wctype.h> unconditionallyJim Meyering2010-04-021-4/+2
* maint: MBS_SUPPORT: define to 0/1, not undef/1Jim Meyering2010-04-021-1/+1
* maint: use STREQ in place of strcmpJim Meyering2010-04-021-14/+16
* maint: enable the useless_cpp_parens syntax checkJim Meyering2010-04-021-12/+12
* cleanup and improvement: parse command line arguments consistentlyJim Meyering2010-04-021-2/+3
* build: update gnulib submodule to latest, and adjustJim Meyering2010-04-021-8/+8
* maint: avoid unnecessary 2nd getenv("TERM")Jim Meyering2010-04-011-7/+9
* tests: remove all unportable uses of echoJim Meyering2010-04-011-1/+1
* grep: remove unnecessary codeJim Meyering2010-04-011-27/+3
* build: avoid warnings on cygwinEric Blake2010-03-291-1/+2
* grep -r: fix --include with globs, tooJavier Villavicencio2010-03-281-1/+2
* 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
* grep: remove --mmapPaolo Bonzini2010-03-221-69/+7
* grep: rename files for intuitivenessPaolo Bonzini2010-03-221-0/+2262