From 2f1eeb17bd95b40c9fa96e888aba7ebeec40fad6 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 5 Nov 2023 10:10:06 -0800 Subject: [PATCH] Upgrade to stable Gnulib branch stable-202307. Suggested by Bruno Haible. --- README.Git | 14 ++++++++++---- src/data/spreadsheet-reader.c | 1 + 2 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.Git b/README.Git index b666c06d81..86b46b9a85 100644 --- a/README.Git +++ b/README.Git @@ -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 - 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 at + . + + Cf . + + * 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: diff --git a/src/data/spreadsheet-reader.c b/src/data/spreadsheet-reader.c index 8528853abb..863df368b2 100644 --- a/src/data/spreadsheet-reader.c +++ b/src/data/spreadsheet-reader.c @@ -29,6 +29,7 @@ #include "gl/xalloc.h" #include "gl/c-xvasprintf.h" +#include "gl/intprops.h" struct spreadsheet * spreadsheet_ref (struct spreadsheet *s) -- 2.30.2