Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-0]: src/lib/libz Pullup rev 1.5 (requested by mrg in ticket #258)
details: https://anonhg.NetBSD.org/src/rev/4cf95e95140d
branches: netbsd-2-0
changeset: 560772:4cf95e95140d
user: jmc <jmc%NetBSD.org@localhost>
date: Thu May 06 05:41:33 2004 +0000
description:
Pullup rev 1.5 (requested by mrg in ticket #258)
Backout the changes made on 29th of january:
- remove gzopenfull() and gzdopenfull()
- un-bump minor number
- remove docs for gone functions.
diffstat:
lib/libz/zlib.3 | 36 ++----------------------------------
1 files changed, 2 insertions(+), 34 deletions(-)
diffs (73 lines):
diff -r 8957e537f7ee -r 4cf95e95140d lib/libz/zlib.3
--- a/lib/libz/zlib.3 Thu May 06 05:41:27 2004 +0000
+++ b/lib/libz/zlib.3 Thu May 06 05:41:33 2004 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: zlib.3,v 1.4 2004/03/05 01:30:52 wiz Exp $
+.\" $NetBSD: zlib.3,v 1.4.2.1 2004/05/06 05:41:33 jmc Exp $
.\" $OpenBSD: zlib.3,v 1.1 2003/09/25 09:12:09 jmc Exp $
.\"
.\" Copyright (C) 1995-2002 Jean-loup Gailly and Mark Adler
@@ -22,7 +22,7 @@
.\" Converted to mdoc format for the OpenBSD project
.\" by Jason McIntyre <jmc%openbsd.org@localhost>
.\"
-.Dd January 29, 2004
+.Dd May 1, 2004
.Dt ZLIB 3
.Os
.Sh NAME
@@ -76,12 +76,8 @@
.Ft gzFile
.Fn gzopen "const char *path" "const char *mode"
.Ft gzFile
-.Fn gzopenfull "const char *path" "const char *mode" "const char *savename" "u_int32_t mtime"
-.Ft gzFile
.Fn gzdopen "int fd" "const char *mode"
.Ft int
-.Fn gzdopenfull "int fd" "const char *mode" "const char *savename" "u_int32_t mtime"
-.Ft int
.Fn gzsetparams "gzFile file" "int level" "int strategy"
.Ft int
.Fn gzread "gzFile file" "voidp buf" "unsigned len"
@@ -1233,20 +1229,6 @@
.Dv Z_MEM_ERROR ) .
.It Xo
.Fa gzFile
-.Fn gzopenfull "const char *path" "const char *mode" "const char *savename" "u_int32_t mtime" ;
-.Xc
-.Pp
-The
-.Fn gzopenfull
-function performs the same function as
-.Fn gzopen
-as well as setting the
-.Ar mtime
-in the gzip header and saving
-.Ar savename
-as the original file name in the gzip header.
-.It Xo
-.Fa gzFile
.Fn gzdopen "int fd" "const char *mode" ;
.Xc
.Pp
@@ -1279,20 +1261,6 @@
.Dv NULL
if there was insufficient memory to allocate the (de)compression state.
.It Xo
-.Fa gzFile
-.Fn gzdopenfull "int fd" "const char *mode" "const char *savename" "u_int32_t mtime" ;
-.Xc
-.Pp
-The
-.Fn gzdopenfull
-function performs the same function as
-.Fn gzdopen
-as well as setting the
-.Ar mtime
-in the gzip header and saving
-.Ar savename
-as the original file name in the gzip header.
-.It Xo
.Fa int
.Fn gzsetparams "gzFile file" "int level" "int strategy" ;
.Xc
Home |
Main Index |
Thread Index |
Old Index