📄 contents
字号:
Copyright (C) 1990-1993 Mark Adler, Richard B. Wales, Jean-loup Gailly,Kai Uwe Rommel and Igor Mandrichenko.Permission is granted to any individual or institution to use, copy, orredistribute this software so long as all of the original files are includedunmodified, that it is not sold for profit, and that this copyright noticeis retained.This file is a complete list of files mentioned in the above copyrightnotice. Some of the files in this list explicitly state in their textthat they are public domain or not copyrighted. These files can bedistributed separately and are marked below with asterisks.file what it is---- ----------Makefile Unix make file.README What zip is; general information.Where where Zip/UnZip and encryption/decryption support can be foundalgorith.doc Description of the deflation algorithmbits.c Output variable-length bit strings.configure Shell script for automatic configuration.contents This file.crypt.c * Dummy encryption sources.crypt.h * Dummy encryption sources.deflate.c Deflation compression methodfileio.c System dependent routines (most of them anyway).globals.c Global variables.history List of changes in the versions leading up to this one.infozip.who List of contributors to the portable Zip project.install.doc Documentation for Zip compilation and installationmakecrc.c * Generate the CRC table in util.c and shrink.c.match.s Optimized 386 version of longest_match() (Unix & OS/2)mktime.c Version of mktime for systems without it (currently unused)revision.h Contains the program version number and revision date.tailor.h * Tailors the compilation to the system being compiled on.trees.c Encode source values using variable-length binary code trees.util.c Miscellaneous utility routines.zip.1 Source for the Zip man page (zip.doc).zip.c Main routine for Zip.zip.doc Documentation for Zip (zip.1 processed).zip.h Header for all Zip modules.zipcloak.c * Dummy encryption sources.ziperr.h Error messages in Zip.zipfile.c Zip file format handler.zipgrep Shell script to search a string or pattern in a zip filezipgrep.1 Man page for zipgrepzipnote.c Main routine for ZipNote.zipsplit.c Main routine for ZipSplit.zipup.c Applies deflate or store methods to compress an entry.amiga/LMKfile Amiga makefile for SAS/C version 5.10bamiga/SMakeFile Amiga makefile for SAS/C version 6.xamiga/amiga.h Amiga specific codeamiga/amiga.c Amiga specific codeamiga/filedate.c Amiga specific "set file time" routineamiga/makefile.azt Amiga makefile for Manx Aztec C version 5.2amiga/match.a Optimized 68000 version of longest_match().amiga/match_68.a Optimized 68020 version of longest_match().amiga/stat.c Manx Aztec C callable version of stat()amiga/z-stat.h Manx Aztec include file for stat()atari/atari.c Atari ST specific routinesatari/makefile.st Turbo C makefileatari/stzip.lnk Linker command file for zipatari/stzipn.lnk Linker command file for zipnoteatari/stzips.lnk Linker command file for zipsplithuman68k/Makefile.gcc Makefile for the Human68k system.human68k/human68k.c Human68K specific routineshuman68k/match.s Optimized 68k version of longest_match().mac/macfile.c Macintosh specific routinesmac/macstat.c Macintosh specific routinesmac/macstat.h Macintosh specific header filemsdos/makefile.bor MSDOS Borland C++ make file.msdos/makefile.tc MSDOS Turboc 2.0 make file.msdos/makefile.gcc MSDOS DJGCC make file.msdos/makefile.msc MSDOS Microsoft C make file.msdos/match.asm Optimized 8086 version of longest_match().nt/makefile.nt Makefile for Windows NTnt/nt.c NT specific routinesnt/ntzip.h NT specific header fileos2/makefile.os2 OS/2 make file.os2/match32.asm Optimized 386 version of longest_match()os2/os2zip.c * Directory routines for OS/2.os2/os2zip.h * Definitions of functions in os2zip.c.os2/zip.def OS/2 def file for Zip.os2/zip16.def OS/2 def file for Zip (16 bit version)tops20/make.mic TOPS 20 command filetops20/rename.mic TOPS 20 command filevms/VMSmunch.c file manipulation, adapted from Joe Meadows' FILEvms/VMSmunch.h definitions for VMSmunch.cvms/descrip.mms VMS makefilevms/make_gcc.com VMS command file for compilation with gcc.vms/make_vaxc.com VMS command file for compilation with Vax C.vms/makefile.vms VMS makefile for use with Todd Aven's MAKE/VMSvms/vaxclib.opt VMS option filevms/vms.c VMS specific codevms/vms_zip.rnh VMS manual pageAll of the files are in Unix (LF only) format. On MSDOS and OS/2systems, you can use the -a option of unzip to convert the sourcefiles to CRLF format. This is only necessary if you use Turbo/Borland C-- they will compile as is with Microsoft C. You should be able tofind unzip the same place you found this (see the file 'Where').
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -