[PATCH v2 0/6] gconv configuration parsing cleanups

Siddhesh Poyarekar siddhesh@sourceware.org
Tue Jun 22 05:11:56 GMT 2021


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.

Changes from v1:

- Updated 4/6 to fix dirlen increment and add unused attribute.

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                       |   8 ++
 iconv/gconv_conf.c         | 142 ++-----------------------------
 iconv/gconv_parseconfdir.h | 168 +++++++++++++++++++++++++++++++++++++
 iconv/iconvconfig.c        | 123 +++------------------------
 4 files changed, 197 insertions(+), 244 deletions(-)
 create mode 100644 iconv/gconv_parseconfdir.h

-- 
2.31.1



More information about the Libc-alpha mailing list