This is a manifest for JZIP 2.0.1g Distributed 22 November 1995 ------------------------------------------ Information Files: ------------------ Manifest.txt This file. Jzip.doc The user's manual for Jzip JZexe.doc How to use the JZexe utility Atari.txt Information on Atari ST Jzip Readme.1st Information on compiling Jzip History.txt Information on JZIP Code History Makefiles: ---------- amiga.mak Makefile for Amiga machines atari.mak Makefile for Atari ST machines bcc.mak Makefile for Borland C jzip.prj Turbo C Project file msc.mak Makefile for Microsoft Quick C unix.mak Makefile for UNIX systems vms.mak Makefile for VMS systems Jzip Sources: ------------- amigaio.c IO handling for the Amiga atariio.c IO handling for the Atari ST bccio.c IO handling for Borland C and Turbo C compilers control.c Functions that alter the flow of control extern.c Global data fileio.c File manipulation routines getopt.c Parses command line options input.c Input routines interpre.c Main interpreter loop jzip.c Initialise environment, start interpreter, clean up. math.c Arithmetic, compare and logical instructions memory.c Code and data caching routines mscio.c Microsoft C specific screen I/O routines for DOS. object.c Object manipulation routines. operand.c Operand manipulation routines osdepend.c All non screen specific operating system dependent routines. property.c Property manipulation routines screen.c Generic screen manipulation routines. smgio.c IO routine for VMS compiles text.c Text manipulation routines unixio.c IO routines for UNIX systems variable.c Variable manipulation routines ztypes.h Any global stuff required by the C modules. JZexe Sources: -------------- jzexe.c Main source code for JZexe jzexe.h Include file for JZexe, also used by some of Jzip now.