Mercurial > emacs
changeset 43858:8d0430162d52
*** empty log message ***
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Tue, 12 Mar 2002 14:17:25 +0000 |
parents | 1e419a707ae1 |
children | e8da4031d520 |
files | etc/ETAGS.EBNF lib-src/ChangeLog |
diffstat | 2 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */
--- 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` <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