freebsd-dev/usr.bin/grep
Baptiste Daroussin 30dc95029e Remove NLS support from BSD grep
GNU grep as in actually in base does not have any translations support
compiled in, so no functionnality loss.

We do support 193 locales in base, we will never catch up on that number of
translation with bsd grep.

Removing NLS support make bsd grep consistent with the other binaries in base
which are not translated, and also reduce a little bit the code.

Reviewed by:	kevans
Approved by:	kevans
Discussed with:	kevans @BSDCan
Differential Revision:	https://reviews.freebsd.org/D15682
2018-06-06 23:12:35 +00:00
..
tests Standardize SPDX tag on files I've added 2018-05-09 16:52:28 +00:00
file.c Remove compression support from bsdgrep 2018-04-25 14:40:15 +00:00
grep.1 bsdgrep: Allow "-" to be passed to -f to mean "standard input" 2018-05-08 03:53:46 +00:00
grep.c Remove NLS support from BSD grep 2018-06-06 23:12:35 +00:00
grep.h Remove NLS support from BSD grep 2018-06-06 23:12:35 +00:00
Makefile Remove NLS support from BSD grep 2018-06-06 23:12:35 +00:00
Makefile.depend DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
queue.c various: general adoption of SPDX licensing ID tags. 2017-11-27 15:37:16 +00:00
util.c Remove NLS support from BSD grep 2018-06-06 23:12:35 +00:00
zgrep.1 Use a script wrapper for <compress>grep 2018-04-25 13:23:58 +00:00
zgrep.sh Fix exit code for mismatches after r333013. 2018-05-24 22:15:47 +00:00