OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Jean-Francois Brousseau (jfbcvs.openbsd.org)
Date: Mon Apr 18 2005 - 16:02:50 CDT


CVSROOT: /cvs
Module name: src
Changes by: jfbcvs.openbsd.org 2005/04/18 15:02:50

Modified files:
        usr.bin/cvs : admin.c annotate.c cmd.c commit.c diff.c file.c
                         file.h getlog.c logmsg.c proto.c proto.h
                         remove.c resp.c status.c tag.c update.c util.c

Log message:
Modify the CVSFILE structure using a union to keep information about
both files and directories. We can now keep the revision number for
regular files, and don't need to fetch the appropriate entry in the
command callbacks. This saves a huge amount of parsing on Entries
files.

ok joris