Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-24 | actually do fgrep. -G -F and -E are now mutally exclusive, and override | Ted Unangst | |
the program name as expected. ok millert@ | |||
2003-06-23 | strncpy -> memcpy per deraadt suggestion. | Ted Unangst | |
also add a note why we can't use strlcpy. | |||
2003-06-23 | go back to using strncpy. for long patterns, strlcpy reads too much | Ted Unangst | |
of a potentially nontermined src. | |||
2003-06-23 | faster grep for simple patterns. derived from a patch by sean farley. | Ted Unangst | |
this makes searching for constant strings much faster by avoiding regex. ok deraadt@ | |||
2003-06-23 | minor tweaks | Theo de Raadt | |
2003-06-23 | use strlcpy, not strncpy. ok deraadt@ millert@ | Ted Unangst | |
2003-06-23 | spelling | Ted Unangst | |
2003-06-23 | better detetection/handling of binary files. | Ted Unangst | |
make -a do the right thing, doc and implement -U, -I. add --help and --mmap for compatibility. some other minor fixes. some from NetBSD. ok deraadt@ | |||
2003-06-22 | use __progname instead of progname. ok deraadt | Ted Unangst | |
2003-06-22 | fix usage | Theo de Raadt | |
2003-06-22 | proper $OpenBSD$ | Theo de Raadt | |
2003-06-22 | -DNOZ flag to be used by install media for removing z*grep support, if | Theo de Raadt | |
needed. (and knf) | |||
2003-06-22 | support z{e,f}grep | Theo de Raadt | |
2003-06-22 | freegrep 0.16 | Theo de Raadt | |
2003-02-16 | Fix format string bug. I believe this grep is currently not used (in | Chad Loder | |
favor of the GNU version), but it gets fixed anyways. ok mickey@ | |||
2001-09-21 | complete grep clone by harding@motd.ca; everything is there, but it is | Theo de Raadt | |
slow because libc regexp is slow. Anyone out there have the balls to sit down and optimize libc regexp? |