Skip to content
  • This project
    • Loading...
  • Sign in

John McEleney / mailutils

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • mailutils
  • gnulib.modules
  • Sergey Poznyakoff's avatar
    Avoid using strtok(_r) · 38d688c1 ...
    38d688c1
    * TODO: Update.
    * gnulib.modules: Remove strtok_r
    * imap4d/auth_gsasl.c (auth_gsasl_capa_init): Use mu_wordsplit instead
    of strtok.
    * imap4d/imap4d.h (strtok_r): Remove declaration.
    * lib/mailcap.c (mime_context) <no_ask_str>: Remove. All uses updated.
    (mime_context_fill): Use mu_wordsplit instead
    of strtok.
    (mime_context_write_input): Tolerate ENOSYS return from mu_stream_seek.
    (display_stream_mailcap): Use mu_wordsplit instead
    of strtok.
    * libmailutils/diag/gdebug.c (mu_debug_level_from_string)
    (mu_global_debug_from_string): Use mu_wordsplit instead of strtok.
    * libmu_cfg/sieve.c (_add_path): Likewise.
    * libmu_sieve/extensions/list.c: Likewise.
    * mail/escape.c (quote0): Likewise.
    
    * mail/util.c (util_header_expand): Likewise.
    (util_rfc2047_decode): Use mu_parse_lc_all.
    * mh/mh_init.c (mh_charset): Use mu_parse_lc_all.
    * frm/common.c (get_charset): Use mu_parse_lc_all.
    
    * libmailutils/base/lcall.c: New file.
    * libmailutils/base/Makefile.am (libbase_la_SOURCES): Add lcall.c
    * libmailutils/string/strlst.c: New file.
    * libmailutils/string/Makefile.am (libstring_la_SOURCES): Add strlst.c.
    * include/mailutils/cstr.h: Include mailutils/types.h
    (mu_string_split): New proto.
    * include/mailutils/nls.h (MU_LC_LANG, MU_LC_TERR)
    (MU_LC_CSET,MU_LC_MOD): New flags.
    (mu_lc_all): New struct.
    (mu_parse_lc_all, mu_lc_all_free): New protos.
    (mu_charset_lookup): New proto (from util.h).
    * include/mailutils/util.h (mu_charset_lookup): Move to nls.h
    
    * libmailutils/base/tempfile.c (mu_tempname): Shut up compiler
    warning.
    Sergey Poznyakoff authored 2010-12-02 10:14:43 +0200
gnulib.modules 339 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
# List of gnulib modules needed for GNU mailutils.
# A module name per line. Empty lines and comments are ignored.

# FIXME: fnmatch, regex and glob are used by libmailutils...

alloca
autobuild
argp
crypto/des
getline
gettext
gitlog-to-changelog
intprops
inttostr
malloc
mbchar
mbiter
mbslen
mbswidth
obstack
realloc
setenv
stdint
xalloc