X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=README.Git;h=f101c058a8f60d252c25b73c86732a5f4c65a17d;hb=e45cdf7b0e1b1b9ef41df8ce91fe65e3f944ea61;hp=d8e31afed41c6bbc5ed4380b65626734ae0ff457;hpb=2c65382e3de53b460b074ac97a2dc21ead028e03;p=pspp diff --git a/README.Git b/README.Git index d8e31afed4..f101c058a8 100644 --- a/README.Git +++ b/README.Git @@ -9,7 +9,7 @@ following: * Automake 1.10 (or later). - * Gettext 0.17 (or later). + * Gettext 0.19 (or later). * GNU M4 1.4.9 (or later). @@ -36,14 +36,16 @@ 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 6ccfbb4ce5d4fa79f7afb48f3648f2e0401523c3 - Author: Paul Eggert - Date: Sat Nov 3 23:31:33 2018 -0700 - parse-datetime: simplify test for mktime failure + commit 1e972a8a37c153ddc15e604592f84f939eb3c2ad + Author: Bruno Haible + Date: Sat Jun 6 10:14:24 2020 +0200 + + calloc-gnu tests: Avoid a test failure with clang. + + * tests/test-calloc-gnu.c (main): Mark the pointer variable as + 'volatile', to defeat compiler optimizations. - * lib/parse-datetime.y (mktime_ok): Simplify. - Remove args TZ and T; no longer needed. Callers changed. To clone Gnulib into a directory named "gnulib" using Git, and then check out this particular commit, run these commands: