commit | ef2f457f0b409da5a682fc3387d7dbeb55147483 | [log] [tgz] |
---|---|---|
author | Bruno Haible <bruno@clisp.org> | Sun Dec 15 10:37:13 2024 +0100 |
committer | Bruno Haible <bruno@clisp.org> | Sun Dec 15 12:53:15 2024 +0100 |
tree | 5aa91c11ac50a13eada1349fa74c1dac7f66d506 | |
parent | 14d04cdae22386c06e67b9667452f798f4da4255 [diff] |
Support multiple suffixes in iconv_open, like glibc does. * lib/iconv_open1.h: Use a loop when looking for the common suffixes. * tests/test-discard.c: New file. * tests/Makefile.in (check): Run test-discard. (test-discard, test-discard.@OBJEXT@): New targets. (clean): Remove test-discard. (SOURCE_FILES): Add test-discard.c. * NEWS: Mention the change.