# HG changeset patch # User Francesco Potort # Date 1015942645 0 # Node ID 8d0430162d5227684a1d114399b36d8166fae5ed # Parent 1e419a707ae15f8928c4dd00977792d7d9e9d69e *** empty log message *** diff -r 1e419a707ae1 -r 8d0430162d52 etc/ETAGS.EBNF --- a/etc/ETAGS.EBNF Tue Mar 12 14:13:24 2002 +0000 +++ b/etc/ETAGS.EBNF Tue Mar 12 14:17:25 2002 +0000 @@ -11,7 +11,7 @@ SOH ::= #x01 /* name terminator */ -regchar ::= [^#x0a#x0c#x80] /* regular character */ +regchar ::= [^#x0a#x0c#x7f] /* regular character */ regstring ::= { regchar } /* regular string */ diff -r 1e419a707ae1 -r 8d0430162d52 lib-src/ChangeLog --- a/lib-src/ChangeLog Tue Mar 12 14:13:24 2002 +0000 +++ b/lib-src/ChangeLog Tue Mar 12 14:17:25 2002 +0000 @@ -1,5 +1,12 @@ 2002-03-12 Francesco Potorti` + * 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 * etags.c (put_entries): Use #if !CTAGS, to fix link error on