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