- 18 Jan, 2003 3 commits
-
-
(file_stream_create): Register strerror function. (stdio_stream_create): Enable caching only if the file is not seekable and MU_STREAM_SEEKABLE bit is set in flags. Register different sets of (read,readline,write) handlers depending on the setting of MU_STREAM_SEEKABLE bit.
Sergey Poznyakoff authored -
(tls_stream_create): New declaration. (mu_check_tls_environment, mu_init_tls_libs) (mu_deinit_tls_libs): Added prototypes.
Sergey Poznyakoff authored -
(stream_sequential_read,stream_sequential_readline) (stream_sequential_write,stream_strerror): New functions.
Sergey Poznyakoff authored
-
- 17 Jan, 2003 10 commits
-
-
- 16 Jan, 2003 20 commits
-
-
-
-
-
-
-
-
-
-
-
-
-
-
to expand old-style options to their double-dash equivalents. (mh_argv_preproc): New function. Preprocess the argv array.
Sergey Poznyakoff authored -
(parse_opt,mh_argp_parse): Rewritten. Argument parsing goes in two stages: first any old-style mh arguments are expanded to corresponding GNU long options, then argp_parse is run over the constructed argv array.
Sergey Poznyakoff authored -
-
-
(make_in_reply_to,make_references): Rewritten using new rfc2822 functions.
Sergey Poznyakoff authored -
-
- 15 Jan, 2003 7 commits
-
-