1 |
|
2002-11-03 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* UA.pm: |
4 |
|
- (replace_system_version): New. |
5 |
|
- (add_our_name): Separate 'os' to replace_system_version. |
6 |
|
|
7 |
|
2002-08-29 Wakaba <w@suika.fam.cx> |
8 |
|
|
9 |
|
* Date.pm: |
10 |
|
- (%MONTH): Japanese month names are removed. (I wish |
11 |
|
those will be reintroduced in future version of this module.) |
12 |
|
- (stringify): New options: '-format_macros', '-format_parameters'. |
13 |
|
|
14 |
|
2002-08-05 Wakaba <w@suika.fam.cx> |
15 |
|
|
16 |
|
* Date.pm: |
17 |
|
- (stringify): Use Message::Util::sprintxf instead of _date2str. |
18 |
|
- (date2str, -fmt2str): Removed. |
19 |
|
- (%FMT2STR): New hash. |
20 |
|
- (%MONTH): Experimental support of Japanese month names |
21 |
|
(require utf8 support of perl 5.7.3 or later). |
22 |
|
* Domain.pm (parse): Allow FWS surrounding the port number. |
23 |
|
|
24 |
|
2002-08-04 Wakaba <w@suika.fam.cx> |
25 |
|
|
26 |
|
* Warning.pm: New module. |
27 |
|
* CSV.pm (_delete_empty): Don't remove reference |
28 |
|
if the length of its stringified value is zero. |
29 |
|
* Domain.pm: Parse and output port number if enabled by option. |
30 |
|
* Date.pm (overload '==', '<=', '>='): Added. |
31 |
|
|
32 |
|
2002-08-03 Wakaba <w@suika.fam.cx> |
33 |
|
|
34 |
|
* Status.pm: New module. |
35 |
|
* URI.pm: Support RFC 1808's Base: field. |
36 |
|
|
37 |
|
2002-08-01 Wakaba <w@suika.fam.cx> |
38 |
|
|
39 |
|
* Unstructured.pm: Rewritten. |
40 |
|
* Subject.pm: Likewise. Support Japanese government's |
41 |
|
spam mail prefix if Perl has defined $^V (=~ has UTF-8 support). |
42 |
|
* CSV.pm: Reformatted. |
43 |
|
|
44 |
|
2002-07-30 Wakaba <w@suika.fam.cx> |
45 |
|
|
46 |
|
* UA.pm: |
47 |
|
- (add, replace, item, delete): Reimplemented (or newly |
48 |
|
implemented) by standard Message::Field::Structured method. |
49 |
|
- (product, product_name, product_version, product_comment): |
50 |
|
Removed. (Use item method instead.) |
51 |
|
- (parse): Use robust regex instead of strict usefor |
52 |
|
format regex. (Accept bare non-token characters |
53 |
|
as far as possible.) |
54 |
|
|
55 |
|
2002-07-28 Wakaba <w@suika.fam.cx> |
56 |
|
|
57 |
|
* UA.pm (add_rcs, replace_rcs): New methods. |
58 |
|
|
59 |
|
2002-07-22 Wakaba <w@suika.fam.cx> |
60 |
|
|
61 |
|
* XMoe.pm (_decode_parameters): Don't push 'of' pseudo |
62 |
|
parameter to @$param before SUPER::_decode_parameters. |
63 |
|
(To prevent its value from being reinterpreted incorrectly |
64 |
|
and so being broken.) (Giving also 'section_no' to the hash |
65 |
|
and passing to SUPER::_decode_parameters was another way |
66 |
|
to do it.) |
67 |
|
* UA.pm (add_our_name): Undef $@ after eval of use Config |
68 |
|
and use Win32. |
69 |
|
|
70 |
2002-07-21 Wakaba <w@suika.fam.cx> |
2002-07-21 Wakaba <w@suika.fam.cx> |
71 |
|
|
72 |
* Structured.pm (_parse_value): Inherit header_default_charset, |
* Structured.pm (_parse_value): Inherit header_default_charset, |