You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Shigeki Ohtsu 50f12f6c8a deps: upgrade zlib to 1.2.8 10 years ago
..
buffer_demo.adb deps: upgrade zlib to 1.2.8 10 years ago
mtest.adb deps: upgrade zlib to 1.2.8 10 years ago
read.adb deps: upgrade zlib to 1.2.8 10 years ago
readme.txt deps: upgrade zlib to 1.2.8 10 years ago
test.adb deps: upgrade zlib to 1.2.8 10 years ago
zlib-streams.adb deps: upgrade zlib to 1.2.8 10 years ago
zlib-streams.ads deps: upgrade zlib to 1.2.8 10 years ago
zlib-thin.adb deps: upgrade zlib to 1.2.8 10 years ago
zlib-thin.ads deps: upgrade zlib to 1.2.8 10 years ago
zlib.adb deps: upgrade zlib to 1.2.8 10 years ago
zlib.ads deps: upgrade zlib to 1.2.8 10 years ago
zlib.gpr deps: upgrade zlib to 1.2.8 10 years ago

readme.txt

                        ZLib for Ada thick binding (ZLib.Ada)
Release 1.3

ZLib.Ada is a thick binding interface to the popular ZLib data
compression library, available at http://www.gzip.org/zlib/.
It provides Ada-style access to the ZLib C library.


Here are the main changes since ZLib.Ada 1.2:

- Attension: ZLib.Read generic routine have a initialization requirement
for Read_Last parameter now. It is a bit incompartible with previous version,
but extends functionality, we could use new parameters Allow_Read_Some and
Flush now.

- Added Is_Open routines to ZLib and ZLib.Streams packages.

- Add pragma Assert to check Stream_Element is 8 bit.

- Fix extraction to buffer with exact known decompressed size. Error reported by
Steve Sangwine.

- Fix definition of ULong (changed to unsigned_long), fix regression on 64 bits
computers. Patch provided by Pascal Obry.

- Add Status_Error exception definition.

- Add pragma Assertion that Ada.Streams.Stream_Element size is 8