groff-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[groff] 10/25: [troff]: Fix Savannah #64301 (1/15).


From: G. Branden Robinson
Subject: [groff] 10/25: [troff]: Fix Savannah #64301 (1/15).
Date: Fri, 19 Jul 2024 15:12:42 -0400 (EDT)

gbranden pushed a commit to branch master
in repository groff.

commit b12e14107a71e244c614328e82f24dddc194bd58
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Mon Jul 15 09:44:55 2024 -0500

    [troff]: Fix Savannah #64301 (1/15).
    
    [troff]: Prevent traps on overflowing integer arithmetic.
    
    * bootstrap.conf: Add "stdckdint" to `gnulib_modules`.
    
    Also fix whitespace nit and add editor aid comments.
---
 ChangeLog      |  6 ++++++
 bootstrap.conf | 12 +++++++++++-
 2 files changed, 17 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index add8f299b..aadaadf84 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2024-07-19  G. Branden Robinson <g.branden.robinson@gmail.com>
+
+       [troff]: Prevent traps on overflowing integer arithmetic.
+
+       * bootstrap.conf: Add "stdckdint" to `gnulib_modules`.
+
 2024-07-18  G. Branden Robinson <g.branden.robinson@gmail.com>
 
        * src/roff/troff/number.cpp (is_valid_term): Trivially refactor
diff --git a/bootstrap.conf b/bootstrap.conf
index 20bee83f1..0e34b056c 100644
--- a/bootstrap.conf
+++ b/bootstrap.conf
@@ -22,7 +22,7 @@ m4_base=gnulib_m4
 # gnulib C source files
 source_base=lib
 
-# additional standard files, particularly added by 
+# additional standard files, particularly added by
 # automake --add-missing
 build_aux=build-aux
 
@@ -45,6 +45,7 @@ gnulib_modules="
     vsnprintf
     stat
     stdbool-c99
+    stdckdint
     stdint
     sys_wait
 "
@@ -107,3 +108,12 @@ bootstrap_post_import_hook ()
   # Automake requires that ChangeLog exist.
   touch ChangeLog || return 1
 }
+
+##### Editor settings
+# Local Variables:
+# coding: latin-1
+# fill-column: 72
+# mode: text
+# version-control: never
+# End:
+# vim: set autoindent shiftwidth=2 textwidth=72:



reply via email to

[Prev in Thread] Current Thread [Next in Thread]