macutils/macunpack
Arvid Norlander 926f4a694d
64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t.
Some of these may not be needed, but none of them should be incorrect.
2022-09-29 22:49:54 +02:00
..
arc.h 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
bin.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
bin.h First batch of conversion to using prototypes 2022-09-29 22:49:54 +02:00
bits_be.c First batch of conversion to using prototypes 2022-09-29 22:49:54 +02:00
bits_be.h macunpack now compiles, most warnings fixed. 2018-03-22 20:02:26 -05:00
cpt.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
cpt.h 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
crc.c 64-bit: Fix CRC on 64-bit systems by using 32-bit types. 2022-09-29 22:49:54 +02:00
crc.h 64-bit: Fix CRC on 64-bit systems by using 32-bit types. 2022-09-29 22:49:54 +02:00
dd.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
dd.h 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
de_compress.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
de_compress.h 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
de_huffman.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
de_huffman.h 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
de_lzah.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
de_lzah.h 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
de_lzh.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
dia.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
dia.h macunpack now compiles, most warnings fixed. 2018-03-22 20:02:26 -05:00
dir.c First batch of conversion to using prototypes 2022-09-29 22:49:54 +02:00
globals.c First batch of conversion to using prototypes 2022-09-29 22:49:54 +02:00
globals.h macunpack now compiles, most warnings fixed. 2018-03-22 20:02:26 -05:00
huffman.h Fix most warnings. 2018-03-22 21:07:53 -05:00
jdw.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
jdw.h 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
lzc.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
lzc.h 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
lzh.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
lzh.h 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
macbinary.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
macunpack.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
macunpack.h macunpack now compiles, most warnings fixed. 2018-03-22 20:02:26 -05:00
makefile macunpack now compiles, most warnings fixed. 2018-03-22 20:02:26 -05:00
mcb.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
mcb.h 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
pit.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
pit.h 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
sit.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
sit.h 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
stf.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
stf.h 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
zma.c 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
zma.h 64-bit: Convcert all uses of long/unsigned long to int32_t/uint32_t. 2022-09-29 22:49:54 +02:00
zmahdr.h macunpack now compiles, most warnings fixed. 2018-03-22 20:02:26 -05:00