CVSROOT: /cvs Module name: src Changes by: t...@cvs.openbsd.org 2013/05/03 18:26:20
Modified files: usr.bin/grep : util.c Log message: blacklist a select few characters instead of a limited whitelist for detecting non-regex patterns. makes the fast grep code more applicable. with some improvements by Jeremie Courreges-Anglas