Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Jul 1996 13:54:20 +0200
From:      Wolfram Schneider <wosch@cs.tu-berlin.de>
To:        peter@freebsd.org
Cc:        current@freebsd.org
Subject:   rcs keyword '$FreeBSD: $' disabled
Message-ID:  <199607071154.NAA02993@campa.panke.de>

next in thread | raw e-mail | index | archive | help

Why is the keyword '$FreeBSD: $' (an alias for '$Id: $') disabled?

Wolfram

rcs/lib/rcskeys.c:
char const *const Keyword[] = {
    /* This must be in the same order as rcsbase.h's enum markers type. */
        0,
        AUTHOR, DATE, HEADER, IDH,
        LOCKER, LOG, NAME, RCSFILE, REVISION, SOURCE, STATE,
        FREEBSD
        ^^^^^^^
};

/* Expand all keywords by default */

static int ExpandKeyword[] = {
        false,
        true, true, true, true,
        true, true, true, true, true, true, true,
        false
        ^^^^^
};



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