- Dec 21, 2014
-
-
Lasse Collin authored
-
Lasse Collin authored
-
Lasse Collin authored
-
Lasse Collin authored
I know that soname != app version, but I skip AGE=1 in -version-info to make the soname match the liblzma version anyway. It doesn't hurt anything as long as it doesn't conflict with library versioning rules.
-
Lasse Collin authored
-
Lasse Collin authored
-
Lasse Collin authored
-
Adrien Nader authored
-
Adrien Nader authored
-
Lasse Collin authored
-
Lasse Collin authored
-
Lasse Collin authored
- Dec 20, 2014
-
-
Lasse Collin authored
-
Lasse Collin authored
-
Lasse Collin authored
The 32-bit build is now for i686 or newer because the prebuilt MinGW-w64 toolchains include i686 code in the executables even if one uses -march=i486. The build script builds 32-bit SSE2 enabled version too. Run-time detection of SSE2 support would be nice (on any OS) but it's not implemented in XZ Utils yet.
-
- Dec 19, 2014
-
-
Lasse Collin authored
It is to keep all symbols in the lzma_ namespace.
-
- Dec 16, 2014
-
-
Lasse Collin authored
-
Lasse Collin authored
-
- Dec 12, 2014
-
-
Adrien Nader authored
-
Adrien Nader authored
-
Adrien Nader authored
-
Adrien Nader authored
Four new error messages.
-
Adrien Nader authored
-
Adrien Nader authored
The following is a copy of a comment inside fr.po: Note from translator on "file status flags". The following entry is kept un-translated on purpose. It is difficult to translate and should only happen in exceptional circumstances which means that translating would: - lose some of the meaning - make it more difficult to look up in search engines; it might happen one in a million times, if we dilute the error message in 20 languages, it will be almost impossible to find an explanation and support for the error.
-
Adrien Nader authored
Meaning doesn't change at all: it's only for better wording and/or formatting of a few strings.
-
Adrien Nader authored
-
Adrien Nader authored
-
- Dec 02, 2014
-
-
Lasse Collin authored
-
- Nov 28, 2014
-
-
Lasse Collin authored
-
- Nov 26, 2014
-
-
Lasse Collin authored
-
Lasse Collin authored
-
- Nov 25, 2014
-
-
Lasse Collin authored
This way an invalid filter chain is detected at the Stream encoder initialization instead of delaying it to the first call to lzma_code() which triggers the initialization of the actual filter encoder(s).
-
- Nov 17, 2014
-
-
Lasse Collin authored
-
Lasse Collin authored
-
Lasse Collin authored
Thanks to Daniel Richard G. for pointing out that it's good to sometimes run autoreconf -fi with -Wall.
-
- Nov 10, 2014
-
-
Lasse Collin authored
-
Lasse Collin authored
This avoids the possibility of "File name too long" when creating a temp file when the input file name is very long. This also means that other users on the system can no longer see the input file names in /tmp (or whatever $TMPDIR is) since the temporary directory will have a generic name. This usually doesn't matter since on many systems one can see the arguments given to all processes anyway. The number X chars to mktemp where increased from 6 to 10. Note that with some shells temp files or dirs won't be used at all.
-
Lasse Collin authored
It read the filter chain from a wrong variable. This is a similar bug that was fixed in 9494fb6d.
-
Lasse Collin authored
-