| History log of /src/distrib/utils/zcat |
| Revision | Date | Author | Comments |
| 1.21 | 03-Jun-2023 |
lukem | bsd.own.mk: rename GCC_NO_* to CC_WNO_*
Rename compiler-warning-disable variables from GCC_NO_warning to CC_WNO_warning where warning is the full warning name as used by the compiler.
GCC_NO_IMPLICIT_FALLTHRU is CC_WNO_IMPLICIT_FALLTHROUGH
Using the convention CC_compilerflag, where compilerflag is based on the full compiler flag name.
|
| 1.20 | 24-Apr-2021 |
mrg | use GCC_NO_IMPLICIT_FALLTHRU
|
| 1.19 | 29-Sep-2019 |
mrg | convert HAVE_GCC == 7 to HAVE_GCC >= 7.
|
| 1.18 | 06-Feb-2019 |
mrg | pply zlib hack for gcc 7 here too (4th occurance!)
|
| 1.17 | 12-Jan-2017 |
christos | branches: 1.17.14; This is an example how to make a small program using libc. Original size 300K; final size 75K.
|
| 1.16 | 11-Jan-2017 |
christos | adjust to new zlib
|
| 1.15 | 19-May-2011 |
tsutsui | branches: 1.15.28; - WARNSfy - KNF, ANSIfy, remove __P(), misc cosmetics
|
| 1.14 | 14-Jan-2006 |
christos | branches: 1.14.20; zlib moved.
|
| 1.13 | 12-Dec-2001 |
tv | Major readability cleanup; nuke redundancies; MKfoo=no -> NOfoo=.
|
| 1.12 | 05-Oct-2001 |
jmc | Change all COPTS+=-Os to DBG=-Os as that var actually controls the optimization levels
|
| 1.11 | 20-Aug-2001 |
martin | Drop ``-Os'' on sparc64 due to toolchain issues.
The same change has already been applied on the 1.5 branch. The problems (i.e. ifconfig not showing IP addresses) have been verified to still exist with the new toolchain.
|
| 1.10 | 18-May-2000 |
matt | branches: 1.10.4; Part II. Link everything -static since that's what want for crunchgen later on.
|
| 1.9 | 18-May-2000 |
matt | Compile things with -Os. I wonder if compiling -Mno-pic for mips and vax would shrink them even more?
|
| 1.8 | 21-Jun-1999 |
cgd | dependencies on BSDSRCDIR should be _removed_, not introduced. Use paths relative to ${.CURDIR} instead. Using BSDSRCDIR here means that it's impossible to compile these programs out of the source tree they're a part of, unless that sort tree happens to be the one at BSDSRCDIR.
|
| 1.7 | 19-May-1999 |
gwr | Things in distrib/utils need to know BSDSRCDIR anway, so we might as well use it. Lots simpler.
|
| 1.6 | 13-Feb-1999 |
lukem | convert from NOxxx= to MKxxx=no. include <bsd.own.mk> if testing a MKxxx variable.
|
| 1.5 | 22-Oct-1997 |
lukem | use CPPFLAGS instead of CFLAGS
|
| 1.4 | 13-May-1997 |
gwr | branches: 1.4.2; Kill -D_ZLIB_PRIVATE
|
| 1.3 | 24-Mar-1997 |
christos | - Makefile cleanups
|
| 1.2 | 24-Sep-1996 |
gwr | branches: 1.2.2; The hack to keep out deflate.c and related stuff belongs better here, because that allows zlib to stay closer to the distributed version.
|
| 1.1 | 12-Sep-1996 |
gwr | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 12-Sep-1996 |
gwr | This is a minimal zcat for installation media.
|
| 1.2.2.2 | 24-Sep-1996 |
gwr | The hack to keep out deflate.c and related stuff belongs better here, because that allows zlib to stay closer to the distributed version.
|
| 1.2.2.1 | 24-Sep-1996 |
gwr | file Makefile was added on branch netbsd-1-2 on 1996-09-24 20:40:11 +0000
|
| 1.4.2.1 | 08-Nov-1997 |
lukem | pull up rev 1.5 (approved by thorpej)
|
| 1.10.4.1 | 29-Jul-2001 |
he | Apply patch (requested by martin): Drop ``-Os'' on sparc64 due to toolchain issues.
|
| 1.14.20.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.15.28.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
| 1.17.14.2 | 13-Apr-2020 |
martin | Mostly merge changes from HEAD upto 20200411
|
| 1.17.14.1 | 10-Jun-2019 |
christos | Sync with HEAD
|
| 1.1 | 12-Jan-2017 |
christos | branches: 1.1.4; This is an example how to make a small program using libc. Original size 300K; final size 75K.
|
| 1.1.4.2 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|
| 1.1.4.1 | 12-Jan-2017 |
pgoyette | file misc.c was added on branch pgoyette-localcount on 2017-03-20 06:52:11 +0000
|
| 1.5 | 12-Jan-2017 |
christos | This is an example how to make a small program using libc. Original size 300K; final size 75K.
|
| 1.4 | 19-May-2011 |
tsutsui | branches: 1.4.28; - WARNSfy - KNF, ANSIfy, remove __P(), misc cosmetics
|
| 1.3 | 12-Nov-1998 |
thorpej | branches: 1.3.44; Need deflateParams() stub now, too.
|
| 1.2 | 24-Sep-1996 |
gwr | branches: 1.2.2; The hack to keep out deflate.c and related stuff belongs better here, because that allows zlib to stay closer to the distributed version.
|
| 1.1 | 12-Sep-1996 |
gwr | branches: 1.1.1; Initial revision
|
| 1.1.1.1 | 12-Sep-1996 |
gwr | This is a minimal zcat for installation media.
|
| 1.2.2.2 | 24-Sep-1996 |
gwr | The hack to keep out deflate.c and related stuff belongs better here, because that allows zlib to stay closer to the distributed version.
|
| 1.2.2.1 | 24-Sep-1996 |
gwr | file zcat.c was added on branch netbsd-1-2 on 1996-09-24 20:40:12 +0000
|
| 1.3.44.1 | 05-Oct-2008 |
mjf | Sync with HEAD.
|
| 1.4.28.1 | 20-Mar-2017 |
pgoyette | Sync with HEAD
|