1 |
|
2002-08-05 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* Date.pm: |
4 |
|
- (stringify): Use Message::Util::sprintxf instead of _date2str. |
5 |
|
- (date2str, -fmt2str): Removed. |
6 |
|
- (%FMT2STR): New hash. |
7 |
|
- (%MONTH): Experimental support of Japanese month names |
8 |
|
(require utf8 support of perl 5.7.3 or later). |
9 |
|
* Domain.pm (parse): Allow FWS surrounding the port number. |
10 |
|
|
11 |
|
2002-08-04 Wakaba <w@suika.fam.cx> |
12 |
|
|
13 |
|
* Warning.pm: New module. |
14 |
|
* CSV.pm (_delete_empty): Don't remove reference |
15 |
|
if the length of its stringified value is zero. |
16 |
|
* Domain.pm: Parse and output port number if enabled by option. |
17 |
|
* Date.pm (overload '==', '<=', '>='): Added. |
18 |
|
|
19 |
|
2002-08-03 Wakaba <w@suika.fam.cx> |
20 |
|
|
21 |
|
* Status.pm: New module. |
22 |
|
* URI.pm: Support RFC 1808's Base: field. |
23 |
|
|
24 |
|
2002-08-01 Wakaba <w@suika.fam.cx> |
25 |
|
|
26 |
|
* Unstructured.pm: Rewritten. |
27 |
|
* Subject.pm: Likewise. Support Japanese government's |
28 |
|
spam mail prefix if Perl has defined $^V (=~ has UTF-8 support). |
29 |
|
* CSV.pm: Reformatted. |
30 |
|
|
31 |
|
2002-07-30 Wakaba <w@suika.fam.cx> |
32 |
|
|
33 |
|
* UA.pm: |
34 |
|
- (add, replace, item, delete): Reimplemented (or newly |
35 |
|
implemented) by standard Message::Field::Structured method. |
36 |
|
- (product, product_name, product_version, product_comment): |
37 |
|
Removed. (Use item method instead.) |
38 |
|
- (parse): Use robust regex instead of strict usefor |
39 |
|
format regex. (Accept bare non-token characters |
40 |
|
as far as possible.) |
41 |
|
|
42 |
|
2002-07-28 Wakaba <w@suika.fam.cx> |
43 |
|
|
44 |
|
* UA.pm (add_rcs, replace_rcs): New methods. |
45 |
|
|
46 |
2002-07-22 Wakaba <w@suika.fam.cx> |
2002-07-22 Wakaba <w@suika.fam.cx> |
47 |
|
|
48 |
* XMoe.pm (_decode_parameters): Don't push 'of' pseudo |
* XMoe.pm (_decode_parameters): Don't push 'of' pseudo |