New features:
- "-l" option to show the list of files.
- "-d" option to specify output folder.
- decompressing individual files.
- setting time attribute of decompressed files.
Changes:
- Verify CRC after decompressions.
- Fix a bug in crypto code.
- Error handling for non-ALZ files.
- Fix a buffer overflow in UTF-8 filesystem.
- Fix a bug in GetFileList().
prototype argument for the second parameter of iconv(). This is true for
all but some release candidates of NetBSD-2.0, because either the
package converters/libiconv is used or there's a current <iconv.h>.
Needed for NetBSD-1.6.2. Approved by wiz.
modified by me.
unalz is a multi platform open-source ALZ extractor. It is a console
version of tzip (http://www.kipple.pe.kr/win/tzip/), and extracts .alz
files. Unalz supports alz, bzip2, and raw formats, multiple volume
archives (alz, a00, a01, ...), large files (over 2GB). Currently, it
does not support password-protected archives and CRC checking.