Re: canonicalize_file_name does not support MS-Windows style file names

2012-11-21 Thread Eli Zaretskii
I found a bug, so I'm attaching a patch to fix it. The list of test cases is now this: 'foo.bar' => 'd:\usr\eli\utils\lib/foo.bar' '.\foo.bar' => 'd:\usr\eli\utils\lib/foo.bar' './foo.bar' => 'd:\usr\eli\utils\lib/foo.bar' '..\foo.bar' => 'd:\usr\eli\utils\foo.bar' '../fo

Re: "make check" failure in public-submodule-commit

2012-11-21 Thread Eric Blake
On 11/20/2012 09:27 PM, Théophile Ranquet wrote: > Hi Stefano, hello Gnulibers, > > (For more context about this, see > http://lists.gnu.org/archive/html/bug-bison/2012-11/msg00022.html) > > +2012-11-20 Theophile Ranquet > + > + maint.mk: avoid gratuitous failure > + Reported by Stefan

Re: "make check" failure in public-submodule-commit

2012-11-21 Thread Théophile Ranquet
Hi Stefano, hello Gnulibers, (For more context about this, see http://lists.gnu.org/archive/html/bug-bison/2012-11/msg00022.html) 2012/11/19 Stefano Lattarini : > $ git submodule --quiet foreach test '$(git rev-parse $sha1)' = '$(git > merge-base origin $sha1)' The quoting here seems a bit lac