summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/gzip
AgeCommit message (Expand)Author
1999-11-10Add register prefixes.thorpej
1999-08-20Back out previous change now that "decompress" is not exported by libbz2.simonb
1999-08-20In test mode, don't print the contents to stdout.simonb
1999-07-30Don't use GNU malloc() any more.mycroft
1999-07-27Argh - both gzip.c and libbz have a "decompress" symbol. For now,simonb
1999-07-25Handle decompressing bzip2 files.simonb
1999-02-02Oops, fix the NO_UNDERLINE CPP hack.thorpej
1999-01-31Added z[ef]grep.kim
1999-01-22Argh, typo in previous.thorpej
1999-01-22If the object format is ELF, build match.S with -DNO_UNDERLINE.thorpej
1998-09-12Don't prepend /usr/local/bin to $PATH, our gzip is in /usr/bin. Closesfrueauf
1998-09-01add -Dunix to CPPFLAGS to suppress cpp warning.enami
1998-03-06Do not chmod files to 0777 before unlinking. NetBSD (and POSIX.1) specifytv
1998-03-02allow LDSTATIC definition to be overridden by bsd.own.mk/mk.confcgd
1997-11-12add missing .Nm calls and MLINKS. from spz@serpens.swb.demrg
1997-10-25use CPPFLAGS instead of CFLAGSlukem
1997-03-24Makefile cleanupschristos
1996-11-12/etc/termcap -> /usr/share/misc/termcap. Fixes misc/1401.mikel
1996-10-18Use ${INSTALL}.thorpej
1995-10-24Link zcmp to zdiff, zcmp.1 to zdiff.1jtc
1995-04-23NetBSD RCS Id formatcgd
1994-12-22specify man pages the new way.cgd
1994-12-14Install zgrep manpage too.jtc
1994-10-17fine, install as zcat, too, but _NOT_ as compress; man page is incorrect.cgd
1994-06-19link these static, for safety. tar is going away, eventualy, anywaycgd
1994-06-13don't clobber uncompress, zcat, or their man pagescgd
1993-12-21match.S is for m68k and i36 archs only.pk
1993-12-08Take 2. Key off __NetBSD__ and -D it from the Makefile.mycroft
1993-12-08Key off `m68k' for some instruction format issues. I recall changing thismycroft
1993-10-23Both compress and gzip installed themselves as "zcat". I've changed thejtc
1993-10-15Change makefile so manpages are installed correctly.jtc
1993-10-15Clean up deleted files.mycroft
1993-10-15Update to Nate's port of gzip 1.2.4 he did for FreeBSD.jtc
1993-10-07converted to use gnu malloc, and depend on it correctlycgd
1993-08-14__mc68020__ --> mc68020mycroft
1993-08-10Don't include ${DESTDIR} in paths in LINKS.mycroft
1993-08-10Small tweak for GAS on the 68k.mycroft
1993-08-02Add RCS identifiers, remove some completely useless RCS logs and patchkitmycroft
1993-08-01Add RCS identifiers.mycroft
1993-07-11fix makefile man page bogosities, and add a "VERSION" filecgd
1993-07-09GNU Gzip 1.2.2jtc