Commit Graph

28 Commits

Author SHA1 Message Date
wsanchez
cc084df5da Init style to quiet compiler.
Allow zcat hard link to compress rather than using zcat.sh wrapper; same as uncompress.
Don't install zcat, however; gzcat seems to be living in /usr/bin/zcat at the moment.
1998-10-08 01:56:28 +00:00
kleink
00bacf2e91 Attempt to restore a file's flags using chflags() only if the original file
ad any flags set (that is, st_flags is non-zero); this avoids a warning when
(un-)compressing a file on a file-system that does not support flags.  Fixes
PR bin/4981.
1998-03-10 12:45:44 +00:00
perry
34a98169f0 macroize BSD, NetBSD, FreeBSD and misc cleanup 1998-02-06 05:54:12 +00:00
lukem
b18fa5eb84 remove WARNS?=1 1997-11-08 09:31:04 +00:00
mycroft
1ea2e990d3 Use double, not float. 1997-10-19 15:18:43 +00:00
lukem
2124f91f12 getopt returns -1 not EOF 1997-10-18 13:04:29 +00:00
lukem
87f4122c62 * cleanup for WARNS=1
* deprecate register
* rindex -> strrchr
* fix .Nm usage
1997-09-15 10:58:35 +00:00
christos
3917c3179d - Makefile cleanups 1997-03-24 21:57:01 +00:00
mikel
5504577051 stdin and stdout are not regular files; fixes PR bin/3112
skip size checks, unlinking, &c. as specified by manpage if output is
  not a regular file
replace manifest constant with BUFSIZ
1997-01-16 04:51:29 +00:00
thorpej
150c33e60b Use ${INSTALL}. 1996-10-18 05:55:26 +00:00
abrown
091ed31b08 Add missing braces to for-loop to make compress work again after changes
between versions 1.9 and 1.10 (dumped core when not used as a filter).
1996-08-20 18:24:46 +00:00
mrg
a2c61dd4d4 fix lossage caused by compress' usage of /dev/stdout and /dev/stdin
combined with the (broken?) versions of these files provided with
the fdesc mount.  fixes PR#774 & PR#957.
1996-06-30 12:41:44 +00:00
glass
4ab05d0471 rcsid 1995-03-26 19:54:37 +00:00
glass
7025c9c2f2 new rcsid format. what is the format for shell scripts 1995-03-26 09:44:29 +00:00
cgd
92ca4cb3d9 add zopen declaration. 1994-12-24 16:27:18 +00:00
cgd
ac58b5cf8c don't install zcat (as it's now done by gzip), and excise the zcat sections
from the man page.  add a xref to zcat(1).  delete nothing, so that
people who want to avoid zcat can.
1994-10-17 21:43:15 +00:00
mycroft
4b8d7f5ee1 Fix RCS id format. 1994-10-06 16:43:17 +00:00
andrew
97e6ca09d7 Don't ignore compress -b information. 1994-09-19 12:47:30 +00:00
cgd
53d6e686d5 clean up import, add rcsid's. 1994-06-13 14:48:14 +00:00
cgd
3b93c56b85 new compress from Lite 1994-06-13 14:35:25 +00:00
jtc
79c47ced71 Both compress and gzip installed themselves as "zcat". I've changed the
makefiles so only gzip is installed as zcat (and now uncompress) because
gzip is faster than compress and it is able to detect corrupted files.
1993-10-23 01:13:35 +00:00
mycroft
e9d867ef50 Add RCS identifiers. 1993-08-01 17:54:45 +00:00
mycroft
dfb9caab49 Add RCS indentifiers. 1993-08-01 07:32:48 +00:00
mycroft
690cae8181 Add RCS indentifiers. 1993-07-31 15:17:49 +00:00
mycroft
d3e01f582d Whose inane idea was it to copy this list?
BTW, we need a `-r' option.
1993-06-24 06:11:34 +00:00
mycroft
d343706d65 Fix fencepost error. 1993-06-23 06:52:08 +00:00
deraadt
8ae65d6e54 patch00144 by Julian Stacey <stacey@guug.de>: compress.c had a
path[100] instead of path[MAXPATHLEN]
1993-05-25 07:05:18 +00:00
cgd
61f282557f initial import of 386bsd-0.1 sources 1993-03-21 09:45:37 +00:00