Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dfb4120

Browse files
committed
Add zlib
1 parent 412154f commit dfb4120

5 files changed

Lines changed: 17 additions & 1 deletion

File tree

Doc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ LIBFILES = lib.tex \
115115
libformatter.tex liboperator.tex libsoundex.tex libresource.tex \
116116
libstat.tex libstrio.tex libundoc.tex libmailcap.tex libglob.tex \
117117
libuser.tex libanydbm.tex librandom.tex libsite.tex libwhichdb.tex \
118-
libbase64.tex libfnmatch.tex libquopri.tex
118+
libbase64.tex libfnmatch.tex libquopri.tex libzlib.tex
119119

120120
# Library document
121121
lib.dvi: $(LIBFILES)

Doc/lib.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
\input{libthread}
122122
\input{libanydbm}
123123
\input{libwhichdb}
124+
\input{libzlib}
124125

125126
\input{libunix} % UNIX Specific Services
126127
\input{libposix}

Doc/lib/lib.tex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@
121121
\input{libthread}
122122
\input{libanydbm}
123123
\input{libwhichdb}
124+
\input{libzlib}
124125

125126
\input{libunix} % UNIX Specific Services
126127
\input{libposix}

Doc/lib/libsomeos.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ \chapter{Optional Operating System Services}
2222

2323
\item[anydbm]
2424
--- Generic interface to DBM-style database modules.
25+
2526
\item[whichdbm]
2627
--- Guess which DBM-style module created a given database.
2728

29+
\item[zlib]
30+
\item[gzip]
31+
--- Compression and decompression compatible with the
32+
\code{gzip} program (zlib is the low-level interface, gzip the
33+
high-level one).
34+
2835
\end{description}

Doc/libsomeos.tex

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,14 @@ \chapter{Optional Operating System Services}
2222

2323
\item[anydbm]
2424
--- Generic interface to DBM-style database modules.
25+
2526
\item[whichdbm]
2627
--- Guess which DBM-style module created a given database.
2728

29+
\item[zlib]
30+
\item[gzip]
31+
--- Compression and decompression compatible with the
32+
\code{gzip} program (zlib is the low-level interface, gzip the
33+
high-level one).
34+
2835
\end{description}

0 commit comments

Comments
 (0)