Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2023-03-18 | Change a few HTTP URLs to HTTPS. | Lasse Collin | 1 | -2/+2 | |
The xz man page timestamp was intentionally left unchanged. | |||||
2022-11-30 | Change the bug report address. | Lasse Collin | 1 | -1/+1 | |
It forwards to me and Jia Tan. Also update the IRC reference in README as #tukaani was moved to Libera Chat long ago. | |||||
2022-11-30 | Build: Add string_conversion.c to CMake, DOS, and VS files. | Lasse Collin | 1 | -0/+1 | |
2022-11-09 | DOS: Update Makefile and config.h to include ARM64 and .lz support. | Lasse Collin | 2 | -0/+11 | |
2020-03-11 | DOS: Update dos/Makefile for DJGPP 2.05. | Lasse Collin | 1 | -3/+1 | |
It doesn't need -fgnu89-inline like 2.04beta did. | |||||
2020-03-11 | DOS: Update instructions in dos/INSTALL.txt. | Lasse Collin | 1 | -30/+29 | |
2020-03-11 | DOS: Update config.h. | Lasse Collin | 1 | -0/+8 | |
The added defines assume GCC >= 4.8. | |||||
2018-04-29 | DOS: Add file_info.c to the list of files to build. | Lasse Collin | 1 | -0/+1 | |
2017-04-19 | Update the home page URLs to HTTPS. | Lasse Collin | 1 | -1/+1 | |
2015-11-03 | DOS: Update config.h. | Lasse Collin | 1 | -0/+6 | |
2014-12-21 | DOS: Update Makefile.larhzu/v5.2.0 | Lasse Collin | 1 | -0/+1 | |
2012-04-19 | DOS: Link against DJGPP's libemu to support FPU emulation. | Lasse Collin | 1 | -1/+1 | |
This way xz should work on 386SX and 486SX. Floating point only is needed for verbose output in xz. | |||||
2011-04-10 | DOS: Update the docs and include notes about 8.3 filenames. | Lasse Collin | 2 | -11/+125 | |
2010-10-19 | Update docs. | Lasse Collin | 1 | -1/+1 | |
2010-10-09 | DOS: Update the Makefile, config.h and README. | Lasse Collin | 3 | -243/+86 | |
This is now simpler and builds only xz.exe. | |||||
2009-09-11 | Add PACKAGE_HOMEPAGE to {windows,dos}/config.h to fix build errors. | Lasse Collin | 1 | -0/+3 | |
2009-06-26 | Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc] | Lasse Collin | 1 | -2/+2 | |
to avoid problems on systems with system headers with those names. | |||||
2009-06-26 | Ugly hack to make it possible to use the thousand separator | Lasse Collin | 1 | -13/+3 | |
format character with snprintf() on POSIX systems but not on non-POSIX systems and still keep xgettext working. | |||||
2009-02-17 | Added lzma_easy_buffer_encode(). Splitted easy.c into small | Lasse Collin | 1 | -1/+5 | |
pieces to avoid unneeded dependencies making statically linked applications bigger than needed. | |||||
2009-02-13 | Initial port to DOS using DJGPP. | Lasse Collin | 3 | -0/+524 | |