- 18 Jan, 2003 12 commits
-
-
-
(util_is_ofile): Removed. (util_is_master): New. (imap4d_deinit_tls_server): Removed.
Sergey Poznyakoff authored -
-
-
-
-
(stream_sequential_read,stream_sequential_readline) (stream_sequential_write): New functions for sequential access to stream. (stream_strerror): New function. Return stream-specific error description (if any).
Sergey Poznyakoff authored -
Added new member `offset' for support of sequential access functions. (_strerror): New method. Return stream-specific error description (if any).
Sergey Poznyakoff authored -
(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 18 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 -
-
-