Files
emacs/lib-src
Eli Zaretskii 6d8144a2ab Avoid recursive calls in etags
* lib-src/etags.c (stack_entry): New struct.
(push_node, pop_node, put_entry): New functions.
(free_tree, add_node, invalidate_nodes, put_entries): Re-implement
in a non-recursive way, to avoid stack overflow.  (Bug#5847)
2016-08-31 18:53:43 +03:00
..
2016-01-01 01:34:24 -08:00
2014-05-18 11:57:04 -07:00
2016-03-10 07:59:19 -08:00
2016-08-31 18:53:43 +03:00
2016-03-10 07:59:19 -08:00
2016-01-11 22:48:07 -08:00
2016-03-10 07:59:19 -08:00
2016-03-10 07:59:19 -08:00
2016-01-24 17:29:01 -08:00

This directory contains the source code for the architecture-dependent
files that go in ${archlibdir}.  At present, these are mostly utility
programs used by GNU Emacs.