summaryrefslogtreecommitdiff
path: root/lib-src/etags.c
Commit message (Expand)AuthorAgeFilesLines
* (F_getit, Fortran_functions, Ada_getit, Asm_labels)Francesco Potortì2002-06-211-158/+178
* A bug in the new function. No change log.Francesco Potortì2002-06-201-6/+8
* Use, together with etags.el, an optimised form of tags,Francesco Potortì2002-06-201-41/+32
* (add_regex): Invalid regexp modifiers are ignored.Francesco Potortì2002-06-201-9/+15
* * etags.c (erlang_atom, erlang_attribute): Bugs corrected.Francesco Potortì2002-06-131-66/+38
* New multi-line regexp and new regexp syntax.Francesco Potortì2002-06-131-114/+292
* (scan_separators): Support all character escapeFrancesco Potortì2002-06-061-51/+60
* (enum arg_type): New label at_stdin.Francesco Potortì2002-06-061-128/+164
* (TeX_commands): Skip comments.Francesco Potortì2002-06-061-74/+69
* (main): Avoid a buffer overrun with sprintf.Francesco Potortì2002-06-051-4/+4
* Reinstate the following change from 2002-03-22, which wasPaul Eggert2002-05-271-1/+1
* (last_node): Make it a global variable.Francesco Potortì2002-04-221-36/+87
* (find_entries): Bug fix in list management.Francesco Potortì2002-04-161-7/+14
* * etags.c (get_language_from_filename): Add one argument.Francesco Potortì2002-04-151-3/+3
* Bug fix. New version to come soon.Francesco Potortì2002-04-151-30/+74
* Avoid doubly tagging parse.y when both parse.c and parse.y are given onFrancesco Potortì2002-04-151-309/+465
* (main): Use `sort -o TAGFILE TAGFILE' instead of `sort TAGFILE -oPaul Eggert2002-03-231-1/+1
* * etags.c (Python_functions): Skip spaces at beginning of lines.Francesco Potortì2002-03-121-38/+70
* (put_entries): Use #if !CTAGS, to fix link error onJason Rumney2002-03-061-3/+3
* * etags.c: Honour #line directives.Francesco Potortì2002-03-051-274/+321
* support for Perl packagesFrancesco Potortì2001-12-261-318/+297
* * etags.c (PHP_functions): New function by Diez B. Roggisch,Francesco Potortì2001-12-151-74/+133
* * etags.c (analyse_regex): If regex_arg is NULL, returnFrancesco Potortì2001-09-171-2/+5
* (add_regex): Reset the whole newly allocated pattern buffer instead ofFrancesco Potortì2001-05-141-6/+5
* (print_help): Enclose the regexp in the help text example in quotes.Eli Zaretskii2001-04-271-1/+1
* When in autodetect mode, switch to C++ when the template keyword is metFrancesco Potortì2001-02-231-85/+97
* Modified some comments.Francesco Potortì2001-01-311-1/+2
* (in_word_set): Use `static' in definition (for pcc).Dave Love2001-01-311-2/+2
* Work around small preprocessor bugs in sunos4 pcc and MinGW.Francesco Potortì2001-01-311-8/+7
* (assert) [__MINGW32__]: Redefine assert to work around aAndrew Innes2001-01-301-0/+6
* Comment updates to etags.cFrancesco Potortì2001-01-301-19/+26
* Many changes to the parsing capabilities of etags.Francesco Potortì2001-01-281-249/+416
* Add a coding: tag.Eli Zaretskii2001-01-271-3/+3
* Many small improvements in tagging accuracy and capability,Francesco Potortì2001-01-251-233/+283
* 2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it>Francesco Potortì2001-01-151-4/+7
* Changes for makefile support in etags.Francesco Potortì2001-01-141-63/+99
* (canonicalize_filename) [DOS_NT]: Fix last change.Eli Zaretskii2000-12-161-1/+1
* (ISALNUM, ISALPHA, ISDIGIT, ISLOWER): New macros.Gerd Moellmann2000-12-151-19/+25
* (canonicalize_filename) [DOS_NT]: Upcase the firstEli Zaretskii2000-08-201-1/+1
* (xmalloc, xrealloc): Make externally visible, for useGerd Moellmann2000-07-141-4/+4
* (Texinfo_functions): New function.Dave Love2000-04-191-1/+28
* (lisp_suffixes) Add `LSP'.Gerd Moellmann2000-03-021-1/+1
* 2000-02-10 Francesco Potorti` <pot@gnu.org>Francesco Potortì2000-02-101-98/+126
* (pfnote, new_pfnote, C_entries, prolog_pred, erlang_func): AddDave Love2000-02-101-5/+5
* 2000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it>Francesco Potortì2000-02-031-212/+239
* 1999-11-19 Francesco Potorti` <F.Potorti@cnuce.cnr.it>Francesco Potortì1999-11-191-11/+11
* Changed the mail addess of the maintainer.Francesco Potortì1999-11-031-1/+1
* * etags.c (print_help): Change email address to send bugs to.Gerd Moellmann1999-11-031-1/+1
* Checked in at last a lot of improvementes and bug fixes. The oldest datingFrancesco Potortì1999-11-011-912/+1492
* Add support for large files. Merge glibc 2.1.2.Paul Eggert1999-10-191-11/+11