]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
setlocale-null: Remove support for IRIX.
authorBruno Haible <bruno@clisp.org>
Wed, 10 Sep 2025 21:15:28 +0000 (23:15 +0200)
committerBruno Haible <bruno@clisp.org>
Wed, 10 Sep 2025 21:15:28 +0000 (23:15 +0200)
* m4/setlocale_null.m4 (gl_FUNC_SETLOCALE_NULL): Remove code for IRIX.

ChangeLog
m4/setlocale_null.m4

index 50c14e2355bec3b75b9944648e9e370db126e202..cf022d2d379e13750e2a940fc0806e6e6fb48951 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2025-09-10  Bruno Haible  <bruno@clisp.org>
 
+       setlocale-null: Remove support for IRIX.
+       * m4/setlocale_null.m4 (gl_FUNC_SETLOCALE_NULL): Remove code for IRIX.
+
        ptsname_r: Remove support for IRIX.
        * m4/ptsname_r.m4 (gl_PREREQ_PTSNAME_R): Remove cross-compilation guess
        for IRIX.
index 3c8b693ee57b51b806dd2169966df785e2d72e8d..bf2cf5892ce702389f71726f7d863fd392e8abb0 100644 (file)
@@ -1,5 +1,5 @@
 # setlocale_null.m4
-# serial 10
+# serial 11
 dnl Copyright (C) 2019-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,
@@ -32,8 +32,8 @@ AC_DEFUN_ONCE([gl_FUNC_SETLOCALE_NULL],
           [gl_cv_func_setlocale_null_all_mtsafe=yes],
           [gl_cv_func_setlocale_null_all_mtsafe=no])
         ;;
-       # Guess yes on glibc, HP-UX, IRIX, Solaris, native Windows.
-       *-gnu* | gnu* | hpux* | irix* | solaris* | mingw* | windows*)
+       # Guess yes on glibc, HP-UX, Solaris, native Windows.
+       *-gnu* | gnu* | hpux* | solaris* | mingw* | windows*)
          gl_cv_func_setlocale_null_all_mtsafe=yes ;;
        # If we don't know, obey --enable-cross-guesses.
        *)
@@ -63,8 +63,8 @@ AC_DEFUN_ONCE([gl_FUNC_SETLOCALE_NULL],
        # Guess no on OpenBSD, AIX.
        openbsd* | aix*)
          gl_cv_func_setlocale_null_one_mtsafe=no ;;
-       # Guess yes on glibc, musl libc, macOS, FreeBSD, NetBSD, HP-UX, IRIX, Solaris, Haiku, Cygwin, native Windows.
-       *-gnu* | gnu* | *-musl* | midipix* | darwin* | freebsd* | midnightbsd* | netbsd* | hpux* | irix* | solaris* | haiku* | cygwin* | mingw* | windows*)
+       # Guess yes on glibc, musl libc, macOS, FreeBSD, NetBSD, HP-UX, Solaris, Haiku, Cygwin, native Windows.
+       *-gnu* | gnu* | *-musl* | midipix* | darwin* | freebsd* | midnightbsd* | netbsd* | hpux* | solaris* | haiku* | cygwin* | mingw* | windows*)
          gl_cv_func_setlocale_null_one_mtsafe=yes ;;
        # If we don't know, obey --enable-cross-guesses.
        *)