Re: [PATCH] filevercmp: fix regular expression of file suffix

2009-02-27 Thread Kamil Dudka
Hello Bruno, thanks for review! On Friday 27 of February 2009 17:02:56 Bruno Haible wrote: > As I understand it, the patch does not fix two things that were mentioned > negatively by Sven: > - that hidden files appear at the end, rather than at the beginning, Well, I don't know which order is "

Re: [PATCH] filevercmp: fix regular expression of file suffix

2009-02-27 Thread Bruno Haible
Hello Kamil, > as reported by Sven Joachim at > http://lists.gnu.org/archive/html/bug-coreutils/2009-02/msg00264.html > current filevercmp implementation does not work well for hidden files. > Attached patch fixes the strange behavior. As I understand it, the patch does not fix two things that

[PATCH] filevercmp: fix regular expression of file suffix

2009-02-27 Thread Kamil Dudka
expression matching file suffix - there must be [^.] before suffix. Kamil From 595a83946c9846730c246321e043f03ec0653c15 Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Fri, 27 Feb 2009 14:56:19 +0100 Subject: [PATCH] filevercmp: fix regular expression of file suffix * lib/filevercmp.c (match