[6114] in Athena Bugs

home help back first fref pref prev next nref lref last post

decmips 7.1H: rcs (rcsfnms.c in the source)

daemon@ATHENA.MIT.EDU (drmorris@ATHENA.MIT.EDU)
Thu Sep 27 22:53:26 1990

From: drmorris@ATHENA.MIT.EDU
To: bugs@ATHENA.MIT.EDU
Date: Thu, 27 Sep 90 22:53:07 EDT

System name:		jump-master
Type and version:	KN01 7.1H (1 update(s) to same version)
Display type:		PM-MONO

What were you trying to do?
	Use rcs with clu and perl files.

What's wrong:
	When using the $Log:$, rcs doesn't know about a comment
character.

What should have happened:
	It should use '% ' for .clu, and '# ' for .pl files.

Please describe any relevant documentation references:
	man rcs, ci, ...

Context diff to fix:

*** /source/athena/new/rcs/src/rcsfnms.c        Tue Jul 17 10:38:06 1990
--- ./rcsfnms.c Thu Sep 27 22:48:10 1990
***************
*** 163,168 ****
--- 163,172 ----
          "s",   "# ",    /* assembler   */
  #endif

+         "clu",  "% ",   /* clu         */
+         "equ",  "% ",   /* clu         */
+         "spc",  "% ",   /* clu         */
+         "pl",  "# ",    /* perl        */
          "sh",  "# ",    /* shell       */
          "sl",  "% ",    /* psl         */
          "red", "% ",    /* psl/rlisp   */

home help back first fref pref prev next nref lref last post