summaryrefslogtreecommitdiff
path: root/lib-src/etags.c
Commit message (Expand)AuthorAgeFilesLines
* (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` <F.Potorti@cnuce.cnr.it>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
* Wed Nov 13 17:51:29 1996 Francesco Potorti` <F.Potorti@cnuce.cnr.it>Francesco Potortì1996-11-131-41/+55
* * etags.c (relative_filename): Bug corrected.Francesco Potortì1996-11-081-39/+49
* (etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.Richard M. Stallman1996-10-061-0/+9
* * etags.c (print_version): Print copyright info.Francesco Potortì1996-10-021-11/+13
* (etags_getcwd): Use getcwd if available even if MSDOS.Richard M. Stallman1996-09-031-15/+16
* (readline_internal) [DOS_NT]: Don't include CRs whenRichard M. Stallman1996-07-231-0/+9
* Declare main as int, not void.Karl Heuer1996-07-151-1/+1
* * etags.c (C_stab_entry): New keywords for C++ namespace, bool,Francesco Potortì1996-07-011-57/+75
* (etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.Richard M. Stallman1996-06-111-4/+4
* (main): Copy cwd when appending slash.Richard M. Stallman1996-06-091-2/+2
* * etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.Francesco Potortì1996-05-171-36/+21
* [WINDOWSNT]: Include io.h.Richard M. Stallman1996-04-111-0/+1
* (absolute_filename): Use absolutefn.Richard M. Stallman1996-04-021-1/+1
* (absolutefn) [DOS_NT]: Support Novell drives whose driveRichard M. Stallman1996-04-011-6/+51
* * etags.c (just_read_file): Reset lineno and charno on entry.Francesco Potortì1996-03-221-92/+408
* (enum sym_type, anonymous enum): Delete final comma.Karl Heuer1996-01-191-2/+2
* Update FSF's address in the preamble.Erik Naggum1996-01-151-2/+3
* (consider_token): Fix typo in expression.Karl Heuer1996-01-101-1/+1
* (substitute): Fix spelling in message.Karl Heuer1996-01-051-6/+6
* * etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.Francesco Potortì1995-12-071-227/+417
* * etags.c (get_lang_from_name, get_lang_from_interpreter,Francesco Potortì1995-11-061-142/+251
* * etags.c (lowcase): Use the standard tolower function.Francesco Potortì1995-11-021-96/+81
* * etags.c (Pascal_functions): Close comment bug corrected.Francesco Potortì1995-08-171-87/+92
* * etags.c (plain_C_entries): new function.Francesco Potortì1995-06-271-31/+48
* * etags.c (find_entries): rewind before rereading the input file.Francesco Potortì1995-06-211-12/+14
* (process_file,absolute_filename): Handle filenamesRichard M. Stallman1995-06-151-0/+8
* * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raiseFrancesco Potortì1995-05-291-8/+6
* * etags.c (etags_getcwd): Undo the /bin/pwd change. It may raiseFrancesco Potortì1995-05-291-8/+10
* (etags_getcwd): Don't use #elif.Karl Heuer1995-05-271-7/+5
* * etags.c (etags_getcwd): Use /bin/pwd instead of pwd because theFrancesco Potortì1995-05-231-4/+4
* (C_entries): Cast result of xrealloc.Richard M. Stallman1995-05-041-9/+11
* Update copyright.Karl Heuer1995-04-071-1/+2
* * etags.c (process_file): free (filename) after using it.Francesco Potortì1995-03-131-2/+3
* * etags.c (C_entries): token_saved removed. Initialise tok.valid andFrancesco Potortì1995-02-221-26/+37
* * etags.c (C_entries): Bug corrected in xrealloc of token_str.Francesco Potortì1995-02-151-12/+9
* * etags.c (C_entries): Initialise the new members of TOKEN.Francesco Potortì1995-02-141-23/+40
* * etags.c (pfnote): Initialise been_warned in the node.Francesco Potortì1995-02-011-16/+5
* * etags.c (longopts, print_help, main): Use -I as abbreviationFrancesco Potortì1995-01-181-14/+13
* Global polishing, some bugs corrected, dynamic allocation used insteadFrancesco Potortì1995-01-121-390/+262
* * etags.c (pfatal): New function.Francesco Potortì1995-01-101-56/+41