- Dec 21, 2014
-
-
Adrien Nader authored
-
Lasse Collin authored
-
Lasse Collin authored
-
Lasse Collin authored
- Dec 20, 2014
-
-
Lasse Collin authored
Thanks to Adrien Nader.
-
- Dec 18, 2014
-
-
Lasse Collin authored
-
Lasse Collin authored
-
Lasse Collin authored
-
Lasse Collin authored
-
Lasse Collin authored
-
- Dec 17, 2014
-
-
Lasse Collin authored
-
Lasse Collin authored
Thanks to Fredrik Wikstrom.
-
Lasse Collin authored
The behavior of grep -ql varies: - GNU grep behaves like grep -q. - OpenBSD grep behaves like grep -l. POSIX doesn't make it 100 % clear what behavior is expected. Anyway, using both -q and -l at the same time makes no sense so both options simply should never be used at the same time. Thanks to Christian Weisgerber.
-
Lasse Collin authored
Clang and nowadays also GCC accept any -Wfoobar option but then may give a warning that an unknown warning option was specified. To avoid adding unsupported warning options, the options are now tested with -Werror. Thanks to Charles Diza.
-
- Oct 18, 2014
-
-
Andre Noll authored
Although the old address is still working, the new one should be preferred. So this commit changes all three places in de.po accordingly. Signed-off-by:
Andre Noll <maan@tuebingen.mpg.de>
-
Andre Noll authored
That's a funny one since "schießen" means to shoot :) Signed-off-by:
Andre Noll <maan@systemlinux.org>
-
- Sep 20, 2014
-
-
Lasse Collin authored
-
Lasse Collin authored
-
Lasse Collin authored
POSIX supports $< only in inference rules (suffix rules). Using it elsewhere is a GNU make extension and doesn't work e.g. with OpenBSD make. Thanks to Christian Weisgerber for the patch.
- Sep 14, 2014
-
-
Lasse Collin authored
- Sep 09, 2014
-
-
Lasse Collin authored
-
Lasse Collin authored
Now it should be close to the functionality of the original version by Pavel Raiskup.
-
Lasse Collin authored
This is a simplified version of Pavel Raiskup's original patch.
-
Lasse Collin authored
Mimic the original grep behavior and return exit_success when at least one xz compressed file matches given pattern. Original bugreport: https://bugzilla.redhat.com/show_bug.cgi?id=1108085 Thanks to Pavel Raiskup for the patch.
-
- Apr 26, 2014
-
-
Lasse Collin authored
In this case "make install" could fail if the man page directory didn't already exist at the destination. If it did exist, a dangling symlink was created there. Now the link is omitted instead. This isn't the best fix but it's better than the old behavior.
-
Lasse Collin authored
-
Lasse Collin authored
Add a note about failing "make check". The source of the problem should be fixed in libtool (if it really is a libtool bug and not mine) but I'm unable to spend time on that for now. Thanks to Nelson H. F. Beebe for reporting the issue. Add a note about a possible need to run "ldconfig" after "make install".
-
Lasse Collin authored
I don't know the details but I have an impression that there's no problem in practice if using GCC since people have built xz with GCC (without patching xz), but renaming the variable cannot hurt either. Thanks to Mark Ashley.
-
Lasse Collin authored
-
Lasse Collin authored
MSVC 2013 doesn't like them. Maybe they aren't so good for readability either since many aren't used to them.
-
Lasse Collin authored
Unsurprisingly it makes no difference in compiled output.
-
Lasse Collin authored
Since the only call to suffix_set() uses optarg as the argument, fixing this bug doesn't change the behavior of the program.
-
Lasse Collin authored
-
Lasse Collin authored
-
Lasse Collin authored
Thanks to Tomer Chachamu.
-
Lasse Collin authored
-
Lasse Collin authored
The previous commit supports silent rules and that requires Automake 1.11.
-