1
0
mirror of https://gitlab.com/bzip2/bzip2.git synced 2025-08-09 13:22:45 +03:00
Commit Graph

11 Commits

Author SHA1 Message Date
Federico Mena Quintero
01030efb29 Rename crctable.c to crc32.c
We are going to put all the CRC32 code in there, not just the table.
2022-01-30 16:53:39 -08:00
Micah Snyder
b52681fab6 Moves BZ_UNIX, BZ_LCCWIN32 defines out of bzip2.c and bzip2recover.c and into the build tooling (cmake, meson, and nmake). 2019-09-14 18:51:17 -04:00
Phil Ross
21c0d94bc4 Update README and makefile.msc comments with Windows build changes. 2019-06-14 09:20:46 -05:00
Phil Ross
a715b86f57 Add version information to the dll and exe files.
From https://github.com/philr/bzip2-windows/blob/v1.0.6.1/patches/03-add_version_resource.diff
2019-06-14 09:18:34 -05:00
Phil Ross
e0f6201b40 Build bz2-1.dll and dynamically link executables.
From https://github.com/philr/bzip2-windows/blob/v1.0.6.1/patches/02-build_dll.diff
2019-06-14 09:17:31 -05:00
Phil Ross
2b374b8211 Replace the deprecated cl -o option with /Fe.
From https://github.com/philr/bzip2-windows/blob/v1.0.6.1/patches/01-replace_deprecated_compile_options.diff
2019-06-14 09:17:10 -05:00
Phil Ross
a723502569 Fix test paths.
Test files were moved into a subdirectory in commit f6f3326c.
2019-06-14 09:15:48 -05:00
Dylan Baker
f6f3326c69 Move tests into a tests/ directory
I've updated autotools, meson, and the makefile.msc, though I haven't
verified tat the nmake file works.
2019-06-06 14:18:47 -07:00
Julian Seward
099d844292 bzip2-1.0.2 2001-12-30 22:13:13 +01:00
Julian Seward
795b859eee bzip2-1.0.1 2000-06-24 22:13:13 +02:00
Julian Seward
f93cd82a9a bzip2-0.9.5d 1999-09-04 22:13:13 +02:00