CVSROOT: /sources/nmh
Module name: nmh
Branch: nmh-1_3-branch
Changes by: Peter Maydell <pm215> 08/05/21 17:18:45
Modified files:
. : ChangeLog
sbr : dtimep.lex
Log message:
add some table size declarations for the benefit of elderly lexes with
small
defaults. (Ported from trunk.)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/nmh/ChangeLog?cvsroot=nmh&only_with_tag=nmh-1_3-branch&r1=1.254.2.8&r2=1.254.2.9
http://cvs.savannah.gnu.org/viewcvs/nmh/sbr/dtimep.lex?cvsroot=nmh&only_with_tag=nmh-1_3-branch&r1=1.10&r2=1.10.2.1
Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/nmh/nmh/ChangeLog,v
retrieving revision 1.254.2.8
retrieving revision 1.254.2.9
diff -u -b -r1.254.2.8 -r1.254.2.9
--- ChangeLog 21 May 2008 16:35:42 -0000 1.254.2.8
+++ ChangeLog 21 May 2008 17:18:41 -0000 1.254.2.9
@@ -1,3 +1,9 @@
+2008-05-21 Peter Maydell <[EMAIL PROTECTED]>
+
+ * sbr/dtimep.lex: add some table size declarations for the
+ benefit of elderly lexes with small defaults. (Ported from
+ trunk.)
+
2008-05-21 David Levine <[EMAIL PROTECTED]>
* configure.in, INSTALL: if --enable-masquerade is not
Index: sbr/dtimep.lex
===================================================================
RCS file: /sources/nmh/nmh/sbr/dtimep.lex,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -b -r1.10 -r1.10.2.1
--- sbr/dtimep.lex 13 Apr 2007 11:53:08 -0000 1.10
+++ sbr/dtimep.lex 21 May 2008 17:18:43 -0000 1.10.2.1
@@ -1,3 +1,12 @@
+/* dtimep.lex exceeds the default table capacities for some old versions
+ * of lex (and the minimum defaults as specified by POSIX). The following
+ * choices meet or exceed the lex defaults for older SunOS4.x, Solaris,
+ * HPUX, and AIX.
+ */
+%e4000
+%p7000
+%n2500
+%a5000
%{
#include <h/nmh.h>
#include <h/tws.h>
_______________________________________________
Nmh-commits mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/nmh-commits