Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 1 Jul 1997 15:19:59 -0700 (PDT)
From:      Bill Fenner <fenner@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-www@FreeBSD.ORG
Subject:   cvs commit: www/data/cgi cvsweb.cgi
Message-ID:  <199707012219.PAA01285@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fenner      1997/07/01 15:19:58 PDT

  Modified files:
    data/cgi             cvsweb.cgi 
  Log:
  Teach cvsweb about the "branch:" RCS header
  Print out information about branch points as well as branches.
  Don't use user input in regexp's (e.g. turned /^${module}\s+(\S+)/o
      into /^(\S+)\s+(\S+)/o && $module eq $1) to avoid "foo.c++"
      regex error
  Add to safeglob() a little (although it's still not used yet)
  
  Revision  Changes    Path
  1.8       +37 -20    www/data/cgi/cvsweb.cgi



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