0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 5 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update version to 1.2
howardjp
as James P. Howard, II
More... almost 14 years ago
Version bump to 1.1
howardjp
as James P. Howard, II
More... almost 14 years ago
Do not grep directories when recursing
howardjp
as James P. Howard, II
More... almost 14 years ago
Removed the dependecy on libz from the Makefile More... almost 14 years ago
Move -lz out of the Minix special case, where it doesn't belong and back into the general case.
howardjp
as James P. Howard, II
More... almost 14 years ago
Restructure the Makefile so that multiple operating system checks are not necessary. It may be prudent, at this time, to redevelop the build system based on autoconf.
howardjp
as James P. Howard, II
More... almost 14 years ago
Cleanup. More... almost 14 years ago
Last commit was incomplete. More... almost 14 years ago
Minix specific changes - Quick and dirty. More... almost 14 years ago
Add a readme.md file for GitHub to display
howardjp
as James P. Howard, II
More... over 14 years ago
Include unistd.h to fix some compile-time errors on FreeBSD 8-STABLE.
howardjp
as James P. Howard, II
More... over 14 years ago
This removes the include to <sys/limits.h> in grep.c which is not necessary since grep.h includes it but also replaces that include with an include to <limits.h> for portability, or something approaching it.
howardjp
as James P. Howard, II
More... over 14 years ago
Merge branch 'openbsd'
howardjp
as James P. Howard, II
More... over 14 years ago
bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few updates to follow; More... about 15 years ago
two globals not needed in NOZ mode More... over 15 years ago
Process patterns containing $ end ^ (but not as last or first char) using regcomp() instead of fastcomp(). ok millert@ More... over 16 years ago
use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg More... over 16 years ago
convert to new .Dd format; More... almost 17 years ago
- use a consistent text for STANDARDS - note which options are extensions to POSIX More... almost 17 years ago
- Be explicit on command line checking, instead of relying on patterns, which may be NULL (e.g. -e ''). - let add_pattern() decide how to deal with empty patterns, don't do magic in read_patterns(). More... about 17 years ago
fts_read returning NULL and errno set is an error. ok ray@ More... over 17 years ago
Reset the number of lines of tail context left to print before processing each file to avoid printing lines intended from the previous file. More... over 17 years ago
Check length before checking index of len - 1. More... over 17 years ago
Allow zero-length patterns with -x so More... over 17 years ago
That should be S_ISREG, dunno why I committed this wrong version; spotted by hshoexer@ More... over 17 years ago
Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which lead to surprising results. Spotted by Paul Stoeber, more to come. ok millert@ pedro@ jaredy@ djm@ More... over 17 years ago
Break patterns containing newlines into multiple patterns like POSIX says. Report by Ralf dot Wildenhues at gmx dot de; testing by jmc@ ok beck@ millert@ More... about 18 years ago
-nv is a valid combination; confirmed by otto More... about 18 years ago
delint; remove redundant vars and functions; ok jaredy@ More... about 18 years ago
restore cosmic balance by plugging a mem leak; problem reported by Benjamin Pineau in PR 5008; ok weingart@ More... about 18 years ago