Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-27 | Moved the Windows resource files outside the windows directory | Lasse Collin | 6 | -82/+19 | |
to prepare for building them with Autotools. | |||||
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 | -10/+3 | |
format character with snprintf() on POSIX systems but not on non-POSIX systems and still keep xgettext working. | |||||
2009-06-26 | Added missing source files to windows/Makefile. | Lasse Collin | 1 | -0/+2 | |
2009-06-26 | Basic support for building with Cygwin and MinGW using | Lasse Collin | 1 | -9/+7 | |
the Autotools based build system. It's not good yet, more fixes will follow. | |||||
2009-06-04 | Fix purporse -> purpose. Thanks to Andrew Dudman. | Lasse Collin | 1 | -1/+1 | |
Released .xz spec 1.0.2 due to this fix too. | |||||
2009-04-13 | Put the interesting parts of XZ Utils into the public domain. | Lasse Collin | 1 | -1/+1 | |
Some minor documentation cleanups were made at the same time. | |||||
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 | Windows port: Take advantage of the version number macros. | Lasse Collin | 3 | -24/+9 | |
Now the version number is not duplicated in the Windows-specific files anymore. | |||||
2009-02-10 | Added resource files for the Windows build. | Lasse Collin | 6 | -15/+88 | |
2009-02-07 | MinGW support: Don't build fastpos_tablegen.c as part of | Lasse Collin | 2 | -33/+69 | |
liblzma. Build both static and dynamic liblzma, and also static and dynamic versions of the command line tools. | |||||
2009-02-06 | Some MSYS installations (e.g. MsysGit) don't includelarhzu/v4.999.8beta | Lasse Collin | 2 | -10/+13 | |
install.exe, so don't rely on it. | |||||
2009-02-05 | Added initial experimental makefile for use with MinGW. | Lasse Collin | 3 | -0/+597 | |