home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Black Box 4
/
BlackBox.cdr
/
archiver
/
newzip10.arj
/
ZIP10.EXE
/
READ.ME
next >
Wrap
Text File
|
1992-04-02
|
3KB
|
63 lines
From Rafael Ramirez (rafael.ramirez@channel1.com)
March 1992
-What is ZIP and UNZIP?
-In case you didn't know already, UNZIP is a program that Mr Samuel
H. Smith made a long time ago to "unzip" (wouldn't you have guessed)
archives compressed with PKWARE's PKZIP 1.10. Refined over the years
and finally turned over to the INFO-ZIP people, UNZIP 4.01 has been for
many months now available to the public.
ZIP, a much later project, was started by the INFO-ZIP people and finally
released as ZIP 1.0 late 1991. It is a program capable of producing .ZIP
archives that are compatible with the programs PKZIP 1.10 and PKUNZIP 1.10
from PKWARE Inc.
-So both of this programs basically do the same as PKZIP-PKUNZIP.
So what's new?
-Well, the main difference is that they are FREE. Although copyrighted,
anybody can use them without having to "register" or pay anything.
But that's not the only advantage. They are also PORTABLE.
PKZIP and PKUNZIP were programmed in i86 Assembly and could only
be used in IBM compatible computers. Over the time, PKWARE also
started to sell a compatible version for the Amiga.
ZIP and UNZIP, on the other side, are written in PORTABLE C, and
therefore can be used in almost ANY computer around. This goes from
IBM mainframes to SPARC stations to ATARI home computers to APPLEs.
Most of the time the only thing needed is to re-compile the code for
the appropiate machine, and sometimes a little tweaking of the code
migth be needed. The C source code is AVAILABLE free of charge.
On top of all that, ZIP and UNZIP are somewhat better. They have
improved on the interface and ZIP can also produce *SMALLER ZIP FILES*
that are still compatible with Pkware's PK(UN)ZIP. ^^^^^^^^^^^^^^^^^
Use the option -9 (i.e. ZIP -9 testzip *.*) and you will see the result
is often smaller than if you do PKZIP -a testzip2 *.*
This is great news since thousands of existing .ZIP files can be made
smaller w/o losing compatibility (unlike the new PKZIPs).
-What is the INFO-ZIP?
A name for which a bunch of programmers that got together through internet
to develop ZIP compatible stuff are known. They are led by Mark Adler,
Richard B. Wells and Jean Loup Gailly.
The programs included in this archive were compiled by Rafael
Ramirez with Microsoft C 6.0A. The version compiled was the "export"
version, which includes everything BUT the code needed to handle
passwords. This was done to save space and guarantee full distribution
without legal hussles. The code can be compiled to be faster and smaller,
but I didn't have time to adjust to the _fastcall conventions.
Also, ZIP was compiled using the small mode, and therefore has a somewhat
restricted capacity on the number of files it can handle at one time.
The source for this files can be found around major BBS, like Channel 1.
They are ZIP10EX and UNZIP401.
Enjoy :-> (RRC)