Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 7 Aug 2003 02:34:51 -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 mblen.c
Message-ID:  <200308070934.h779Yp5j062521@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2003/08/07 02:34:51 PDT

  FreeBSD src repository

  Modified files:
    lib/libc/locale      mblen.c 
  Log:
  Implement mblen(s, n) as mbtowc(NULL, s, n) to avoid calling sgetrune()
  and to simplify things. This is only valid until we start supporting
  state-dependent encodings.
  
  Revision  Changes    Path
  1.5       +9 -26     src/lib/libc/locale/mblen.c



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