mbox

[PING,0/6] gconv configuration parsing cleanups

Message ID 0f580ce4-aa32-22af-d4c1-61858e5b40c0@gotplt.org
Headers

Message

Siddhesh Poyarekar June 16, 2021, 4:02 a.m. UTC
  Ping!

On 6/10/21 4:48 PM, Siddhesh Poyarekar via Libc-alpha wrote:
> This patchset consolidates the file parsing in gconv_conf and
> iconvconfig into a single file gconv_parseconfdir.  Also, add a NEWS
> item to mention gconv-modules.d since it is a user visible change.
> 
> Siddhesh Poyarekar (6):
>    iconv: Remove alloca use in gconv-modules configuration parsing
>    gconv_conf: Remove unused variables
>    gconv_conf: Split out configuration file processing
>    iconvconfig: Use common gconv module parsing function
>    Handle DT_UNKNOWN in gconv-modules.d
>    Add NEWS item for gconv-modules.d change
> 
>   NEWS                       |   6 ++
>   iconv/gconv_conf.c         | 137 ++----------------------------
>   iconv/gconv_parseconfdir.h | 170 +++++++++++++++++++++++++++++++++++++
>   iconv/iconvconfig.c        | 119 +++-----------------------
>   4 files changed, 195 insertions(+), 237 deletions(-)
>   create mode 100644 iconv/gconv_parseconfdir.h
>