Releases: onox/dcf-ada
Releases · onox/dcf-ada
v2.0.3
v2.0.2
v2.0.1
v2.0.0
Type Stream_Writer
has been added to package DCF.Unzip.Streams
to ease extracting an archived file to, for example, a File_Zipstream
.
Type Memory_Zipstream
in package DCF.Streams
has been replaced with Array_Zipstream
, which uses a bounded Stream_Element_Array
instead of an Unbounded_String
.
Type Zipped_File_Type
in package DCF.Unzip.Streams
has been removed, since you can now extract a file to a Stream_Element_Array
.
Changes
- Display compression percentage in unzipdcf -l
- Install tools as well via make install
- Remove type
Zipped_File_Type
in packageDCF.Unzip.Streams
- Add type
Stream_Writer
to packageDCF.Unzip.Streams
- Replace type
Memory_Zipstream
withArray_Zipstream
in packageDCF.Streams
- Remove some unused types and subprograms