#
6c1b63bb |
| 17-May-2002 |
Tim J. Robbins <tjr@FreeBSD.org> |
Use exit status 2 to indicate that the file was not compressed because its size would not be reduced (SUSv3).
|
#
7ddea7b8 |
| 24-Mar-2002 |
Warner Losh <imp@FreeBSD.org> |
unifdef -D__STDC__
|
#
f1bb2cd2 |
| 22-Mar-2002 |
Warner Losh <imp@FreeBSD.org> |
remove __P
|
Revision tags: release/4.5.0_cvs, release/4.4.0_cvs |
|
#
9f5b04e9 |
| 10-Dec-2001 |
David Malone <dwmalone@FreeBSD.org> |
Style improvements recommended by Bruce as a follow up to some of the recent WARNS commits. The idea is:
1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though c
Style improvements recommended by Bruce as a follow up to some of the recent WARNS commits. The idea is:
1) FreeBSD id tags should follow vendor tags. 2) Vendor tags should not be compiled (though copyrights probably should). 3) There should be no blank line between including cdefs and __FBSDIF.
show more ...
|
#
546c7f66 |
| 03-Dec-2001 |
Mark Murray <markm@FreeBSD.org> |
Use __FBSDID(). Use a better choice than size_t for vertain variables. Fix some comment alignment.
|
#
cb08795b |
| 02-Dec-2001 |
Mark Murray <markm@FreeBSD.org> |
WARNS=2 fix and 'register' removal.
|
#
6209021e |
| 05-Jul-2001 |
Kris Kennaway <kris@FreeBSD.org> |
Mark some functions as __printflike()
MFC after: 1 week
|
Revision tags: release/4.3.0_cvs, release/4.3.0, release/4.2.0 |
|
#
eb2fc780 |
| 10-Oct-2000 |
Garrett Wollman <wollman@FreeBSD.org> |
Don't depend on <sys/stat.h> bogusly including <sys/time.h> (and thereby <time.h>).
|
Revision tags: release/4.1.1_cvs, release/4.1.0, release/3.5.0_cvs |
|
#
da94aa4e |
| 16-May-2000 |
Tim Vanderhoek <hoek@FreeBSD.org> |
From PR submitter:
compress uses setfile() to make flags, ownership and mode of the output the same as those of the original. However, if the filesystem holding the output file doesn't support th
From PR submitter:
compress uses setfile() to make flags, ownership and mode of the output the same as those of the original. However, if the filesystem holding the output file doesn't support these operations, compress prints a warning. This bites a bit with NFS directories, which always fail the chflags() operation. If the file system doesn't support the operation, then the flags data wasn't valid on the original file anyway, so the warning is spurious.
Submitted by: bin/16981 (Peter Edwards <peter.edwards@ireland.com>)
show more ...
|
#
fae643c5 |
| 26-Mar-2000 |
Philippe Charnier <charnier@FreeBSD.org> |
Add DIAGNOSTICS section name. Spelling
|
Revision tags: release/4.0.0_cvs, release/3.4.0_cvs, release/3.3.0_cvs, release/3.2.0, release/3.1.0, release/3.0.0, release/2.2.8 |
|
#
fa146c53 |
| 06-Dec-1998 |
Archie Cobbs <archie@FreeBSD.org> |
Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).
|
#
d52ae819 |
| 21-Oct-1998 |
Bruce Evans <bde@FreeBSD.org> |
Fixed previous commit to actually work. The wrong variable was initialized earlier (with style bugs of course), so zcat was an alias for uncompress instead of `uncompress -c'.
|
#
7c0704e4 |
| 20-Oct-1998 |
Mike Smith <msmith@FreeBSD.org> |
Behave like zcat if invoked as zcat. We don't install as zcat; this just makes us more useful in a tight environment.
Submitted by: Wilfredo Sanchez <wsanchez@apple.com>
|
Revision tags: release/2.2.7, release/2.2.6, release/2.2.5_cvs, release/2.2.2_cvs |
|
#
1c8af878 |
| 29-Mar-1997 |
Warner Losh <imp@FreeBSD.org> |
compare return value from getopt against -1 rather than EOF, per the final posix standard on the topic.
|
Revision tags: release/2.2.1_cvs, release/2.2.0, release/2.1.7_cvs, release/2.1.6_cvs, release/2.1.6.1, release/2.1.5_cvs |
|
#
1f36dc1f |
| 05-Sep-1996 |
Bruce Evans <bde@FreeBSD.org> |
Finished adjustments for cleaning up declaration of zopen(). Moving the declaration from <stdio.h> to "zopen.h" left it undeclared here.
|
Revision tags: release/2.1.0_cvs, release/2.0.5_cvs |
|
#
7799f52a |
| 30-May-1995 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
Remove trailing whitespace.
|
Revision tags: release/2.0, release/1.1.5.1_cvs |
|
#
9b50d902 |
| 27-May-1994 |
Rodney W. Grimes <rgrimes@FreeBSD.org> |
BSD 4.4 Lite Usr.bin Sources
|