summaryrefslogtreecommitdiff
path: root/gnulib.modules
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2010-12-02 10:14:43 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2010-12-02 10:14:43 +0200
commit38d688c17f9545c032e22f117189b970e858697d (patch)
treed0ba9311b365c6b187205d43491c9c7eb2de834c /gnulib.modules
parent0fac46ab0e306070a46c5016cf2cf52c776c791c (diff)
downloadmailutils-38d688c17f9545c032e22f117189b970e858697d.tar.gz
mailutils-38d688c17f9545c032e22f117189b970e858697d.tar.bz2
Avoid using strtok(_r)
* 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.
Diffstat (limited to 'gnulib.modules')
-rw-r--r--gnulib.modules1
1 files changed, 0 insertions, 1 deletions
diff --git a/gnulib.modules b/gnulib.modules
index cedbcb7b5..b16179684 100644
--- a/gnulib.modules
+++ b/gnulib.modules
@@ -21,5 +21,4 @@ obstack
realloc
setenv
stdint
-strtok_r
xalloc

Return to:

Send suggestions and report system problems to the System administrator.