Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Jul 2000 00:46:36 -0700 (PDT)
From:      "Daniel C. Sobral" <dcs@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/regex engine.c regcomp.c
Message-ID:  <200007070746.AAA99543@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
dcs         2000/07/07 00:46:36 PDT

  Modified files:
    lib/libc/regex       engine.c regcomp.c 
  Log:
  Deal with the signed/unsigned chars issue in a more proper manner. We
  use a CHAR_MIN-based array, like elsewhere in the code.
  
  Remove a number of unused variables (some due to the above change, one
  that was left after a number of optimizing steps through the source).
  
  Brucified by: bde
  
  Revision  Changes    Path
  1.8       +13 -19    src/lib/libc/regex/engine.c
  1.20      +6 -4      src/lib/libc/regex/regcomp.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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