1998-06-10 |
Richard M. Stallman |
(etags_getcwd) [WINDOWSNT]: Use getcwd on Windows.
|
1998-04-26 |
Richard M. Stallman |
(TEX_decode_env): Don't free the value getenv returns.
|
1998-04-04 |
Richard M. Stallman |
(put_entries): Use %ld.
|
1998-01-27 |
Richard M. Stallman |
(getit, Cobol_paragraphs, Pascal_functions,
|
1997-10-16 |
Karl Heuer |
(L_getit): Always make named tags so that Emacs
|
1997-08-06 |
Richard M. Stallman |
(Yacc_suffixes, Asm_suffixes): Add some alternatives.
|
1997-07-20 |
Richard M. Stallman |
[HAVE_UNISTD_H]: Include unistd.h.
|
1997-05-30 |
Francesco Potortì |
Various cleanups on TeX, Erlang, Prolog, C.
|
1997-05-13 |
Francesco Potortì |
Added support for the Java language.
|
1997-05-12 |
Francesco Potortì |
* etags.c: (Cplusplus_suffixes): .pdb is Postscript with C syntax.
|
1997-04-30 |
Francesco Potortì |
* etags.c [TeX_named_tokens]: Set to FALSE if undefined.
|
1997-04-15 |
Francesco Potortì |
Tue Apr 15 16:09:15 1997 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
|
1997-03-17 |
Francesco Potortì |
* etags.c (add_regex): reset *putbuf before using it.
|
1996-12-19 |
Richard M. Stallman |
(streq, strneq): Use == NULL rather than !.
|
1996-12-04 |
Francesco Potortì |
* etags.c (C_entries): Test tok.valid. This handles some
|
1996-11-13 |
Francesco Potortì |
Wed Nov 13 17:51:29 1996 Francesco Potorti` <F.Potorti@cnuce.cnr.it>
|
1996-11-08 |
Francesco Potortì |
* etags.c (relative_filename): Bug corrected.
|
1996-10-06 |
Richard M. Stallman |
(etags_getcwd) [WINDOWSNT]: Convert backslashes to slashes.
|
1996-10-02 |
Francesco Potortì |
* etags.c (print_version): Print copyright info.
|
1996-09-03 |
Richard M. Stallman |
(etags_getcwd): Use getcwd if available even if MSDOS.
|
1996-07-23 |
Richard M. Stallman |
(readline_internal) [DOS_NT]: Don't include CRs when
|
1996-07-15 |
Karl Heuer |
Declare main as int, not void.
|
1996-07-01 |
Francesco Potortì |
* etags.c (C_stab_entry): New keywords for C++ namespace, bool,
|
1996-06-11 |
Richard M. Stallman |
(etags_getcwd) [DOS_NT]: Change conditional to MSDOS only.
|
1996-06-09 |
Richard M. Stallman |
(main): Copy cwd when appending slash.
|
1996-05-17 |
Francesco Potortì |
* etags.c (CNL_SAVE_DEFINEDEF): Set linecharno for use by readline.
|
1996-04-11 |
Richard M. Stallman |
[WINDOWSNT]: Include io.h.
|
1996-04-02 |
Richard M. Stallman |
(absolute_filename): Use absolutefn.
|
1996-04-01 |
Richard M. Stallman |
(absolutefn) [DOS_NT]: Support Novell drives whose drive
|
1996-03-22 |
Francesco Potortì |
* etags.c (just_read_file): Reset lineno and charno on entry.
|
1996-01-19 |
Karl Heuer |
(enum sym_type, anonymous enum): Delete final comma.
|
1996-01-15 |
Erik Naggum |
Update FSF's address in the preamble.
|
1996-01-10 |
Karl Heuer |
(consider_token): Fix typo in expression.
|
1996-01-05 |
Karl Heuer |
(substitute): Fix spelling in message.
|
1995-12-07 |
Francesco Potortì |
* etags.c (Cplusplus_suffixes): Add .M suffix for Objective C++.
|
1995-11-06 |
Francesco Potortì |
* etags.c (get_lang_from_name, get_lang_from_interpreter,
|
1995-11-02 |
Francesco Potortì |
* etags.c (lowcase): Use the standard tolower function.
|
1995-08-17 |
Francesco Potortì |
* etags.c (Pascal_functions): Close comment bug corrected.
|
1995-06-27 |
Francesco Potortì |
* etags.c (plain_C_entries): new function.
|
1995-06-21 |
Francesco Potortì |
* etags.c (find_entries): rewind before rereading the input file.
|
1995-06-15 |
Richard M. Stallman |
(process_file,absolute_filename): Handle filenames
|
1995-05-29 |
Francesco Potortì |
* etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
|
1995-05-29 |
Francesco Potortì |
* etags.c (etags_getcwd): Undo the /bin/pwd change. It may raise
|
1995-05-27 |
Karl Heuer |
(etags_getcwd): Don't use #elif.
|
1995-05-23 |
Francesco Potortì |
* etags.c (etags_getcwd): Use /bin/pwd instead of pwd because the
|
1995-05-04 |
Richard M. Stallman |
(C_entries): Cast result of xrealloc.
|
1995-04-07 |
Karl Heuer |
Update copyright.
|
1995-03-13 |
Francesco Potortì |
* etags.c (process_file): free (filename) after using it.
|
1995-02-22 |
Francesco Potortì |
* etags.c (C_entries): token_saved removed. Initialise tok.valid and
|
1995-02-15 |
Francesco Potortì |
* etags.c (C_entries): Bug corrected in xrealloc of token_str.
|
1995-02-14 |
Francesco Potortì |
* etags.c (C_entries): Initialise the new members of TOKEN.
|
1995-02-01 |
Francesco Potortì |
* etags.c (pfnote): Initialise been_warned in the node.
|
1995-01-18 |
Francesco Potortì |
* etags.c (longopts, print_help, main): Use -I as abbreviation
|
1995-01-12 |
Francesco Potortì |
Global polishing, some bugs corrected, dynamic allocation used instead
|
1995-01-10 |
Francesco Potortì |
* etags.c (pfatal): New function.
|
1995-01-10 |
Francesco Potortì |
* etags.c (Lang_function): Use void instead to declare the
|
1995-01-06 |
Richard M. Stallman |
(C_entries): Ignore carriage return at end of line.
|
1994-11-22 |
Francesco Potortì |
* etags.c (print_help): print --regex usage for ctags also.
|
1994-11-16 |
Francesco Potortì |
* etags.c [ETAGS_REGEXP]: All the new code that deals with regexps
|
1994-11-16 |
Francesco Potortì |
* etags.c (<errno.h>): #include added.
|