* etags.c (lowcase): Use the standard tolower function.
authorFrancesco Potortì <pot@gnu.org>
Thu, 2 Nov 1995 16:30:14 +0000 (16:30 +0000)
committerFrancesco Potortì <pot@gnu.org>
Thu, 2 Nov 1995 16:30:14 +0000 (16:30 +0000)
commitc5007f46720e9b796ea7e300b810723adc641b46
tree750468e84e80711af4f75fdaf3f60c7a993e2d09
parent99e76ddadef34ac2a6821c530b0d2fd97f239664
* etags.c (lowcase): Use the standard tolower function.
(substitute): Remove some wrong and some useless code related with
escape `\` character in regexp replacement string.
(TEX_defenv): Added part, appendix, entry, index.  Removed typeout.
(lang_suffixes): New suffixes: .hpp for C++; .f90 for Fortran;
.bib, .ltx, .TeX for TeX (.bbl, .dtx removed); .ml for Lisp;
.prolog for prolog (.pl removed).
(massage_name, etags_getcwd): Use lowcase instead of tolower.
(regex.h): Don't include it if REGEX_IN_LIBC is defined.
(C_entries, find_entries): Added comments about memory leakage.
(add_node): Dead code removed.
lib-src/etags.c