]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
*printf-posix: Remove support for OSF/1.
authorBruno Haible <bruno@clisp.org>
Tue, 9 Sep 2025 10:44:39 +0000 (12:44 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 9 Sep 2025 10:44:39 +0000 (12:44 +0200)
* m4/printf.m4 (gl_PRINTF_ENOMEM, gl_SNPRINTF_TRUNCATION_C99,
gl_SNPRINTF_DIRECTIVE_N): Remove cross-compilation guesses for OSF/1.

ChangeLog
m4/printf.m4

index 9d1a4e59f1813aee501d28e1e1d1d01adc54eed9..40507fafe123570ec3cbf8d7126c7cbac7d4b5c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2025-09-09  Bruno Haible  <bruno@clisp.org>
 
+       *printf-posix: Remove support for OSF/1.
+       * m4/printf.m4 (gl_PRINTF_ENOMEM, gl_SNPRINTF_TRUNCATION_C99,
+       gl_SNPRINTF_DIRECTIVE_N): Remove cross-compilation guesses for OSF/1.
+
        physmem: Remove support for OSF/1.
        * lib/physmem.c: Don't include <machine/hal_sysinfo.h>, <sys/table.h>.
        (physmem_total, physmem_claimable): Remove code for OSF/1.
index d48b8922949eeb9a75567dcd6ed6a3805a66b20d..38c059e84fc17745276518a850737f38582c1d22 100644 (file)
@@ -1,5 +1,5 @@
 # printf.m4
-# serial 96
+# serial 97
 dnl Copyright (C) 2003, 2007-2025 Free Software Foundation, Inc.
 dnl This file is free software; the Free Software Foundation
 dnl gives unlimited permission to copy and/or distribute it,
@@ -1591,8 +1591,6 @@ changequote(,)dnl
                            ;;
                            # Guess yes on IRIX.
           irix*)           gl_cv_func_printf_enomem="guessing yes";;
-                           # Guess yes on OSF/1.
-          osf*)            gl_cv_func_printf_enomem="guessing yes";;
                            # Guess yes on BeOS.
           beos*)           gl_cv_func_printf_enomem="guessing yes";;
                            # Guess yes on Haiku.
@@ -1686,9 +1684,6 @@ changequote(,)dnl
            hpux*)                gl_cv_func_snprintf_truncation_c99="guessing yes";;
                                  # Guess yes on IRIX >= 6.5.
            irix6.5)              gl_cv_func_snprintf_truncation_c99="guessing yes";;
-                                 # Guess yes on OSF/1 >= 5.
-           osf[3-4]*)            gl_cv_func_snprintf_truncation_c99="guessing no";;
-           osf*)                 gl_cv_func_snprintf_truncation_c99="guessing yes";;
                                  # Guess yes on NetBSD >= 3.
            netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*)
                                  gl_cv_func_snprintf_truncation_c99="guessing no";;
@@ -1901,9 +1896,6 @@ changequote(,)dnl
            aix*)                 gl_cv_func_snprintf_directive_n="guessing yes";;
                                  # Guess yes on IRIX >= 6.5.
            irix6.5)              gl_cv_func_snprintf_directive_n="guessing yes";;
-                                 # Guess yes on OSF/1 >= 5.
-           osf[3-4]*)            gl_cv_func_snprintf_directive_n="guessing no";;
-           osf*)                 gl_cv_func_snprintf_directive_n="guessing yes";;
                                  # Guess yes on NetBSD >= 3.
            netbsd[1-2]* | netbsdelf[1-2]* | netbsdaout[1-2]* | netbsdcoff[1-2]*)
                                  gl_cv_func_snprintf_directive_n="guessing no";;