summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep/util.c
Commit message (Expand)AuthorAgeFilesLines
* UTFize my name.des2010-08-191-1/+1
* - Refactor file reading code to use pure syscalls and an internal buffergabor2010-08-181-2/+2
* - Revert strlcpy() changes to memcpy() because it's more efficient andgabor2010-08-151-26/+17
* - Some minor changes to the messages to increase usefulness of error msgsgabor2010-07-291-1/+1
* - Use the traditional behaviour for filename and directory name inclusiongabor2010-07-291-16/+57
* - Fix -l and -L by really surpressing output and just showing filenamesgabor2010-07-251-1/+1
* - Fix --color behaviour to only output color sequences if stdout is a ttygabor2010-07-251-4/+5
* Fix crashes when using grep -R:delphij2010-07-231-9/+14
* Add BSD grep to the base system and make it our default grep.gabor2010-07-221-0/+464
OpenPOWER on IntegriCloud