From: Chet Ramey Date: Fri, 4 Apr 2025 14:53:31 +0000 (-0400) Subject: minor updates for 8.3-rc1 releaes X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=10a0a06a6b51db5d6125ecd8f79c1c844dcfc845;p=thirdparty%2Freadline.git minor updates for 8.3-rc1 releaes --- diff --git a/aclocal.m4 b/aclocal.m4 index 7253f2c..bd59866 100644 --- a/aclocal.m4 +++ b/aclocal.m4 @@ -3,7 +3,7 @@ dnl Bash specific tests dnl dnl Some derived from PDKSH 5.1.3 autoconf tests dnl -dnl Copyright (C) 1987-2024 Free Software Foundation, Inc. +dnl Copyright (C) 1987-2025 Free Software Foundation, Inc. dnl dnl diff --git a/complete.c b/complete.c index 79026de..9abdede 100644 --- a/complete.c +++ b/complete.c @@ -1,6 +1,6 @@ /* complete.c -- filename completion for readline. */ -/* Copyright (C) 1987-2024 Free Software Foundation, Inc. +/* Copyright (C) 1987-2025 Free Software Foundation, Inc. This file is part of the GNU Readline Library (Readline), a library for reading lines of text with interactive input and history editing. diff --git a/config.h.in b/config.h.in index 06a7e47..71b051e 100644 --- a/config.h.in +++ b/config.h.in @@ -45,6 +45,8 @@ #undef ssize_t +#undef mode_t + #undef const #undef volatile diff --git a/configure b/configure index f3e20c5..94903e2 100755 --- a/configure +++ b/configure @@ -4932,6 +4932,18 @@ esac fi +ac_fn_c_check_type "$LINENO" "mode_t" "ac_cv_type_mode_t" "$ac_includes_default" +if test "x$ac_cv_type_mode_t" = xyes +then : + +else case e in #( + e) +printf "%s\n" "#define mode_t int" >>confdefs.h + ;; +esac +fi + + { printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking whether stat file-mode macros are broken" >&5 printf %s "checking whether stat file-mode macros are broken... " >&6; } if test ${ac_cv_header_stat_broken+y} @@ -7468,6 +7480,8 @@ fi { printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: $am_cv_langinfo_codeset" >&5 printf "%s\n" "$am_cv_langinfo_codeset" >&6; } if test $am_cv_langinfo_codeset = yes; then + printf "%s\n" "#define HAVE_NL_LANGINFO 1" >>confdefs.h + printf "%s\n" "#define HAVE_LANGINFO_CODESET 1" >>confdefs.h diff --git a/configure.ac b/configure.ac index b270ab7..e22e571 100644 --- a/configure.ac +++ b/configure.ac @@ -147,6 +147,8 @@ AC_C_VOLATILE AC_TYPE_SIZE_T AC_CHECK_TYPE(ssize_t, int) +AC_TYPE_MODE_T + AC_HEADER_STAT AC_HEADER_DIRENT diff --git a/display.c b/display.c index dcc5e80..021dc3f 100644 --- a/display.c +++ b/display.c @@ -1,6 +1,6 @@ /* display.c -- readline redisplay facility. */ -/* Copyright (C) 1987-2024 Free Software Foundation, Inc. +/* Copyright (C) 1987-2025 Free Software Foundation, Inc. This file is part of the GNU Readline Library (Readline), a library for reading lines of text with interactive input and history editing. diff --git a/doc/history.0 b/doc/history.0 index e532aba..1b94885 100644 --- a/doc/history.0 +++ b/doc/history.0 @@ -4,7 +4,7 @@ NNAAMMEE history - GNU History Library CCOOPPYYRRIIGGHHTT - The GNU History Library is Copyright (C) 1989-2024 by the Free Software + The GNU History Library is Copyright (C) 1989-2025 by the Free Software Foundation, Inc. DDEESSCCRRIIPPTTIIOONN @@ -532,4 +532,4 @@ BBUUGG RREEPPOORRTTSS Comments and bug reports concerning this manual page should be directed to _c_h_e_t_._r_a_m_e_y_@_c_a_s_e_._e_d_u. -GNU History 8.3 2024 November 29 _H_I_S_T_O_R_Y(3) +GNU History 8.3 2024 December 31 _H_I_S_T_O_R_Y(3) diff --git a/doc/history.dvi b/doc/history.dvi index 24cfd07..1cdf806 100644 Binary files a/doc/history.dvi and b/doc/history.dvi differ diff --git a/doc/history.html b/doc/history.html index e633f7e..62803d8 100644 --- a/doc/history.html +++ b/doc/history.html @@ -4,11 +4,11 @@