summaryrefslogtreecommitdiff
path: root/dos
Commit message (Collapse)AuthorAgeFilesLines
* Change a few HTTP URLs to HTTPS.Lasse Collin2023-03-181-2/+2
| | | | The xz man page timestamp was intentionally left unchanged.
* Change the bug report address.Lasse Collin2022-11-301-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.
* Build: Add string_conversion.c to CMake, DOS, and VS files.Lasse Collin2022-11-301-0/+1
|
* DOS: Update Makefile and config.h to include ARM64 and .lz support.Lasse Collin2022-11-092-0/+11
|
* DOS: Update dos/Makefile for DJGPP 2.05.Lasse Collin2020-03-111-3/+1
| | | | It doesn't need -fgnu89-inline like 2.04beta did.
* DOS: Update instructions in dos/INSTALL.txt.Lasse Collin2020-03-111-30/+29
|
* DOS: Update config.h.Lasse Collin2020-03-111-0/+8
| | | | The added defines assume GCC >= 4.8.
* DOS: Add file_info.c to the list of files to build.Lasse Collin2018-04-291-0/+1
|
* Update the home page URLs to HTTPS.Lasse Collin2017-04-191-1/+1
|
* DOS: Update config.h.Lasse Collin2015-11-031-0/+6
|
* DOS: Update Makefile.v5.2.0Lasse Collin2014-12-211-0/+1
|
* DOS: Link against DJGPP's libemu to support FPU emulation.Lasse Collin2012-04-191-1/+1
| | | | | This way xz should work on 386SX and 486SX. Floating point only is needed for verbose output in xz.
* DOS: Update the docs and include notes about 8.3 filenames.Lasse Collin2011-04-102-11/+125
|
* Update docs.Lasse Collin2010-10-191-1/+1
|
* DOS: Update the Makefile, config.h and README.Lasse Collin2010-10-093-243/+86
| | | | This is now simpler and builds only xz.exe.
* Add PACKAGE_HOMEPAGE to {windows,dos}/config.h to fix build errors.Lasse Collin2009-09-111-0/+3
|
* Rename process.[hc] to coder.[hc] and io.[hc] to file_io.[hc]Lasse Collin2009-06-261-2/+2
| | | | | to avoid problems on systems with system headers with those names.
* Ugly hack to make it possible to use the thousand separatorLasse Collin2009-06-261-13/+3
| | | | | format character with snprintf() on POSIX systems but not on non-POSIX systems and still keep xgettext working.
* Added lzma_easy_buffer_encode(). Splitted easy.c into smallLasse Collin2009-02-171-1/+5
| | | | | pieces to avoid unneeded dependencies making statically linked applications bigger than needed.
* Initial port to DOS using DJGPP.Lasse Collin2009-02-133-0/+524