Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Links to stable: | (view) (download) (annotate) |
Sticky Tag: |
2002-08-05 Wakaba <w@suika.fam.cx> * Util.pm: - (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string instead of Message::Util::unquote_if_quoted_string. - (Message::Util::Wide): New package. - (%Message::Util::Wide::REG): New hash. - (Message::Util::unquote_if_quoted_string): New function. - NOTE: "Wide" package is created to support utf8 string of perl 5.7.3 or later. Utf8 string does not work only for [\x00-\xFF] regex of current functions, and this regex is used as (?:.|\x0D|\x0A). (Without 's' option, "." does not match with newline character.) When we can do away problematic code from all Message::* modules, we can also do away "Wide" package.
2002-08-05 Wakaba <w@suika.fam.cx> * Util.pm: - (sprintxf): Use Message::Util::Wide::unquote_if_quoted_string instead of Message::Util::unquote_if_quoted_string. - (Message::Util::Wide): New package. - (%Message::Util::Wide::REG): New hash. - (Message::Util::unquote_if_quoted_string): New function. - NOTE: "Wide" package is created to support utf8 string of perl 5.7.3 or later. Utf8 string does not work only for [\x00-\xFF] regex of current functions, and this regex is used as (?:.|\x0D|\x0A). (Without 's' option, "." does not match with newline character.) When we can do away problematic code from all Message::* modules, we can also do away "Wide" package.
2002-08-01 Wakaba <w@suika.fam.cx> * Unstructured.pm: Rewritten. * Subject.pm: Likewise. Support Japanese government's spam mail prefix if Perl has defined $^V (=~ has UTF-8 support). * CSV.pm: Reformatted.
2002-08-01 Wakaba <w@suika.fam.cx> * Unstructured.pm: Rewritten. * Subject.pm: Likewise. Support Japanese government's spam mail prefix if Perl has defined $^V (=~ has UTF-8 support).
2002-07-13 Wakaba <w@suika.fam.cx> * Util.pm: - (get_host_fqdn): New function. - (%OPTION): New hash. * Entity.pm (stringify): Pass 'format' option to the body (when stringify'ing it) with -parent_format option, instead of -format option.
2002-06-29 Wakaba <w@suika.fam.cx> * ContentType.pm, Params.pm, ValueParams.pm, XMoe.pm: Rewritten.
2002-06-23 Wakaba <w@suika.fam.cx> * AngleQuoted.pm (%REG): Don't define regex locally. (Moved to Message::Util). * ContentType.pm, Date.pm, UA.pm, ValueParams.pm: Fix some codes not to be warned as 'Use of uninitialized value'. * Structured.pm (header_default_charset, header_default_charset_input): New options.
2002-04-13 wakaba <w@suika.fam.cx> * Path.pm: Reformed.
2002-03-31 wakaba <w@suika.fam.cx> * URI.pm: New module.
2002-03-25 wakaba <w@suika.fam.cx> * Address.pm, CSV.pm, Params.pm, Unstructured.pm, ValueParams.pm: Call hook function for character code convertion and decoding encoded-word when parse or stringify.
2002-03-23 wakaba <w@suika.fam.cx> * Params.pm, ContentType.pm, ContentDisposition.pm: New files.
2002-03-20 wakaba <w@suika.fam.cx> * MsgID.pm, Received.pm, Subject.pm: New modules. * MsgID/: New directory.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |