Upgrade to stable Gnulib branch stable-202307.
authorBen Pfaff <blp@cs.stanford.edu>
Sun, 5 Nov 2023 18:10:06 +0000 (10:10 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Sun, 5 Nov 2023 18:10:06 +0000 (10:10 -0800)
Suggested by Bruno Haible.

README.Git
src/data/spreadsheet-reader.c

index b666c06d816c1cd0150779d68245204278b9a4b6..86b46b9a85ff1263afaf00d0dac4e696979d61c8 100644 (file)
@@ -36,13 +36,19 @@ This version of PSPP should work with the Gnulib commit shown below.
 Gnulib does not maintain a stable API or ABI, so it is possible that
 PSPP will not work with older or newer versions of Gnulib.
 
- commit ff24917703530849f3b109905d437337cdeeab14
+ commit 46939413bcaceadc997374673db9577151c48d2c (origin/stable-202307)
  Author: Bruno Haible <bruno@clisp.org>
- Date:   Fri Jun 3 17:46:27 2022 +0200
+ Date:   Tue Oct 3 00:28:31 2023 +0200
 
-     setlocale: Update after Turkey changed its name.
+     localename, gettext: Avoid crash on macOS 14.
 
-     * lib/setlocale.c: Update comments.
+     Reported by Shupeng Xue <dspxue@gmail.com> at
+     <https://lists.gnu.org/archive/html/bug-gettext/2023-10/msg00001.html>.
+
+     Cf <https://github.com/aria2/aria2/issues/2083#issuecomment-1694662007>.
+
+     * m4/intlmacosx.m4 (gt_INTL_MACOSX): Link with the CoreServices
+     framework in addition to the CoreFoundation framework.
 
 To clone Gnulib into a directory named "gnulib" using Git, and then
 check out this particular commit, run these commands:
index 8528853abb45a461e6769a383b5ac09a54f28f3d..863df368b2502270caa654795057a213bbc4072b 100644 (file)
@@ -29,6 +29,7 @@
 
 #include "gl/xalloc.h"
 #include "gl/c-xvasprintf.h"
+#include "gl/intprops.h"
 
 struct spreadsheet *
 spreadsheet_ref (struct spreadsheet *s)