cvs commit: src/include regex.h src/lib/libc/regex regerror.c regex.3

Tim J. Robbins tjr at FreeBSD.org
Sun Jul 11 23:07:27 PDT 2004


tjr         2004-07-12 06:07:26 UTC

  FreeBSD src repository

  Modified files:
    include              regex.h 
    lib/libc/regex       regerror.c regex.3 
  Log:
  Add a new error code, REG_ILLSEQ, to indicate that a regular expression
  contains an illegal multibyte character sequence.
  
  Revision  Changes    Path
  1.11      +1 -0      src/include/regex.h
  1.9       +2 -0      src/lib/libc/regex/regerror.c
  1.16      +3 -1      src/lib/libc/regex/regex.3


More information about the cvs-src mailing list