comparison nt/ChangeLog @ 839:182d9d1c71a5

[xemacs-hg @ 2002-05-14 10:57:37 by ben] etags compilation changes xemacs.mak: Increase the stack of etags to 0x800000 (8 MB), same as for XEmacs and enough to prevent regex crashes with complex multiline regexps. (More specifically, we reach the built-in failure limit before crashing the stack. etags complains, but keeps on processing.)
author ben
date Tue, 14 May 2002 10:57:38 +0000
parents 9c4fcc216a5f
children 44478bd99873
comparison
equal deleted inserted replaced
838:bf645ed7cfe3 839:182d9d1c71a5
1 2002-05-10 Adrian Aichner <adrian@xemacs.org> 1 2002-05-14 Ben Wing <ben@xemacs.org>
2 2
3 * xemacs.mak (OPTIMIZED_BUILD): Default variable. 3 * xemacs.mak (CONFIG_VALUES):
4 * xemacs.mak (LINK_DEPENDENCY_ARGS): New.
5 * xemacs.mak (LINK_STANDARD_LIBRARY_ARGS): New.
6 * xemacs.mak (ETAGS_DEPS):
7 * xemacs.mak (LIB_SRC_TOOLS):
8 Increase the stack of etags to 0x800000 (8 MB), same as for XEmacs
9 and enough to prevent regex crashes with complex multiline
10 regexps. (More specifically, we reach the built-in failure limit before
11 crashing the stack. etags complains, but keeps on processing.)
4 12
5 2002-05-06 Jonathan Harris <jonathan@xemacs.org> 13 2002-05-06 Jonathan Harris <jonathan@xemacs.org>
6 14
7 * README: 15 * README:
8 Remove references to obsolete MSVC5 and NT 3.51 configurations. 16 Remove references to obsolete MSVC5 and NT 3.51 configurations.