diff 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
line wrap: on
line diff
--- a/nt/ChangeLog	Tue May 14 09:28:14 2002 +0000
+++ b/nt/ChangeLog	Tue May 14 10:57:38 2002 +0000
@@ -1,6 +1,14 @@
-2002-05-10  Adrian Aichner  <adrian@xemacs.org>
+2002-05-14  Ben Wing  <ben@xemacs.org>
 
-	* xemacs.mak (OPTIMIZED_BUILD): Default variable.
+	* xemacs.mak (CONFIG_VALUES):
+	* xemacs.mak (LINK_DEPENDENCY_ARGS): New.
+	* xemacs.mak (LINK_STANDARD_LIBRARY_ARGS): New.
+	* xemacs.mak (ETAGS_DEPS):
+	* xemacs.mak (LIB_SRC_TOOLS):
+	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.)
 
 2002-05-06  Jonathan Harris  <jonathan@xemacs.org>