Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update BSD grep to the latest development version. It has some code | gabor | 2011-10-05 | 1 | -333/+0 |
* | - Fix -w behavior | gabor | 2011-06-12 | 1 | -1/+1 |
* | - Adjust a comment to actual behaviour | gabor | 2011-04-07 | 1 | -3/+5 |
* | - Simplify the fixed string pattern preprocessing code | gabor | 2011-04-07 | 1 | -6/+4 |
* | - Replace some strcpy()-family functions with memcpy() ones. It has been | gabor | 2011-04-07 | 1 | -5/+6 |
* | UTFize my name. | des | 2010-08-19 | 1 | -1/+1 |
* | - Refactor file reading code to use pure syscalls and an internal buffer | gabor | 2010-08-18 | 1 | -1/+1 |
* | - Revert strlcpy() changes to memcpy() because it's more efficient and | gabor | 2010-08-15 | 1 | -4/+4 |
* | - Use the traditional behaviour for filename and directory name inclusion | gabor | 2010-07-29 | 1 | -2/+1 |
* | Add BSD grep to the base system and make it our default grep. | gabor | 2010-07-22 | 1 | -0/+333 |