lukem
9ea1c85731
WARNSify, fix .Nm usage, getopt returns -1 not EOF
1997-10-19 23:26:56 +00:00
mikel
ddeaf8c1de
fix off-by-one error in malloc() call; from Ted Felix in PR bin/3752.
1997-06-17 07:26:38 +00:00
cgd
9c646fddb7
Don't treat a char buffer like a structure since alignment constraints can
...
make that fail on some machines. Rather, since the code wants to access
the data both ways, use a structure and treat that structure as an array
of chars where appropriate.
1996-10-08 15:50:53 +00:00
jtc
ddd564fdcf
Fixed -n processing with patch from PR #800 .
1995-02-15 15:49:19 +00:00
jtc
4051e29ec1
A tiny optimization: since the offset radix is not going to change,
...
set a variable to the format string and use it instead of checking
the offset radix and selecting a format each time a string is found.
1994-12-10 12:06:56 +00:00
jtc
d3a545dc01
Merged with 4.4lite.
...
Changed to conform to NetBSD's new RCS Id convention.
1994-12-10 11:54:22 +00:00
jtc
00d77f440a
Make POSIX.2 compliant by adding -t (offset radix) flag.
1993-11-13 01:51:00 +00:00
hpeyerl
14197c1c8a
make "strings -n 3" work. From tmalaher@nt.com
1993-11-12 18:06:06 +00:00
mycroft
e9d867ef50
Add RCS identifiers.
1993-08-01 17:54:45 +00:00
mycroft
c3e42d1c64
Add RCS indentifiers.
1993-08-01 07:22:47 +00:00
mycroft
75ff3a90bd
Add RCS identifiers.
1993-07-30 23:49:23 +00:00
cgd
61f282557f
initial import of 386bsd-0.1 sources
1993-03-21 09:45:37 +00:00