commit | cf10b545b7e3cc88dc4bbb7eba989e55941b12b5 | [log] [tgz] |
---|---|---|
author | Bruno Haible <bruno@clisp.org> | Sat May 31 00:29:46 2025 +0200 |
committer | Bruno Haible <bruno@clisp.org> | Sat May 31 00:29:46 2025 +0200 |
tree | b668d10094485669a5025e2a71bcca8329f7cc90 | |
parent | d53c2baf6a8b540dca0049e97bc43b499ea1606a [diff] |
Document the 'const char **' vs. 'char **' problem. Reported by Braden Ganetsky <braden.ganetsky@gmail.com> in <https://lists.gnu.org/archive/html/bug-gnu-libiconv/2025-05/msg00003.html>. * man/iconv.3 (SYNOPSIS, CONFORMING TO): List also the POSIX-compatible declaration. Explain the background. Mention AM_ICONV.