1 |
|
2002-12-28 Wakaba <w@suika.fam.cx> |
2 |
|
|
3 |
|
* UA.pm (replace_system_version): 'WindowsNT' is changed to 'Windows NT'. |
4 |
|
(pod:DESCRIPTION): New section. |
5 |
|
|
6 |
|
2002-11-03 Wakaba <w@suika.fam.cx> |
7 |
|
|
8 |
|
* UA.pm: |
9 |
|
- (replace_system_version): New. |
10 |
|
- (add_our_name): Separate 'os' to replace_system_version. |
11 |
|
|
12 |
|
2002-08-29 Wakaba <w@suika.fam.cx> |
13 |
|
|
14 |
|
* Date.pm: |
15 |
|
- (%MONTH): Japanese month names are removed. (I wish |
16 |
|
those will be reintroduced in future version of this module.) |
17 |
|
- (stringify): New options: '-format_macros', '-format_parameters'. |
18 |
|
|
19 |
|
2002-08-05 Wakaba <w@suika.fam.cx> |
20 |
|
|
21 |
|
* Date.pm: |
22 |
|
- (stringify): Use Message::Util::sprintxf instead of _date2str. |
23 |
|
- (date2str, -fmt2str): Removed. |
24 |
|
- (%FMT2STR): New hash. |
25 |
|
- (%MONTH): Experimental support of Japanese month names |
26 |
|
(require utf8 support of perl 5.7.3 or later). |
27 |
|
* Domain.pm (parse): Allow FWS surrounding the port number. |
28 |
|
|
29 |
|
2002-08-04 Wakaba <w@suika.fam.cx> |
30 |
|
|
31 |
|
* Warning.pm: New module. |
32 |
|
* CSV.pm (_delete_empty): Don't remove reference |
33 |
|
if the length of its stringified value is zero. |
34 |
|
* Domain.pm: Parse and output port number if enabled by option. |
35 |
|
* Date.pm (overload '==', '<=', '>='): Added. |
36 |
|
|
37 |
|
2002-08-03 Wakaba <w@suika.fam.cx> |
38 |
|
|
39 |
|
* Status.pm: New module. |
40 |
|
* URI.pm: Support RFC 1808's Base: field. |
41 |
|
|
42 |
2002-08-01 Wakaba <w@suika.fam.cx> |
2002-08-01 Wakaba <w@suika.fam.cx> |
43 |
|
|
44 |
* Unstructured.pm: Rewritten. |
* Unstructured.pm: Rewritten. |
45 |
* Subject.pm: Likewise. Support Japanese government's |
* Subject.pm: Likewise. Support Japanese government's |
46 |
spam mail prefix if Perl has defined $^V (=~ has UTF-8 support). |
spam mail prefix if Perl has defined $^V (=~ has UTF-8 support). |
47 |
|
* CSV.pm: Reformatted. |
48 |
|
|
49 |
2002-07-30 Wakaba <w@suika.fam.cx> |
2002-07-30 Wakaba <w@suika.fam.cx> |
50 |
|
|