Re: git-merge-changelog usage error during rebase

2009-03-08 Thread James Youngman
On Mon, Mar 9, 2009 at 12:42 AM, James Youngman wrote: > $ git checkout jy/auto-gettext > Switched to branch "jy/auto-gettext" > $ git rebase master > First, rewinding head to replay your work on top of it... > Applying Update to version 0.17 of GNU gettext. > error: patch failed: ChangeLog:41 > e

git-merge-changelog usage error during rebase

2009-03-08 Thread James Youngman
$ git checkout jy/auto-gettext Switched to branch "jy/auto-gettext" $ git rebase master First, rewinding head to replay your work on top of it... Applying Update to version 0.17 of GNU gettext. error: patch failed: ChangeLog:41 error: ChangeLog: patch does not apply Using index info to reconstruct

new modules for Unicode string case mappings

2009-03-08 Thread Bruno Haible
These commits add modules for case conversion (upper/lower/title case), string matching that ignores case, and detection of case of a given string. The code handles intricacies like - Turkish upper/lowercase i İ ı I (locale dependent), - German sharp s (ß -> ss), - Greek final sigma, - Lit

Re: [bug #24342] -inum predicate shoud use dirent.d_ino instead of stat.st_ino

2009-03-08 Thread James Youngman
[ adding nug-gnulib to CC since we're discussinf its fts implementation ] On Sun, Mar 8, 2009 at 2:50 PM, George Spelvin wrote: > James Youngman wrote: >> The updated patches are what I actually pushed (into 4.5.x). > > Ah, thank you.  The posted patches wouldn't apply to savannah git HEAD > due

Re: compilation of findutils-4.4.0 with gcc-4.4.0-20090225 -- error with wctype.h in gnulib code

2009-03-08 Thread James Youngman
On Sun, Mar 8, 2009 at 8:16 AM, Frank Erens wrote: > I'm sorry for the late response. I've tried compiling findutils-4.2.33, > and that one didn't gave me the error. Likewise, gettext-0.17 gives > the error, while gettext-0.16 does not. That means the problem is > solved for me. I don't have a lot

Re: compilation of findutils-4.4.0 with gcc-4.4.0-20090225 -- error with wctype.h in gnulib code

2009-03-08 Thread Frank Erens
2009/3/1 Bruno Haible : > Good. That's some progress. Now: >  1) Can you reduce the set of #includes in your testcase? What is the minimal > set >     of #includes that provokes the error? >  2) Can you send us (in a tar.gz or zip, as an attachment) >     - the results of preprocessing your test c