]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorFrancesco Potortì <pot@gnu.org>
Tue, 12 Mar 2002 14:17:25 +0000 (14:17 +0000)
committerFrancesco Potortì <pot@gnu.org>
Tue, 12 Mar 2002 14:17:25 +0000 (14:17 +0000)
etc/ETAGS.EBNF
lib-src/ChangeLog

index c9d053c1760163afe586d6073c207390d8053a32..a2b835af748a57eb17057ea2bcafed7ad824c6fe 100644 (file)
@@ -7,11 +7,11 @@ FF ::= #x0c                              /* form feed */
 
 LF ::= #x0a                               /* line feed */
 
-PATTERM ::= #x80                          /* pattern terminator */
+DEL ::= #x7f                              /* pattern terminator */
 
-NAMTERM ::= #x01                          /* name terminator */
+SOH ::= #x01                              /* name terminator */
 
-regchar ::= [^#x0a#x0c#x80]               /* regular character */
+regchar ::= [^#x0a#x0c#x7f]               /* regular character */
 
 regstring ::= { regchar }                 /* regular string */
 
@@ -29,13 +29,13 @@ regularsec ::= filename "," [ unsint ] [ LF fileprop ] { LF tag }
 
 filename ::= regchar regstring            /* a file name */
 
-fileprop ::= PATTERM "(" regstring ")"
+fileprop ::= DEL "(" regstring ")"
 
 tag ::= directtag | patterntag
 
-directtag ::= PATTERM realposition
+directtag ::= DEL realposition
 
-patterntag ::= pattern PATTERM [ tagname NAMTERM ] position
+patterntag ::= pattern DEL [ tagname SOH ] position
 
 pattern ::= regstring                     /* a tag pattern */
 
index 70edeee813f8900b6ef922b5e88e22159c51ca7c..6af23763628cef033fabac6f32db8ad31415f652 100644 (file)
@@ -1,5 +1,12 @@
 2002-03-12  Francesco Potorti`  <pot@gnu.org>
+
        * etags.c (Python_functions): Skip spaces at beginning of lines.
+       (Python_functions, PHP_functions): Name tags, for ctags' sake.
+       (TeX_commands): Name tags.  Correction of old disabled code.
+
+       * etags.c (curfiledir, curtagfname): New global variables.
+       (process_file): Initialise them.
+       (readline): Canonicalize the name found in #line directive.
 
 2002-03-06  Jason Rumney  <jasonr@gnu.org>
        * etags.c (put_entries): Use #if !CTAGS, to fix link error on