summaryrefslogtreecommitdiffstats
path: root/usr.bin/grep/nls
Commit message (Collapse)AuthorAgeFilesLines
* Add Simplified Chinese messages for BSD grep.delphij2010-09-202-0/+14
|
* - Some fixes to Ukranian cataloggabor2010-08-061-2/+2
| | | | Submitted by: avg, Alex Kozlov <spam@rm-rf.kiev.ua>
* - Add Ukranian cataloggabor2010-07-302-0/+13
| | | | Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua>
* - Some minor changes to the messages to increase usefulness of error msgsgabor2010-07-299-36/+27
| | | | | | Reviewed by: hrs (Japanese catalogs), pluknet <pluknet at gmail dot com> (Russian catalog) Approved by: delphij (mentor)
* - Add Japanese NLS catalogsgabor2010-07-294-0/+45
| | | | | Submitted by: hrs Approved by: delphij (mentor)
* - Add Russian catalog [1]gabor2010-07-232-2/+17
| | | | | | | | | - Fix two minor nits in manpage [2] - style.Makefile(5) Submitted by: pluknet <pluknet at gmail.com> [1], Alex Kozlov <spam@rm-rf.kiev.ua> [2] Reviewed by: delphij
* Add BSD grep to the base system and make it our default grep.gabor2010-07-226-0/+82
Deliverables: Small and clean code (1,4 KSLOC vs GNU's 8,5 KSLOC), lower memory usage than GNU grep, GNU compatibility, BSD license. TODO: Performance is somewhat behind GNU grep but it is only significant for bigger searches. The reason is complex, the most important factor is that GNU grep uses lots of optimizations to improve the speed of the regex library. First, we need a modern regex library (practically by adopting TRE), add support for GNU-style non-standard regexes and then reevalute the performance issues and look for bottlenecks. In the meantime, for those, who need better performance, it is possible to build GNU grep by setting WITH_GNU_GREP. Approved by: delphij (mentor) Obtained from: OpenBSD (http://www.openbsd.org/cgi-bin/cvsweb/src/usr.bin/grep/), freegrep (http://github.com/howardjp/freegrep) Sponsored by: Google SoC 2008 Portbuild tests run by: kris, pav, erwin Acknowledgements to: fjoe (as SoC 2008 mentor), everyone who helped in reviewing and testing
OpenPOWER on IntegriCloud