]> git.eshelyaron.com Git - emacs.git/commit
Adjust to yesterday’s Gnulib nstrftime changes
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 16 Feb 2024 02:45:29 +0000 (18:45 -0800)
committerEshel Yaron <me@eshelyaron.com>
Tue, 20 Feb 2024 14:58:43 +0000 (15:58 +0100)
commit4a814f7036d0c2930eee6463c9d3e76b20e21122
tree7df333f3361b7c84dfb118a9b1721f075add1e6f
parente60b2ffbd6ec105c09d9ea7239c15fbf77dcb486
Adjust to yesterday’s Gnulib nstrftime changes

Bruno Haible fixed Gnulib so that nstrftime no longer requires
locking code, which means we no longer need to avoid localename.
However, nstrftime now requires localename-unsafe-limited which
pulls in some Gnulib-specific locale code, and it’s likely this
needs to be replaced with Emacs-specific locale code.  In the
meantime let’s continue to finess this by avoiding
localename-unsafe-limited.
* admin/merge-gnulib (AVOIDED_MODULES):
Avoid localename-unsafe-limited instead of localename.

(cherry picked from commit 37bb33dae791e5f59f1d0d27c0221db3b3b4c16d)
admin/merge-gnulib