From: Bruno Haible Date: Tue, 9 Sep 2025 10:49:18 +0000 (+0200) Subject: wcrtomb: Remove support for OSF/1. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d3e683cb170d6dd692bab034bed560fc4dd5387;p=thirdparty%2Fgnulib.git wcrtomb: Remove support for OSF/1. * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Remove cross-compilation guess for OSF/1. --- diff --git a/ChangeLog b/ChangeLog index 2ddd75dc0f..09c15f08b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2025-09-09 Bruno Haible + wcrtomb: Remove support for OSF/1. + * m4/wcrtomb.m4 (gl_FUNC_WCRTOMB): Remove cross-compilation guess for + OSF/1. + vma-iter: Remove support for OSF/1. * lib/vma-iter.h (VMA_ITERATE_SUPPORTED): Don't define on OSF/1. * lib/vma-iter.c: Remove code for OSF/1. diff --git a/m4/wcrtomb.m4 b/m4/wcrtomb.m4 index 9153017684..4d8dd19eae 100644 --- a/m4/wcrtomb.m4 +++ b/m4/wcrtomb.m4 @@ -1,5 +1,5 @@ # wcrtomb.m4 -# serial 21 +# serial 22 dnl Copyright (C) 2008-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, @@ -33,7 +33,7 @@ AC_DEFUN([gl_FUNC_WCRTOMB], dnl fi if test $REPLACE_WCRTOMB = 0; then dnl On Android 4.3, wcrtomb produces wrong characters in the C locale. - dnl On AIX 4.3, OSF/1 5.1 and Solaris <= 11.3, wcrtomb (NULL, 0, NULL) + dnl On AIX 4.3 and Solaris <= 11.3, wcrtomb (NULL, 0, NULL) dnl sometimes returns 0 instead of 1. AC_REQUIRE([AC_PROG_CC]) AC_REQUIRE([gt_LOCALE_FR]) @@ -83,8 +83,8 @@ int main () dnl is present. changequote(,)dnl case "$host_os" in - # Guess no on AIX 4, OSF/1, Solaris, native Windows. - aix4* | osf* | solaris* | mingw* | windows*) + # Guess no on AIX 4, Solaris, native Windows. + aix4* | solaris* | mingw* | windows*) gl_cv_func_wcrtomb_retval="guessing no" ;; # Guess yes otherwise. *)