Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2013-01-25 | Make adjustments for Unicode | Hans Bolinder | |
2012-08-31 | Update copyright years | Björn-Egil Dahlberg | |
2012-06-18 | Fix bug where zip archives wrongly have a first disk number set to 1 | Paul Guyot | |
2011-08-18 | Fix a bug in zip:zip_open/1,2. | Hans Bolinder | |
zip:zip_open/1,2 did not accept binary archives. Also corrected the contracts of t/1 and tt/1. | |||
2011-08-17 | Correct contracts in the zip module | Hans Bolinder | |
The contracts of zip:zip_list_dir/1 and zip:zip_get/2 have been corrected. | |||
2011-05-12 | Types and specifications have been modified and added | Hans Bolinder | |
2010-03-16 | Add function zip:foldl/3 to iterate over zip archives | Håkan Mattsson | |
This is the public interface of prim_zip:open/3, which has been used in earlier releases by both erl_prim_loader and escript. The new function can be used as a replacement for the undocumented function escript:foldl/3 that is likely to be removed without further notice. The error handling of prim_zip:open/3 (and prim_zip:foldl/3) has been improved in order to better suite a public interface. For example it could happen that a file or a zlib port could be left open in some errors cases. The documentation of the FileSpec parameter to zip:create/3 has been updated to show that file info can be explicitly specified. A FileSpec may contain {Filename, binary(), #file_info{}} elements. The function zip:create/3 was already prepared to partly support this, but now after a few minor fixes it is fully supported. | |||
2010-03-15 | Update copyright headers | Björn Gustavsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |