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