diff options
Diffstat (limited to 'libiberty/ChangeLog')
-rw-r--r-- | libiberty/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/libiberty/ChangeLog b/libiberty/ChangeLog index 74e4161..81c247a 100644 --- a/libiberty/ChangeLog +++ b/libiberty/ChangeLog @@ -1,3 +1,21 @@ +2025-03-29 Iain Sandoe <iain@sandoe.co.uk> + + PR cobol/119283 + * Makefile.in: Add memrchr build rules. + * config.in: Regenerate. + * configure: Regenerate. + * configure.ac: Check for memrchr. + * functions.texi: Document memrchr. + * memrchr.c: New file. + +2025-03-25 Iain Sandoe <iain@sandoe.co.uk> + + PR other/119218 + * config.in: Regenerate. + * configure: Regenerate. + * configure.ac: Append <libgen.h> to AC_INCLUDES_DEFAULT + when checking for the 'basename' decl. + 2025-03-18 Jose E. Marchesi <jose.marchesi@oracle.com> * ldirname.c: New file. |