summaryrefslogtreecommitdiff
path: root/lib-src/etags.c
Commit message (Expand)AuthorAgeFilesLines
* (Perl_functions): Free space allocated for var package.Francesco Potortì2006-05-021-2/+11
* Delete c-indentation-style local variable.Dan Nicolaescu2006-04-291-1/+0
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-2/+2
* Cxref mode writes to stdout: do not close tagf,Francesco Potortì2005-11-181-8/+10
* Undef STDIN if defined. (LynxOS defines it in system header files.)Eli Zaretskii2005-10-201-0/+5
* (main): In append mode, sort the tags file after writing it.Francesco Potortì2005-09-271-7/+8
* Preliminary Forth support.Francesco Potortì2005-09-271-26/+75
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+3
* Update FSF's address.Lute Kamstra2005-07-041-1/+1
* (main): Fix typo in conversion of LONG_OPTIONS fromAndreas Schwab2004-12-151-2/+2
* Undo last change.Kim F. Storm2004-11-161-38/+0
* (main, consider_token, C_entries): Add misc switchKim F. Storm2004-11-091-0/+38
* (main): When relative file names are given as argument,Francesco Potortì2004-09-131-2/+4
* [EXIT_SUCCESS, EXIT_FAILURE]: Define them when noFrancesco Potortì2004-09-131-576/+635
* [LONG_OPTIONS]: make it TRUE (ifdef) or FALSE for ease of use.Francesco Potortì2004-09-081-19/+18
* (GOOD, BAD): Delete macros. Throughout,Thien-Thi Nguyen2004-05-071-18/+11
* (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