mirror of https://github.com/lukechilds/node.git
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
|
10 years ago | |
---|---|---|
.. | ||
buffer_demo.adb | 10 years ago | |
mtest.adb | 10 years ago | |
read.adb | 10 years ago | |
readme.txt | 10 years ago | |
test.adb | 10 years ago | |
zlib-streams.adb | 10 years ago | |
zlib-streams.ads | 10 years ago | |
zlib-thin.adb | 10 years ago | |
zlib-thin.ads | 10 years ago | |
zlib.adb | 10 years ago | |
zlib.ads | 10 years ago | |
zlib.gpr | 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