Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Aug 2005 11:37:38 +0000 (UTC)
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/regex engine.c
Message-ID:  <200508171137.j7HBbc2H003760@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
tjr         2005-08-17 11:37:38 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/regex       engine.c 
  Log:
  Fix a boundary condition error in slow() and fast() in multibyte locales:
  we must allow the character beginning at "p" to be converted to a wide
  character for the purposes of EOL processing and word-boundary matching.
  
  Revision  Changes    Path
  1.17      +7 -6      src/lib/libc/regex/engine.c



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