aboutsummaryrefslogtreecommitdiff
path: root/FAQ
diff options
context:
space:
mode:
authorMark Adler <madler@alumni.caltech.edu>2011-09-09 23:33:59 -0700
committerMark Adler <madler@alumni.caltech.edu>2011-09-09 23:33:59 -0700
commita1141160bcf563f1a269be68a21f1651f687bb69 (patch)
tree8817801b5113a40c7abceb9bfcf9fc37863d05d5 /FAQ
parent59ca2179ff8ef92e9e8351a11f1a92e7138364c2 (diff)
downloadzlib-a1141160bcf563f1a269be68a21f1651f687bb69.tar.gz
zlib-a1141160bcf563f1a269be68a21f1651f687bb69.tar.bz2
zlib-a1141160bcf563f1a269be68a21f1651f687bb69.zip
zlib 1.2.4v1.2.4
Diffstat (limited to 'FAQ')
-rw-r--r--FAQ12
1 files changed, 6 insertions, 6 deletions
diff --git a/FAQ b/FAQ
index 5603207..1a22750 100644
--- a/FAQ
+++ b/FAQ
@@ -25,7 +25,7 @@ The lastest zlib FAQ is at http://zlib.net/zlib_faq.html
25 25
26 4. compress() returns Z_BUF_ERROR. 26 4. compress() returns Z_BUF_ERROR.
27 27
28 Make sure that before the call of compress, the length of the compressed 28 Make sure that before the call of compress(), the length of the compressed
29 buffer is equal to the available size of the compressed buffer and not 29 buffer is equal to the available size of the compressed buffer and not
30 zero. For Visual Basic, check that this parameter is passed by reference 30 zero. For Visual Basic, check that this parameter is passed by reference
31 ("as any"), not by value ("as long"). 31 ("as any"), not by value ("as long").
@@ -108,8 +108,8 @@ The lastest zlib FAQ is at http://zlib.net/zlib_faq.html
108 108
10916. Can zlib decode Flate data in an Adobe PDF file? 10916. Can zlib decode Flate data in an Adobe PDF file?
110 110
111 Yes. See http://www.fastio.com/ (ClibPDF), or http://www.pdflib.com/ . 111 Yes. See http://www.pdflib.com/ . To modify PDF forms, see
112 To modify PDF forms, see http://sourceforge.net/projects/acroformtool/ . 112 http://sourceforge.net/projects/acroformtool/ .
113 113
11417. Why am I getting this "register_frame_info not found" error on Solaris? 11417. Why am I getting this "register_frame_info not found" error on Solaris?
115 115
@@ -152,8 +152,8 @@ The lastest zlib FAQ is at http://zlib.net/zlib_faq.html
152 Yes. However any library routines that zlib uses and any application- 152 Yes. However any library routines that zlib uses and any application-
153 provided memory allocation routines must also be thread-safe. zlib's gz* 153 provided memory allocation routines must also be thread-safe. zlib's gz*
154 functions use stdio library routines, and most of zlib's functions use the 154 functions use stdio library routines, and most of zlib's functions use the
155 library memory allocation routines by default. zlib's Init functions allow 155 library memory allocation routines by default. zlib's *Init* functions
156 for the application to provide custom memory allocation routines. 156 allow for the application to provide custom memory allocation routines.
157 157
158 Of course, you should only operate on any given zlib or gzip stream from a 158 Of course, you should only operate on any given zlib or gzip stream from a
159 single thread at a time. 159 single thread at a time.
@@ -354,7 +354,7 @@ The lastest zlib FAQ is at http://zlib.net/zlib_faq.html
354 354
355 No. The files in contrib are not part of zlib. They were contributed by 355 No. The files in contrib are not part of zlib. They were contributed by
356 other authors and are provided as a convenience to the user within the zlib 356 other authors and are provided as a convenience to the user within the zlib
357 distribution. Each of the items in contrib have their own license. 357 distribution. Each item in contrib has its own license.
358 358
35943. Is zlib subject to export controls? What is its ECCN? 35943. Is zlib subject to export controls? What is its ECCN?
360 360