bzip2 decompressor for GNO
Go to file
Stephen Heumann 6e68e6cf55 Add README.md file 2015-10-10 15:03:29 -05:00
CHANGES Original bzip2 1.0.2 sources 2015-10-10 13:28:49 -05:00
LICENSE Original bzip2 1.0.2 sources 2015-10-10 13:28:49 -05:00
Makefile GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
README.GNO GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
README.bzip2 GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
README.md Add README.md file 2015-10-10 15:03:29 -05:00
bunzip2.1 GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
bunzip2.desc GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
bunzip2.rez GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
bzcat.1 GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
bzip2.c GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
bzip2recover.1 GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
bzip2recover.c GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
bzip2recover.rez GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
bzlib.c GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
bzlib.h GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
bzlib_private.h GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
crctable.c Original bzip2 1.0.2 sources 2015-10-10 13:28:49 -05:00
decompress.c GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
huffman.c GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
randtable.c GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
sample1.bz2 Original bzip2 1.0.2 sources 2015-10-10 13:28:49 -05:00
sample1.ref Original bzip2 1.0.2 sources 2015-10-10 13:28:49 -05:00
sample2.bz2 Original bzip2 1.0.2 sources 2015-10-10 13:28:49 -05:00
sample2.ref Original bzip2 1.0.2 sources 2015-10-10 13:28:49 -05:00
sample3.bz2 Original bzip2 1.0.2 sources 2015-10-10 13:28:49 -05:00
sample3.ref Original bzip2 1.0.2 sources 2015-10-10 13:28:49 -05:00
stristr.c GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
words1 GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
words2 GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
words3 GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00
words4 GNO port source code (from 2003) 2015-10-10 14:36:21 -05:00

README.md

bunzip2 for GNO

This is a port of the decompression portion of bzip2 to the GNO environment on the Apple IIgs. See README.GNO for more information specific to the GNO port. These sources might be adaptable to run under other IIgs shells too, but I haven't done that.

Binary downloads are on the releases page.

Note that this is based on an old version of bzip2 with known security vulnerabilities, so don't use it on files from potentially malicious sources.