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> |
2002-08-01 Wakaba <w@suika.fam.cx> |
25 |
|
|
26 |
* Unstructured.pm: Rewritten. |
* Unstructured.pm: Rewritten. |
27 |
* Subject.pm: Likewise. Support Japanese government's |
* Subject.pm: Likewise. Support Japanese government's |
28 |
spam mail prefix if Perl has defined $^V (=~ has UTF-8 support). |
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> |
2002-07-30 Wakaba <w@suika.fam.cx> |
32 |
|
|