info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cvs-1.12.9 features


From: Paola Attadio
Subject: Re: cvs-1.12.9 features
Date: Mon, 29 Nov 2004 16:07:32 -0300
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax)

Thank you very much!

Best Regards,
Paola



Mark D. Baushke wrote:
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi Paola,

Paola Attadio <address@hidden> writes:

  
Mmmmm, in my case nothing happend when the local keyword inlcudes the
underscore ...
    

Hmmm... it seems you are correct. Only isalpha() characters are allowed
in RCS keywords and that is inherited by the LocalKeyword directive.
You can see it for yourself in expand_keywords in src/rcs.c here:

	    if (! isalpha ((unsigned char) *s))
		break;

I suspect that RCS_localid() should probably enforce the restriction to
characters in the isalpha() list and should probably just warn rather
than error out when there are problems in the config file to allow for
a commit to the config file to fix the problem.

	-- Mark
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQFBq3K/3x41pRYZE/gRAgoSAKC7Bos7YgJq2z1Ru1R4LM35l8jPDgCeNpBc
CXNQxMZGesHsV1UnlXstWJQ=
=BnRv
-----END PGP SIGNATURE-----

  

reply via email to

[Prev in Thread] Current Thread [Next in Thread]