DragonFly BSD
DragonFly commits List (threaded) for 2005-03
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/lib/libc/citrus/modules citrus_utf7.c


From: Joerg Sonnenberger <joerg@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 14 Mar 2005 06:46:44 -0800 (PST)

joerg       2005/03/14 06:46:44 PST

DragonFly src repository

  Modified files:
    lib/libc/citrus/modules citrus_utf7.c 
  Log:
  Merge r1.2 from NetBSD:
  anonymous union between chlen and _UTF7StatePrive has
  compilation problem with gcc295.
  this union attempt to make mbsinit(3) handle multibyte state correctly,
  but it's useless as far as we use utf-7 only iconv interface.
  so i eliminate ctype feature.
  
  patch contributed by Joerg Sonnenberg(who porting Citrus to DragonFlyBSD).
  and yamt-san gave me advice, thanks a lot.
  
  Revision  Changes    Path
  1.2       +76 -90    src/lib/libc/citrus/modules/citrus_utf7.c


http://www.dragonflybsd.org/cvsweb/src/lib/libc/citrus/modules/citrus_utf7.c.diff?r1=1.1&r2=1.2&f=u



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]