Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 May 2004 03:54:34 -0700 (PDT)
From:      "Tim J. Robbins" <tjr@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/locale euc.c
Message-ID:  <200405271054.i4RAsYt0062190@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2004/05/27 03:54:34 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/locale      euc.c 
  Log:
  Buffer partial wide characters more efficiently: instead of storing the
  multibyte representation in conversion state objects, store the
  accumulated wide character, set number and number of bytes remaining
  to avoid having to derive them every time mbrtowc() is called.
  
  Revision  Changes    Path
  1.19      +46 -31    src/lib/libc/locale/euc.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405271054.i4RAsYt0062190>