mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 14:30:43 -08:00
* etags.c: Prolog language totaly rewritten.
(Prolog_functions): Rewritten from scratch.
(skip_comment, prolog_getit): Removed.
(prolog_skip_comment): New function, like old skip_comment.
(prolog_pred, prolog_atom, prolog_white): New functions.
(erlang_func, erlang_attributes): Forward declarations added.
(erlang_atom): Check if backslash ends line inside quoted atom.
* etags.c (absolutefn): DOS_NT version corrected.
(main): Append "/" to the dir name only if not already there.
(print_help): Explain the absolute/relative file name issue.
* etags.c: New Languange Erlang added.
(Erlang_functions, erlang_func, erlang_attribute, erlang_atom,
erlang_white): New functions.
(Erlang_suffixes): New suffix list.
(lang_names): Erlang entry added.
(prolog_getit): Accepts headers spanning several lines.
Always name tags.
(Prolog_functions): Removed incorrect compensation for
newline characters.
(readline_internal): Zero-terminate last line.
|
||
|---|---|---|
| .. | ||
| b2m.c | ||
| cvtmail.c | ||
| digest-doc.c | ||
| emacsclient.c | ||
| emacsserver.c | ||
| emacstool.c | ||
| env.c | ||
| etags-vmslib.c | ||
| etags.c | ||
| fakemail.c | ||
| hexl.c | ||
| leditcfns.c | ||
| make-docfile.c | ||
| make-path.c | ||
| Makefile.in | ||
| makefile.nt | ||
| movemail.c | ||
| ntlib.c | ||
| pop.c | ||
| pop.h | ||
| profile.c | ||
| rcs-checkin | ||
| rcs2log | ||
| sorted-doc.c | ||
| tcp.c | ||
| test-distrib.c | ||
| timer.c | ||
| vcdiff | ||
| wakeup.c | ||
| yow.c | ||