gwr
f3e1b81b8e
This is just a test program, so leave the strcat (etc.) calls alone.
...
The changes to strncat (etc.) did not compile anyway...
1997-05-13 23:36:03 +00:00
gwr
8304862426
Put the original CVS Id strings back in.
1997-05-13 23:06:27 +00:00
gwr
371ce0e795
Remove _ZLIB_PRIVATE and all related changes. The "exported" API
...
of this library includes the typedefs in zconf.h so export it too.
Our zlib should now work with "png" (fixes PR lib/3030).
1997-05-13 22:57:09 +00:00
christos
8259dd08d6
Makefile cleanups:
...
use INCS variable to install includes and FILES to install objects.
1997-03-24 22:11:48 +00:00
mrg
9cd5492c02
- convert unsafe strcpy(), strcat() and sprintf() to the `n' versions.
...
- some KNF.
1997-01-23 14:01:45 +00:00
thorpej
7f9ea0f2ed
Use ${INSTALL}.
1996-10-18 05:45:01 +00:00
cgd
9118c05a03
RCS ID police: add NetBSD RCS IDs to everything. Since it was imported with
...
normal RCS IDs apparently unmodified (i.e. they were clobbered), remove
the normal Id tags so they cause fewer conflicts later.
1996-09-13 00:29:49 +00:00
cgd
9867074973
remove this file, since it's not particularly useful since we've removed
...
most of the files it mentions, and it doesn't really describe the rest.
1996-09-13 00:23:43 +00:00
cgd
bd21bf3909
remove some more unused files.
1996-09-12 23:54:37 +00:00
cgd
98a5e78a03
clean up 'make test' so that it works even in the presence of
...
'obj' dirs, and added minigzip to CLEANFILES.
1996-09-12 22:33:40 +00:00
cgd
5da64b50ae
make it into a shared library, too.
1996-09-12 22:23:40 +00:00
gwr
7b1b031b12
We do not use these.
1996-09-12 20:10:50 +00:00
gwr
e94c324095
Add a NO_DEFLATE conditional that allows this to be compiled without
...
reference to the "deflate" compression module. This can be used to
build a very small zcat for things like install media. (An example
of such a small zcat may be found in src/distrib/utils/zcat).
1996-09-12 19:50:28 +00:00
gwr
03e6c4e30f
We do not use these.
1996-09-12 19:40:30 +00:00
gwr
de831ea222
Separate interface from implementation so that zlib.h can be
...
included without the other, private header files. Only zlib.h
should be installed in /usr/include; all others are private.
The Makefile has a "test" rule to verify that minigzip.c can
be compiled using only zlib.h (and that it actually works).
Note: This file has extensive modifications.
1996-09-12 19:33:53 +00:00
gwr
4222075279
Eliminate use of things private to the library.
1996-09-12 19:26:44 +00:00
gwr
ad91ec121b
Fix a "const discarded" warning.
1996-09-12 19:09:00 +00:00
gwr
62a507468c
We do not use these.
1996-09-12 19:03:45 +00:00
gwr
431817b1aa
Import the "zlib" package (version 1.0.4) as libz
...
(That appears to be the usual installed name on *nix machines)
1996-09-12 15:33:09 +00:00