tjr
|
62ca3fc301
|
Avoid passing negative values to isdigit() on machines with signed chars.
|
2004-07-15 10:26:38 +00:00 |
|
tjr
|
a98a42559d
|
Contrary to what the comments said, rs -H did not recycle storage, it just
kept writing past the end of the buffer. Correct the code so that it
actually does recycle storage.
|
2002-06-07 07:08:06 +00:00 |
|
markm
|
f7a5378f71
|
Use __FBSDID, ANSIfy functions, fix const string.
|
2002-04-28 11:00:34 +00:00 |
|
imp
|
1698cb216e
|
remove __P
|
2002-03-22 01:33:25 +00:00 |
|
ru
|
80467e19fa
|
Do not overrun entry array when printing output tables.
Cleanup storage allocation for entries.
Obtained from: NetBSD
|
2001-09-10 15:09:12 +00:00 |
|
ru
|
ca7cfbacf3
|
Fixed SIGFPE (divide by zero) if column's width exceeds display width (-w).
Obtained from: OpenBSD
|
2001-09-10 11:56:07 +00:00 |
|
ru
|
4f02a00407
|
Fixed the -z option handling:
-Wuninitialized if used without -t.
PR: bin/30467
Null pointer dereference if used with -t.
Maximum column width computation was wrong.
|
2001-09-10 11:43:40 +00:00 |
|
peter
|
3b842d34e8
|
$Id$ -> $FreeBSD$
|
1999-08-28 01:08:13 +00:00 |
|
jb
|
7f92b62ee3
|
Add #include <string.h> to get prototypes.
|
1998-02-20 04:48:37 +00:00 |
|
charnier
|
c1ea49e6b1
|
Use err(3). Add usage(). Rewrote man page in mdoc format.
|
1997-08-07 06:42:37 +00:00 |
|
joerg
|
abf2e4ca00
|
The rs(1) command dumps core with the -s option (SIGSEGV)
(Fix a rangecheck condition.)
Closes PR # bin/1244: rs(1) dumps core with -s
|
1996-05-26 18:26:55 +00:00 |
|
rgrimes
|
f9ab90d9d6
|
BSD 4.4 Lite Usr.bin Sources
|
1994-05-27 12:33:43 +00:00 |
|