aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/etags.c
Commit message (Expand)AuthorAgeFilesLines
* (consider_token): check C++ `operator' only when the token len is longFrancesco Potortì2003-09-031-1/+1
* Add arch taglinesMiles Bader2003-09-011-0/+3
* (suggest_asking_for_help): Fix having macros in a printf statement.Juanma Barranquero2003-07-281-5/+5
* Remove Philippe Waroquier's email address, at his request.Francesco Potortì2003-05-271-1/+1
* (Cplusplus_help, Cjava_help): Re-phrase and avoidDave Love2003-01-211-3/+3
* changes for language-sepcific help by PhilippeFrancesco Potortì2003-01-091-49/+204
* (regex_tag_multiline, readline): Never pass pfnote aFrancesco Potortì2002-09-031-6/+11
* (consider_token, C_entries): Switch to C++ parsing whenFrancesco Potortì2002-08-301-46/+64
* (C_entries): Corrected a problem with const C++ funcs.Francesco Potortì2002-08-291-44/+61
* Two bug corrections and one new feature.Francesco Potortì2002-08-281-156/+345
* (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` <[email protected]>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