Le mardi 1 août 2006 15:30, Jérôme Pouiller a écrit :
> Le vendredi 28 juillet 2006 13:04, Mohammed Adnène Trojette a écrit :
> > On Mon, Jul 24, 2006, Mohammed Adnène Trojette wrote:
> > > It works well for me too. Great! I don't know what was the
> > > problem, but this version seems OK to me.
> >
> > It seems I was too fast. It still freeze when I launch it in vim.
> > It works well on command line.
>
> I confirm this bug:
> $ par 50 << EOF
> bla bla
>
> EOF
> bla bla
> ^C
> $ par version
> par 1.52-i18n.1
>
>  I thinks it is an error with use of strtok(). It shouldn't be very
> hard to resolve. I think, I can solve it before end of week.
ok, it was a stupid bug: 
In par.c:719:
  wchar_t ch;
should be
  char ch;

this bug not appear in -O0.

I have updated patch (http://sysmic.org/par/par-1.52-i18n.2.diff.gz), 
package (http://sysmic.org/par/debian/par_1.52-i18n.2_i386.deb), and 
all other stuffs (http://sysmic.org/par)

PS : As suggested by some Debian mainteners, I have changed structure of 
my archive:
 * par_1.52.orig.tar.gz is original from Adam M. Costello
 * par-1.52-i18n.2.diff.gz is my patch
 * par-1.52-i18n.2.tgz is par_1.52.orig.tar.gz patched with 
par-1.52-i18n.2.diff.gz
 * debian/par_1.52.orig.tar.gz is a symbolic link on par_1.52.orig.tgz
 * debian/par_1.52-i18n.2.diff.gz is patch to apply to build debian 
package. This patch contains all debian stuff and my patch in 
debian/patches
 * debian/par_1.52-i18n.2_i386.deb is built package

-- 
Jérôme Pouiller (jerome DOT pouiller AT sysmic DOT org)

Reply via email to