2025-09-09 Bruno Haible <bruno@clisp.org>
+ 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.
# 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,
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])
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.
*)