Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-11-01grep: correct argument name in man pageElvin Aslanov
2022-10-05grep: Add quotes in manpage when using wildcards with --includeDaniel Engberg
2021-12-21pkgbase: Put more binaries/lib in runtimeEmmanuel Vadot
2021-11-10grep: fix/remove references to -PKyle Evans
2021-07-09grep: fix combination of quite and count flagMariusz Zaborski
2021-04-18Fix zgrep --versionMateusz Piotrowski
2021-04-17grep: Fix an incorrect description of the -C flagMateusz Piotrowski
2021-02-09usr.bin/grep: Fix Address OOB read errorAlex Richardson
2021-02-08grep: fix -A handling in conjunction with -m match limitationKyle Evans
2021-02-05grep: turn off -w if -x is specifiedKyle Evans
2021-02-05grep: fix null pattern and empty pattern file behaviorKyle Evans
2021-01-18grep: fix LINKS in MakefileMartin Tournoij
2020-12-26grep: tests: stop testing for a nonexistent version of grepKyle Evans
2020-12-26build: remove the option to build gnugrepKyle Evans
2020-12-09grep: replace the internal queue with a ring bufferKyle Evans
2020-12-09grep: tests: stop expecting a failure of gnuext w/ bsdgrepKyle Evans
2020-12-09fts_read: Handle error from a NULL return better.Bryan Drewery
2020-12-06bsdgrep: don't link against libregex for bootstrapKyle Evans
2020-12-05Retire GNU_GREP_COMPAT knobKyle Evans
2020-11-20bzgrep: make flag --no-filename workEugene Grosbein
2020-11-19grep(1): Add more EXAMPLESFernando ApesteguĂ­a
2020-10-02zgrep: fix exit status with multiple filesEric van Gyzen
2020-09-21Fix -Wpointer-sign warnings in usr.bin/grepAlex Richardson
2020-08-07Always install usr.bin/grep as grep when bootstrappingAlex Richardson
2020-08-07grep(1): correct typos for 'if a name patches' to 'if a name matches'Gordon Bergling
2020-08-04bsdgrep: switch to libregex for GNU_GREP_COMPATKyle Evans
2020-07-21Fix some regressions with the zgrep(1) wrapper.Craig Leres
2019-12-11Update Makefile.depend filesSimon J. Gerraty
2019-12-11Add Makefile.depend.optionsSimon J. Gerraty
2019-09-25bsdgrep(1): various fixes of empty pattern/exit code/-c behaviorKyle Evans
2019-09-03bsdgrep(1): add some basic tests for some GNU Extension supportKyle Evans
2019-06-02grep: Move lone 'r'grep case into the adjacent switchKyle Evans
2019-01-09Fix bsdgrep manpage clobbering grep(1) with default build optionsKyle Evans
2018-08-21Adjust formatting of grep and zgrep manual pages.Mateusz Piotrowski
2018-06-15bsdgrep(1): Remove redundant initialization; unconditionally assigned laterKyle Evans
2018-06-09bsdgrep(1): Some more int -> bool conversions and name changesKyle Evans
2018-06-08bsdgrep(1): Evict character sequence that moved inKyle Evans
2018-06-08bsdgrep(1): Slooowly peel away the chunky onionKyle Evans
2018-06-07bsdgrep(1): Don't initialize fts_flags twiceKyle Evans
2018-06-07bsdgrep(1): whoops, garbage collect the now write-only variableKyle Evans
2018-06-07bsdgrep(1): Do some less dirty things with return typesKyle Evans
2018-06-07Remove NLS support from BSD grepBaptiste Daroussin
2018-05-25Fix exit code for mismatches after r333013.Bryan Drewery
2018-05-09Standardize SPDX tag on files I've addedKyle Evans
2018-05-09Remove "All Rights Reserved" on files that I hold sole copyright onKyle Evans
2018-05-08bsdgrep: Allow "-" to be passed to -f to mean "standard input"Kyle Evans
2018-05-04bsdgrep: annihilate our in-tree TRE, previously disabled by defaultKyle Evans
2018-05-03zgrep(1): Note that -r/-R are not currently supported.Kyle Evans
2018-05-02bsdgrep: Adjust a missed NLS reference that was invalidated by recent workKyle Evans
2018-04-26zgrep.sh: Add forgotten ';' and remove set -e which prevents looping over filesBaptiste Daroussin