VitaShell/fex/7z_C
2016-01-23 12:36:46 +01:00
..
7zAlloc.c Cleanup.. 2016-01-20 22:36:36 +01:00
7zAlloc.h Cleanup.. 2016-01-20 22:36:36 +01:00
7zBuf.c Cleanup.. 2016-01-20 22:36:36 +01:00
7zBuf.h Cleanup.. 2016-01-20 22:36:36 +01:00
7zC.txt Cleanup.. 2016-01-20 22:36:36 +01:00
7zCrc.c Cleanup.. 2016-01-20 22:36:36 +01:00
7zCrc.h Cleanup.. 2016-01-20 22:36:36 +01:00
7zDecode.c Cleanup.. 2016-01-20 22:36:36 +01:00
7zDecode.h Cleanup.. 2016-01-20 22:36:36 +01:00
7zExtract.c Cleanup.. 2016-01-20 22:36:36 +01:00
7zExtract.h Cleanup.. 2016-01-20 22:36:36 +01:00
7zHeader.c Cleanup.. 2016-01-20 22:36:36 +01:00
7zHeader.h Cleanup.. 2016-01-20 22:36:36 +01:00
7zIn.c Cleanup.. 2016-01-20 22:36:36 +01:00
7zIn.h Cleanup.. 2016-01-20 22:36:36 +01:00
7zItem.c Cleanup.. 2016-01-20 22:36:36 +01:00
7zItem.h Cleanup.. 2016-01-20 22:36:36 +01:00
7zStream.c Cleanup.. 2016-01-20 22:36:36 +01:00
Bcj2.c Cleanup.. 2016-01-20 22:36:36 +01:00
Bcj2.h Cleanup.. 2016-01-20 22:36:36 +01:00
Bra86.c Cleanup.. 2016-01-20 22:36:36 +01:00
Bra.h Cleanup.. 2016-01-20 22:36:36 +01:00
CpuArch.h Cleanup.. 2016-01-20 22:36:36 +01:00
lzma.txt Cleanup.. 2016-01-20 22:36:36 +01:00
LzmaDec.c Cleanup.. 2016-01-20 22:36:36 +01:00
LzmaDec.h Cleanup.. 2016-01-20 22:36:36 +01:00
readme.txt Cleanup.. 2016-01-20 22:36:36 +01:00
Types.h Cleanup.. 2016-01-20 22:36:36 +01:00

Modified LZMA 4.65
------------------
This is just the ANSI C 7-zip extraction code from the LZMA 4.65 source
code release, with unnecessary files removed. I've made minor changes to
allow the code to compile with almost all warnings enabled in GCC.

* Made relevant functions extern "C" so that they can be called from
C++.

* Put all files in same directory and removed "../../" from #includes.

* Made private (unprototyped) functions static.

* #if'd out code that is never called.

* Removed a couple of Windows references.

-- 
Shay Green <gblargg@gmail.com>