bug#22260: tinycc complaint about dfa.c

2015-12-28 Thread Paul Eggert
Aharon Robbins wrote: Should I commit this fix? Yes, please. I prefer putting "const" after the type anyway; it's more consistent. You might want to report a bug to the tinycc folks too, while you're at it, as their compiler is buggy.

bug#22260: tinycc complaint about dfa.c

2015-12-28 Thread Aharon Robbins
Hi. The current development version of tinycc (mob branch) has this complaint when I compile gawk: dfa.c:1734: warning: assignment discards qualifiers from pointer target type This "fixes" it: diff --git a/dfa.c b/dfa.c index 6be2102..d29b72f 100644 --- a/dfa.c +++ b/dfa.c @@ -1706,7 +1706,7 @@

bug#22144: --exclude no longer works against arguments with a directory name

2015-12-28 Thread Paul Eggert
Vincent Lefevre wrote: The documentation is still ambiguous. For the "main case", is this the canonical name as returned by realpath? >As you say, the 2.22 behavior does not seem ideal. By doing a difference for subfiles of a recursive search, this is even worse! Please try the attached patc