summaryrefslogtreecommitdiffstats
path: root/usr.bin/strings/strings.c
Commit message (Collapse)AuthorAgeFilesLines
* Finish the deorbital burn of the i386-only a.out toolchain.obrien2003-06-271-221/+0
|
* remove __Pimp2002-03-221-2/+2
|
* Warns cleanups.dwmalone2001-12-031-1/+1
|
* getopt and friends are declared in <unistd.h>imp2000-09-041-2/+0
| | | | getopt returns -1 not EOF.
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* malloc(3) need to allocate one byte more.phk1999-03-291-2/+2
| | | | | PR: 10855 Submitted by: Petteri Holländer <pete@iki.fi>
* Use err(3).charnier1997-08-111-15/+17
|
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-1/+1
| | | | posix standard on the topic.
* Use more complicated printable test to remove unnecessary 8bit charsache1995-12-281-1/+3
|
* Localize itache1995-12-281-1/+4
|
* >Description:dg1995-02-151-1/+1
| | | | | | | | | | | | | | The "strings" program chokes if you try using "-n". >How-To-Repeat: Try "strings -n SOMENUMBER SOMEFILE". >Fix: Here's a "diff -u" patch that corrects the problem. Submitted by: Lon Willett <lon%softt.uucp@math.utah.edu> via NetBSD
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+216
OpenPOWER on IntegriCloud