summaryrefslogtreecommitdiff
path: root/lib-src/etags.c
Commit message (Expand)AuthorAgeFilesLines
...
* * etags.c (prestr, substr): return a logical type.Francesco Potortì1994-10-211-28/+29
* Don't declare malloc, since we include config.h.David J. MacKenzie1994-10-201-1/+0
* Eliminate some -Wall warnings.David J. MacKenzie1994-10-121-0/+4
* * etags.c (C_entries): Name the #define's that are macros.Francesco Potortì1994-10-111-3/+1
* * etags.c (C_entries): Recognise typedef of ANSI style functions.Francesco Potortì1994-09-301-16/+57
* (etags_getcwd): Use getcwd if available.Karl Heuer1994-09-161-1/+10
* * etags.c (main): Don't barf on obsolete -t and -T switches.Francesco Potortì1994-07-081-9/+13
* * etags.c (absolute_filename): Remove infinite loop bug whenFrancesco Potortì1994-06-031-4/+4
* * etags.c (etags_getcwd): Delete the trailing newline from cwd.Francesco Potortì1994-06-031-0/+1
* (etags_getcwd): Cast result of popen.Richard M. Stallman1994-05-181-4/+1
* [!MSDOS]: Declare popen.Karl Heuer1994-05-171-1/+3
* Update copyright.Karl Heuer1994-05-041-1/+1
* (find_entries): Treat `*.cpp' as C++ files.Richard M. Stallman1994-04-301-1/+2
* [MSDOS]: #include <sys/param.h> for the following.Richard M. Stallman1994-04-301-0/+17
* (print_version): Print VERSION as a string.Richard M. Stallman1994-04-231-1/+1
* * etags.c (main, print_help): eliminate the -F option.Francesco Potortì1994-04-181-12/+3
* * etags.c (absolute_filename): compare against '\0' instead of NULL.Francesco Potortì1994-04-181-2/+2
* #undef static.Richard M. Stallman1994-04-121-2/+6
* * etags.c (outf, outfiledir): renamed to tagf, tagfiledir.Francesco Potortì1994-04-081-479/+499
* * etags.c (main): use etags_getcwd for compatibility.Francesco Potortì1994-03-301-42/+73
* * etags.c (emacs_tags_format, ETAGS): removed. Use CTAGS instead.Francesco Potortì1994-03-251-117/+83
* * etags.c (cwd, outfiledir): vars added.Francesco Potortì1994-03-231-45/+212
* * etags.c (--absolute-pathnames): this option removed.Francesco Potortì1994-02-171-25/+2
* * etags.c (absolute_pathnames, cwd): added global vars.Francesco Potortì1994-02-141-61/+91
* * etags.c (stab_entry, stab_create, stab_find, stab_search,Francesco Potortì1994-01-141-239/+209
* (main) [MSDOS]: Open all files as binary.Richard M. Stallman1994-01-061-0/+8
* (FUNCST, TYPEDST, STRUCTST, DEFINEST): Delete excess commas.Richard M. Stallman1993-11-161-4/+4
* Mon Nov 8 19:56:20 MET 1993 Tom Hageman (tom@basil.icce.rug.nl)Francesco Potortì1993-11-081-34/+139
* Tue Nov 2 19:46:52 1993 Francesco Potorti` (pot@cnuce.cnr.it)Francesco Potortì1993-11-021-3/+2
* Declares itself as "etags for emacs 19" instead of "etags for emacs 19.0".Francesco Potortì1993-11-021-2/+2
* * etags.c (process_file): dead code removed.Francesco Potortì1993-10-011-17/+7
* Mon Sep 20 18:06:12 1993 Francesco Potorti` (pot at fly)Francesco Potortì1993-09-201-21/+25
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* * etags.c (L_isdef, L_isquote, L_getit): small optimisations.Francesco Potortì1993-09-061-27/+74
* (put_entries): For NODE->rewritten, put pattern before \177 and name after,Roland McGrath1993-08-011-2/+4
* * etags.c (print_help): Break up the very long strings containingJim Blandy1993-07-181-20/+19
* * etags.c (alloca): removed all references to it.Jim Blandy1993-07-091-18/+2
* (consider_token): was `==', now is `='.Richard M. Stallman1993-07-091-36/+35
* * etags.c: #include "config.h" and the alloca CPP tangle beforeJim Blandy1993-06-291-7/+7
* (add_node): Move var last_node to file scope.Richard M. Stallman1993-06-191-1/+4
* Reinstate old -f option as an alias for -o for installed base uses.Richard M. Stallman1993-06-111-2/+3
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-2/+2
* #undef static.Richard M. Stallman1993-06-081-0/+1
* * etags.c: Replace the CPP tangle for alloca with the one from theJim Blandy1993-05-281-8/+15
* Include ../src/config.h.Richard M. Stallman1993-05-251-0/+2
* Change permission notice (not "part of Emacs").Richard M. Stallman1993-05-211-7/+7
* Update GPL version.Richard M. Stallman1993-05-191-1/+1
* (main): Don't require that there be input files if -i switches were given.Roland McGrath1993-05-131-2/+2
* (YACC): flag added to c_ext.Richard M. Stallman1993-03-221-465/+422
* (C_entries): New local variable quotednl. Used forRichard M. Stallman1993-03-031-14/+22