summaryrefslogtreecommitdiff
path: root/lib-src/etags.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lib-src/etags.c (pot_etags_version): Remove; unused.Paul Eggert2019-12-091-2/+0
* * lib-src/etags.c (Forth_suffixes): Now static.Paul Eggert2019-12-091-1/+1
* etags: remove some arbitrary limitsPaul Eggert2019-11-261-193/+211
* Check instead of relying on NOTREACHEDPaul Eggert2019-08-311-4/+0
* Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-251-89/+66
* etags: Fix handling of quoted symbol names in ErlangDavid Hull2019-06-251-8/+32
* Remove -q from zstd invocationLars Ingebrigtsen2019-06-241-1/+1
* Add Zstandard compression support for etagsAlexander Gramiak2019-06-241-1/+2
* Simplify lib-src version printingPaul Eggert2019-06-201-11/+8
* Avoid backslash-newline-newline in source codePaul Eggert2019-05-221-1/+1
* Simplify use of NDEBUG in etags.cPaul Eggert2019-05-031-9/+1
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Make mini-gmp safe for --enable-gcc-warningsPaul Eggert2018-08-121-1/+3
* | Use Gnulib regex for lib-srcPaul Eggert2018-08-051-2/+2
* | Rename src/regex.c to src/regex-emacs.c.Paul Eggert2018-08-051-1/+1
* | Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-281-1/+1
|/
* Teach etags new interpreters for some languagesEli Zaretskii2018-01-111-5/+26
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Avoid compilation warnings in optimized buildsEli Zaretskii2017-10-151-1/+1
* Fix compilation warning in etags.cEli Zaretskii2017-09-161-7/+9
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Another place to produce debugging output in etagsEli Zaretskii2017-09-111-0/+3
* Extend --debug printouts in etagsEli Zaretskii2017-09-101-5/+18
* Add --debug option to etagsEli Zaretskii2017-09-101-0/+6
* Improve --enable-gcc-warnings for MinGW64Paul Eggert2017-09-091-2/+2
* Fix compilation warnings in MinGW64 build using GCC 7Eli Zaretskii2017-09-091-2/+2
* Fix the MS-Windows buildEli Zaretskii2017-08-171-0/+2
* Merge from Gnulib; use ‘open’ for O_CLOEXECPaul Eggert2017-08-161-1/+0
* Support '=' in Scheme and Lisp tags in 'etags'Alexander Gramiak2017-07-081-6/+23
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-0/+1
* Merge with gnulib, pacifying GCC 7Paul Eggert2017-05-161-14/+14
* Teach etags to process ENUM_BF correctlyEli Zaretskii2017-03-121-34/+59
* Merge from gnulibPaul Eggert2017-02-231-1/+1
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Forth related improvements for etagsHelmut Eller2016-12-011-10/+31
* | Port build to gcc -fcheck-pointer-boundsPaul Eggert2016-11-251-2/+2
* | * lib-src/etags.c (invalidate_nodes): Remove a redundant nullp test.Eli Zaretskii2016-10-121-1/+1
* | Limit <config.h>’s includesPaul Eggert2016-09-301-4/+0
* | Merge from origin/emacs-25Paul Eggert2016-09-261-2/+16
|\ \ | |/
| * Fix tagging of DEFUN by etagsEli Zaretskii2016-09-211-2/+16
* | * lib-src/etags.c (invalidate_nodes): Fix another thinko.Eli Zaretskii2016-08-311-1/+1
* | Fix etags problems found by static checkingPaul Eggert2016-08-311-24/+22
* | Fix a thinko in etags.cEli Zaretskii2016-08-311-1/+1
* | Avoid recursive calls in etagsEli Zaretskii2016-08-311-64/+226
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-1/+0
* | Port --enable-gcc-warnings to GCC 6.1Paul Eggert2016-05-181-2/+2
* | Prefer grep -E/-F to egrep/fgrepPaul Eggert2016-05-071-2/+2