From 98deb4fad3bdc7986274feebac3f0f8a50fdce0a Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 1 May 2023 08:11:12 -0700 Subject: limits-h: port to pcc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * doc/posix-headers/limits.texi: Document the issue. * lib/limits.in.h (MB_LEN_MAX): New macro, if not already defined. * m4/limits-h.m4 (gl_LIMITS_H): Test for MB_LEN_MAX. * tests/test-limits-h.c: Check that it’s positive. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index e25324c3de..8f03557265 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2023-05-01 Paul Eggert + + limits-h: port to pcc + * doc/posix-headers/limits.texi: Document the issue. + * lib/limits.in.h (MB_LEN_MAX): New macro, if not already defined. + * m4/limits-h.m4 (gl_LIMITS_H): Test for MB_LEN_MAX. + * tests/test-limits-h.c: Check that it’s positive. + 2023-04-28 Paul Eggert year2038-recommended: new module -- cgit v1.2.1