Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | H | - | - | 2,533 | 2,112 | |
lib/ | H | - | - | 44,312 | 28,339 | |
src/ | H | - | - | 5,309 | 3,764 | |
COPYING | H A D | 02-Jun-2020 | 34.3 KiB | 675 | 553 | |
README | H A D | 02-Jun-2020 | 2.3 KiB | 60 | 40 | |
README.DELETED | H A D | 02-Jun-2020 | 2.6 KiB | 174 | 173 | |
README.DRAGONFLY | H A D | 02-Jun-2020 | 504 | 19 | 13 |
README
1 Copyright (C) 1992, 1997-2002, 2004-2020 Free Software Foundation, Inc. 2 3 Copying and distribution of this file, with or without modification, 4 are permitted in any medium without royalty provided the copyright 5 notice and this notice are preserved. 6 7This is GNU grep, the "fastest grep in the west" (we hope). All 8bugs reported in previous releases have been fixed. Many exciting new 9bugs have probably been introduced in this revision. 10 11GNU grep is provided "as is" with no warranty. The exact terms 12under which you may use and (re)distribute this program are detailed 13in the GNU General Public License, in the file COPYING. 14 15GNU grep is based on a fast lazy-state deterministic matcher (about 16twice as fast as stock Unix egrep) hybridized with a Boyer-Moore-Gosper 17search for a fixed string that eliminates impossible text from being 18considered by the full regexp matcher without necessarily having to 19look at every character. The result is typically many times faster 20than Unix grep or egrep. (Regular expressions containing back-references 21will run more slowly, however.) 22 23See the files AUTHORS and THANKS for a list of authors and other contributors. 24 25See the file INSTALL for compilation and installation instructions. 26If there is no INSTALL file, this copy of the source code is intended 27for expert hackers; please see the file README-hacking. 28 29See the file NEWS for a description of major changes in this release. 30 31See the file TODO for ideas on how you could help us improve grep. 32 33See the file README-alpha for information on grep development and the CVS 34 repository. 35 36Send bug reports to bug-grep@gnu.org. 37 38KNOWN BUGS: 39 40Several tests in fmbtest.sh and foad1.sh fail under the cs_CZ.UTF-8 locale 41and have been disabled. 42 43The combination of -o and -i options is broken and the known failing cases 44are disabled in foad1.sh 45 46The option -i does not work properly in some multibyte locales such as 47tr_TR.UTF-8 where the upper case and lower case forms of a character are not 48necessarily of the same byte length. 49 50A list of outstanding and resolved bugs can be found at: 51 52 https://debbugs.gnu.org/cgi/pkgreport.cgi?package=grep 53 54You can also browse the bug-grep mailing list archive at: 55 56 https://lists.gnu.org/r/bug-grep/ 57 58For any copyright year range specified as YYYY-ZZZZ in this package 59note that the range specifies every single year in that closed interval. 60
README.DELETED
1.mailmap 2.tarball-version 3ABOUT-NLS 4AUTHORS 5ChangeLog 6ChangeLog-2009 7GNUmakefile 8INSTALL 9Makefile.am 10Makefile.in 11NEWS 12README-alpha 13THANKS 14THANKS.in 15TODO 16aclocal.m4 17build-aux/ 18cfg.mk 19config.hin 20configure 21configure.ac 22dist-check.mk 23doc/Makefile.am 24doc/Makefile.in 25doc/grep.in.1 26doc/grep.info 27doc/stamp-vti 28gnulib-tests/ 29lib/Makefile.am 30lib/Makefile.in 31lib/_Noreturn.h 32lib/alignof.h 33lib/alloca.c 34lib/alloca.in.h 35lib/arg-nonnull.h 36lib/at-func.c 37lib/btowc.c 38lib/c++defs.h 39lib/close.c 40lib/closedir.c 41lib/colorize-w32.c 42lib/ctype.in.h 43lib/dirent-private.h 44lib/dirent.in.h 45lib/dirfd.c 46lib/dup.c 47lib/errno.in.h 48lib/fchdir.c 49lib/fcntl.in.h 50lib/fdopendir.c 51lib/fnmatch.c 52lib/fnmatch.in.h 53lib/fnmatch_loop.c 54lib/fpending.c 55lib/fstat.c 56lib/fstatat.c 57lib/getcwd-lgpl.c 58lib/getdtablesize.c 59lib/getopt-cdefs.in.h 60lib/getopt.in.h 61lib/getpagesize.c 62lib/gnulib.mk 63lib/iconv.c 64lib/iconv.in.h 65lib/iconv_close.c 66lib/iconv_open-aix.gperf 67lib/iconv_open-aix.h 68lib/iconv_open-hpux.gperf 69lib/iconv_open-hpux.h 70lib/iconv_open-irix.gperf 71lib/iconv_open-irix.h 72lib/iconv_open-osf.gperf 73lib/iconv_open-osf.h 74lib/iconv_open-solaris.gperf 75lib/iconv_open-solaris.h 76lib/iconv_open-zos.gperf 77lib/iconv_open-zos.h 78lib/iconv_open.c 79lib/inttypes.in.h 80lib/isatty.c 81lib/isblank.c 82lib/iswblank.c 83lib/iswctype-impl.h 84lib/iswctype.c 85lib/langinfo.in.h 86lib/limits.in.h 87lib/locale.in.h 88lib/localeconv.c 89lib/lseek.c 90lib/lstat.c 91lib/malloc.c 92lib/mbrlen.c 93lib/mbrtowc.c 94lib/mbsinit.c 95lib/mbsrtowcs-impl.h 96lib/mbsrtowcs-state.c 97lib/mbsrtowcs.c 98lib/mbtowc-impl.h 99lib/mbtowc.c 100lib/memchr.c 101lib/memchr.valgrind 102lib/mempcpy.c 103lib/memrchr.c 104lib/msvc-inval.c 105lib/msvc-inval.h 106lib/msvc-nothrow.c 107lib/msvc-nothrow.h 108lib/nl_langinfo.c 109lib/open.c 110lib/openat.c 111lib/opendir.c 112lib/raise.c 113lib/read.c 114lib/readdir.c 115lib/realloc.c 116lib/sigaction.c 117lib/signal.in.h 118lib/sigprocmask.c 119lib/stat-w32.c 120lib/stat-w32.h 121lib/stat.c 122lib/stdalign.in.h 123lib/stdarg.in.h 124lib/stdbool.in.h 125lib/stddef.in.h 126lib/stdint.in.h 127lib/stdio-impl.h 128lib/stdio.in.h 129lib/stdlib.in.h 130lib/stpcpy.c 131lib/strdup.c 132lib/string.in.h 133lib/strnlen.c 134lib/strtoimax.c 135lib/strtol.c 136lib/strtoll.c 137lib/strtoul.c 138lib/strtoull.c 139lib/strtoumax.c 140lib/sys_stat.in.h 141lib/sys_types.in.h 142lib/time.in.h 143lib/unistd.in.h 144lib/unistr.in.h 145lib/unitypes.in.h 146lib/uniwidth.in.h 147lib/unused-parameter.h 148lib/warn-on-use.h 149lib/wchar.in.h 150lib/wcrtomb.c 151lib/wctob.c 152lib/wctomb-impl.h 153lib/wctomb.c 154lib/wctype.in.h 155lib/wcwidth.c 156lib/windows-initguard.h 157lib/windows-mutex.c 158lib/windows-mutex.h 159lib/windows-once.c 160lib/windows-once.h 161lib/windows-recmutex.c 162lib/windows-recmutex.h 163lib/windows-rwlock.c 164lib/windows-rwlock.h 165m4/ 166maint.mk 167po/ 168src/Makefile.am 169src/Makefile.in 170src/egrep.sh 171src/pcresearch.c 172tests/ 173thanks-gen 174
README.DRAGONFLY
1GNU GREP 2======== 3 4Original source can be downloaded from: 5http://ftp.gnu.org/gnu/grep 6 7file = grep-3.4.tar.xz 8date = 02 January 2020 9size = 1555820 10sha1 = 1a519e783ea0b46a632a0901bda3beaa1a0b267b 11 12A list of files and directories removed is in README.DELETED 13 14Use "git diff vendor/GREP contrib/grep" to see local modifications. 15 16When upgrading, remember to update also re-generated header files 17gnu/usr.bin/grep/libgreputils/*.h on master branch, but keep local adjustments 18in config.h and configmake.h. 19