Skip to content

v2.0.0

Compare
Choose a tag to compare
@onox onox released this 23 Jul 19:49
· 31 commits to master since this release
v2.0.0
c0509ca

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 package DCF.Unzip.Streams
  • Add type Stream_Writer to package DCF.Unzip.Streams
  • Replace type Memory_Zipstream with Array_Zipstream in package DCF.Streams
  • Remove some unused types and subprograms