comparison lib-src/ChangeLog @ 42043:0fe5fe39786c

Etags changes for Prolog and PHP.
author Francesco Potortì <pot@gnu.org>
date Sat, 15 Dec 2001 16:08:32 +0000
parents 00a2b39fce69
children a710756cec7c
comparison
equal deleted inserted replaced
42042:481d38f6aec2 42043:0fe5fe39786c
1 2001-12-12 Francesco Potorti` <pot@gnu.org>
2
3 * etags.c (PHP_functions): New function by Diez B. Roggisch,
4 heavily adapted by me, for parsing PHP.
5 (LOOKING_AT): New macro.
6 (Perl_functions, Python_functions, PHP_functions)
7 (Scheme_functions, Texinfo_nodes): Use it.
8 (Perl_functions): Use strneq.
9 (prolog_pred): Renamed to prolog_pr.
10 (prolog_pr): Recognise Prolog rules (thanks to Geert Kloosterman)
11 in addition to predicates.
12 [ETAGS_REGEXPS] [!HAVE_CONFIG_H] [__CYGWIN__]: Prevent
13 unmodified compile, as Cygwin's regex.h is incompatible with us
14 (thanks to Markus Hoenicka).
15 [!HAVE_CONFIG_H] [!__STDC__]: #define const as the empty string.
16
1 2001-12-11 Richard M. Stallman <rms@gnu.org> 17 2001-12-11 Richard M. Stallman <rms@gnu.org>
2 18
3 * Makefile.in (clean): Don't delete ../etc/DOC*. 19 * Makefile.in (clean): Don't delete ../etc/DOC*.
4 20
5 2001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 21 2001-12-11 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
6 22
7 * COPYING: Moved back. 23 * COPYING: Moved back.
8 24
9 2001-11-30 Andrew Innes <andrewi@gnu.org> 25 2001-11-30 Andrew Innes <andrewi@gnu.org>
10 26
11 * makefile.w32-in (FACE_SUPPORT): 27 * makefile.w32-in (FACE_SUPPORT):
12 (MOUSE_SUPPORT): 28 (MOUSE_SUPPORT):
13 (FLOAT_SUPPORT): 29 (FLOAT_SUPPORT):
14 (WINNT_SUPPORT): 30 (WINNT_SUPPORT):
15 (lisp): Reference .el files instead of .elc files, to simplify 31 (lisp): Reference .el files instead of .elc files, to simplify
16 bootstrapping. 32 bootstrapping.
17 ($(DOC)): Change dependency to just `make-docfile'. 33 ($(DOC)): Change dependency to just `make-docfile'.
18 34
19 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 35 2001-11-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz>