Re: Fix wrong character count in argp

2012-02-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
On 12.02.2012 22:59, Bruno Haible wrote: > Hi Vladimir, > > Thank you for the proposed patch. > >> As already reported several years ago > I cannot find it in my archives. Maybe that discussion already contained > some useful thoughts or arguments? Can you please point me to it? http://lists.gnu.or

Re: Fix wrong character count in argp

2012-02-12 Thread Bruno Haible
Hi Vladimir, Thank you for the proposed patch. > As already reported several years ago I cannot find it in my archives. Maybe that discussion already contained some useful thoughts or arguments? Can you please point me to it? > argp counts bytes even when > actually what matters is the display

Re: gitlog-to-changelog option --tear-off

2012-02-12 Thread Jim Meyering
Werner Koch wrote: > Is there a chance that my patch will be applied? Hi Werner, Thanks for the patch. > Subject: [PATCH] gitlog-to-changelog: add option --tear-off. > > This option allows to have blurbs in a commit messages, which shall > not be copied to the ChangeLog. It can also be used to s

Re: libvirt 0.9.9 doesn't build on OpenBSD 5.0-current (i386)

2012-02-12 Thread Jiri B
Hello, I applied both your diff and with snapshot from Feb 12 22:00 CET I get following: gmake[3]: Entering directory `/home/karl/Downloads/libvirt-0.9.9/gnulib/lib' CC allocator.lo CC areadlink.lo CC base64.lo CC c-ctype.lo CC c-strcasecmp.lo CC c-strncasecmp.

Re: [PATCH] maint: spelling fixes

2012-02-12 Thread Bruno Haible
Paul Eggert wrote: > I pushed these gnulib spelling fixes as obvious and trivial. Thanks a lot! While most of them were really typos, I didn't know that "verification" doesn't have a plural form. Bruno

Fix wrong character count in argp

2012-02-12 Thread Vladimir 'φ-coder/phcoder' Serbinenko
As already reported several years ago argp counts bytes even when actually what matters is the display length. This patch improves the situation by counting only leading and standalone UTF-8 bytes. It doesn't handle the double-width characters like Chinese sinograms -- Regards Vladimir 'φ-coder/p