Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-10-09 | Windows: Put some license info into README-Windows.txt. | Lasse Collin | 1 | -4/+4 | |
2010-10-09 | Windows: Fix a diagnostics bug in build.bash. | Lasse Collin | 1 | -1/+1 | |
2010-10-09 | Windows: Make build.bash prefer MinGW-w32 over MinGW. | Lasse Collin | 1 | -9/+9 | |
This is simply for licensing reasons. The 64-bit version will be built with MinGW-w64 anyway (at least for now), so using it also for 32-bit build allows using the same copyright notice about the MinGW-w64/w32 runtime. Note that using MinGW would require a copyright notice too, because its runtime is not in the public domain either even though MinGW's home page claims that it is public domain. See <http://marc.info/?l=mingw-users&m=126489506214078>. | |||||
2010-10-09 | Windows: Copy COPYING-Windows.txt (if it exists) to the package. | Lasse Collin | 1 | -2/+12 | |
Also, put README-Windows.txt to the doc directory like the other documentation files. | |||||
2010-10-08 | Windows: Fix build.bash again. | Lasse Collin | 1 | -3/+4 | |
630a8beda34af0ac153c8051b1bf01230558e422 wasn't good. | |||||
2010-10-07 | Windows: Make build.bash work without --enable-dynamic=no. | Lasse Collin | 1 | -2/+2 | |
2010-09-28 | Move version.sh to build-aux. | Lasse Collin | 1 | -1/+1 | |
2010-07-27 | Windows: Add a note about building a Git repository snapshot | Lasse Collin | 1 | -0/+9 | |
2010-07-27 | Windows: build.sh is a bash script so name it correctly. | Lasse Collin | 2 | -6/+6 | |
2010-07-27 | Windows: Don't strip liblzma.a too much. | Lasse Collin | 1 | -1/+2 | |
2010-02-12 | Collection of language fixes to comments and docs. | Lasse Collin | 1 | -2/+2 | |
Thanks to Jonathan Nieder. | |||||
2010-02-01 | Fix typos in comments. | Lasse Collin | 1 | -1/+1 | |
2010-02-01 | Fix a comment. | Lasse Collin | 1 | -3/+2 | |
2010-01-31 | Revise the Windows build files. | Lasse Collin | 6 | -645/+435 | |
The old Makefile + config.h was deleted, because it becomes outdated too easily and building with the Autotools based build system works fine even on Windows. windows/build.sh hasn't got much testing, but it should work to build 32-bit x86 and x86-64 versions of XZ Utils using MSYS, MinGW or MinGW-w32, and MinGW-w64. windows/INSTALL-Windows.txt describes what packages are needed and how to install them. windows/README-Windows.txt is a readme file for the binary package that build.sh hopefully builds. There are no instructions about using Autotools for now, so those using a git snapshot may want to run "autoreconf -fi && ./configure && make mydist" on a UN*X box and then copy the resulting .tar.gz to a Windows. | |||||
2010-01-17 | Updated windows/Makefile. | Lasse Collin | 2 | -13/+27 | |
Thanks to Dan Shechter for the patch. It is likely that windows/Makefile will be removed completely, because Autotols based build nowadays works well with both 32-bit and 64-bit MinGW (I just need to update the docs). | |||||
2009-09-11 | Add PACKAGE_HOMEPAGE to {windows,dos}/config.h to fix build errors. | Lasse Collin | 1 | -0/+3 | |
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 | |