aboutsummaryrefslogtreecommitdiffstats
path: root/lib-src/etags.c
Commit message (Expand)AuthorAgeFilesLines
* (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
* (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` <[email protected]>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` <[email protected]>Francesco Potortì2000-02-031-212/+239
* 1999-11-19 Francesco Potorti` <[email protected]>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
* (erlang_attribute): Fix undefined variable usage (after Potorti).Dave Love1999-06-231-1/+1
* (etags_getcwd, absolute_filename) [DOS_NT]: CanonicalizeGeoff Voelker1999-01-221-0/+9
* (relative_filename): Stop backward search at beginningKarl Heuer1999-01-121-2/+3
* (etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.Richard M. Stallman1998-06-101-1/+1
* (TEX_decode_env): Don't free the value getenv returns.Richard M. Stallman1998-04-261-1/+0
* (put_entries): Use %ld.Richard M. Stallman1998-04-041-2/+2
* (getit, Cobol_paragraphs, Pascal_functions,Richard M. Stallman1998-01-271-10/+22
* (L_getit): Always make named tags so that EmacsKarl Heuer1997-10-161-2/+2
* (Yacc_suffixes, Asm_suffixes): Add some alternatives.Richard M. Stallman1997-08-061-1/+2
* [HAVE_UNISTD_H]: Include unistd.h.Richard M. Stallman1997-07-201-0/+5
* Various cleanups on TeX, Erlang, Prolog, C.Francesco Potortì1997-05-301-430/+577
* Added support for the Java language.Francesco Potortì1997-05-131-10/+11
* * etags.c: (Cplusplus_suffixes): .pdb is Postscript with C syntax.Francesco Potortì1997-05-121-95/+207
* * etags.c [TeX_named_tokens]: Set to FALSE if undefined.Francesco Potortì1997-04-301-80/+91
* Tue Apr 15 16:09:15 1997 Francesco Potorti` <[email protected]>Francesco Potortì1997-04-151-91/+87
* * etags.c (add_regex): reset *putbuf before using it.Francesco Potortì1997-03-171-7/+4
* (streq, strneq): Use == NULL rather than !.Richard M. Stallman1996-12-191-2/+4
* * etags.c (C_entries): Test tok.valid. This handles someFrancesco Potortì1996-12-041-38/+50