log lib-src/etags.c @ 47218:66c5d66d21f6

age author description
Tue, 03 Sep 2002 15:21:07 +0000 Francesco Potort (regex_tag_multiline, readline): Never pass pfnote a
Fri, 30 Aug 2002 16:38:58 +0000 Francesco Potort (consider_token, C_entries): Switch to C++ parsing when
Thu, 29 Aug 2002 14:42:56 +0000 Francesco Potort (C_entries): Corrected a problem with const C++ funcs.
Wed, 28 Aug 2002 10:35:51 +0000 Francesco Potort Two bug corrections and one new feature.
Fri, 21 Jun 2002 12:36:12 +0000 Francesco Potort (F_getit, Fortran_functions, Ada_getit, Asm_labels)
Thu, 20 Jun 2002 12:20:15 +0000 Francesco Potort A bug in the new function. No change log.
Thu, 20 Jun 2002 11:48:31 +0000 Francesco Potort Use, together with etags.el, an optimised form of tags,
Thu, 20 Jun 2002 08:43:57 +0000 Francesco Potort (add_regex): Invalid regexp modifiers are ignored.
Thu, 13 Jun 2002 17:53:35 +0000 Francesco Potort * etags.c (erlang_atom, erlang_attribute): Bugs corrected.
Thu, 13 Jun 2002 10:44:15 +0000 Francesco Potort New multi-line regexp and new regexp syntax.
Thu, 06 Jun 2002 22:37:28 +0000 Francesco Potort (scan_separators): Support all character escape
Thu, 06 Jun 2002 12:47:58 +0000 Francesco Potort (enum arg_type): New label at_stdin.
Thu, 06 Jun 2002 09:45:52 +0000 Francesco Potort (TeX_commands): Skip comments.
Wed, 05 Jun 2002 12:09:29 +0000 Francesco Potort (main): Avoid a buffer overrun with sprintf.
Mon, 27 May 2002 06:50:39 +0000 Paul Eggert Reinstate the following change from 2002-03-22, which was
Mon, 22 Apr 2002 14:11:26 +0000 Francesco Potort (last_node): Make it a global variable.
Tue, 16 Apr 2002 00:02:55 +0000 Francesco Potort (find_entries): Bug fix in list management.
Mon, 15 Apr 2002 16:04:52 +0000 Francesco Potort * etags.c (get_language_from_filename): Add one argument.
Mon, 15 Apr 2002 15:55:07 +0000 Francesco Potort Bug fix. New version to come soon.
Mon, 15 Apr 2002 14:18:47 +0000 Francesco Potort Avoid doubly tagging parse.y when both parse.c and parse.y are given on
Sat, 23 Mar 2002 06:48:31 +0000 Paul Eggert (main): Use `sort -o TAGFILE TAGFILE' instead of `sort TAGFILE -o
Tue, 12 Mar 2002 13:31:57 +0000 Francesco Potort * etags.c (Python_functions): Skip spaces at beginning of lines.
Wed, 06 Mar 2002 23:14:29 +0000 Jason Rumney (put_entries): Use #if !CTAGS, to fix link error on
Tue, 05 Mar 2002 11:28:26 +0000 Francesco Potort * etags.c: Honour #line directives.
Wed, 26 Dec 2001 22:11:21 +0000 Francesco Potort support for Perl packages
Sat, 15 Dec 2001 16:07:31 +0000 Francesco Potort * etags.c (PHP_functions): New function by Diez B. Roggisch,
Mon, 17 Sep 2001 15:47:23 +0000 Francesco Potort * etags.c (analyse_regex): If regex_arg is NULL, return
Mon, 14 May 2001 12:57:11 +0000 Francesco Potort (add_regex): Reset the whole newly allocated pattern buffer instead of
Fri, 27 Apr 2001 13:35:24 +0000 Eli Zaretskii (print_help): Enclose the regexp in the help text example in quotes.
Fri, 23 Feb 2001 18:19:25 +0000 Francesco Potort When in autodetect mode, switch to C++ when the template keyword is met