Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Links to HEAD: | (view) (download) (annotate) |
Sticky Tag: |
Minor changes
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-07-30 Wakaba <w@suika.fam.cx> * UA.pm: - (add, replace, item, delete): Reimplemented (or newly implemented) by standard Message::Field::Structured method. - (product, product_name, product_version, product_comment): Removed. (Use item method instead.) - (parse): Use robust regex instead of strict usefor format regex. (Accept bare non-token characters as far as possible.)
2002-07-28 Wakaba <w@suika.fam.cx> * UA.pm (add_rcs, replace_rcs): New methods.
2002-07-22 Wakaba <w@suika.fam.cx> * XMoe.pm (_decode_parameters): Don't push 'of' pseudo parameter to @$param before SUPER::_decode_parameters. (To prevent its value from being reinterpreted incorrectly and so being broken.) (Giving also 'section_no' to the hash and passing to SUPER::_decode_parameters was another way to do it.)
2002-07-13 Wakaba <w@suika.fam.cx> * MDNDisposition.pm, ReportingUA.pm: New modules.
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-06-16 wakaba <w@suika.fam.cx> * MsgID.pm: Check '.test' reserved TLD if '-validate'. * UA.pm (add_our_name): New method (moved from Message::Entity).
2002-04-13 wakaba <w@suika.fam.cx> * Path.pm: Reformed.
2002-04-06 wakaba <w@suika.fam.cx> * UA.pm: Reformed.
2002-03-31 wakaba <w@suika.fam.cx> * URI.pm: New module. * Numval.pm: Likewise.
2002-03-31 wakaba <w@suika.fam.cx> * URI.pm: New module.
2002-03-26 wakaba <w@suika.fam.cx> * UA.pm: New module.
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 |