1 |
wakaba |
1.19 |
2008-11-10 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
|
|
* URIReference.pm (is_relative_iri_reference_3987): Escapes in |
4 |
|
|
$ucschar was not expanded. |
5 |
|
|
|
6 |
wakaba |
1.17 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
7 |
|
|
|
8 |
wakaba |
1.18 |
* Makefile: Relative path was wrong. |
9 |
|
|
|
10 |
|
|
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
|
12 |
wakaba |
1.17 |
* URIReference.pod: New documentation. |
13 |
|
|
|
14 |
|
|
* Makefile: Renewed. |
15 |
|
|
|
16 |
wakaba |
1.16 |
2007-07-16 Wakaba <wakaba@suika.fam.cx> |
17 |
|
|
|
18 |
|
|
* URIReference.pm: Don't throw exception if read-only |
19 |
|
|
attribute is tried to set. |
20 |
|
|
|
21 |
wakaba |
1.15 |
2007-06-13 Wakaba <wakaba@suika.fam.cx> |
22 |
|
|
|
23 |
|
|
* URIReference.pm (Message::IF::URIReference): |
24 |
|
|
Renamed from |Message::DOM::IF::URIReference|. |
25 |
|
|
|
26 |
wakaba |
1.14 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
|
28 |
|
|
* URIReference.pm (___report_error): New method. |
29 |
|
|
|
30 |
wakaba |
1.12 |
2007-05-22 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
|
32 |
wakaba |
1.13 |
* URIReference.pm: Now this module defines a |
33 |
|
|
class |Message::URI::URIReference| as well as |
34 |
|
|
a method addition to |Message::DOM::DOMImplementation|. |
35 |
|
|
It no longer depends on |Message::DOM::DOMCore|. |
36 |
|
|
(get_iri_reference_3987): Don't use |chr|, use |pack| |
37 |
|
|
instead, to avoid a byte string is eventually converted to |
38 |
|
|
a utf8 string. |
39 |
|
|
|
40 |
|
|
2007-05-22 Wakaba <wakaba@suika.fam.cx> |
41 |
|
|
|
42 |
wakaba |
1.12 |
* URIReference.pm: New module (copy of |Generic.pm|). |
43 |
|
|
|
44 |
wakaba |
1.9 |
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
45 |
|
|
|
46 |
wakaba |
1.11 |
* Generic.dis: |For| specifications are removed. |
47 |
|
|
|
48 |
|
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
49 |
|
|
|
50 |
wakaba |
1.10 |
* Generic.dis: |WithFor| and |DefaultFor| are removed. |
51 |
|
|
|
52 |
|
|
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
53 |
|
|
|
54 |
wakaba |
1.9 |
* Generic.dis (Require): Reference to the |ManakaiDOM:ManakaiDOM| |
55 |
|
|
mode is removed. |
56 |
|
|
|
57 |
wakaba |
1.8 |
2006-11-04 Wakaba <wakaba@suika.fam.cx> |
58 |
|
|
|
59 |
|
|
* Generic.dis (URIImplementation): It no |
60 |
|
|
longer inherits the |MinimumImplementation|; it |
61 |
|
|
is now expected to be implemented by |DOMImplementation| |
62 |
|
|
objects. |
63 |
|
|
|
64 |
wakaba |
1.7 |
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
65 |
|
|
|
66 |
|
|
* .cvsignore: Updated. |
67 |
|
|
|
68 |
wakaba |
1.6 |
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
69 |
|
|
|
70 |
|
|
* Makefile (clean-db): New rule. |
71 |
|
|
|
72 |
wakaba |
1.5 |
2006-03-12 Wakaba <wakaba@suika.fam.cx> |
73 |
|
|
|
74 |
|
|
* Generic.pm: Added to the CVS repository since |
75 |
|
|
it is referenced from |../DOM/DOMCore.pm| and therefore |
76 |
|
|
it is required to execute the |daf| script. |
77 |
|
|
|
78 |
wakaba |
1.4 |
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
79 |
|
|
|
80 |
|
|
* Generic.dis (MURI:): Typos are fixed. |
81 |
|
|
|
82 |
wakaba |
1.3 |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
83 |
|
|
|
84 |
|
|
* Generic.dis (new): New method. |
85 |
|
|
|
86 |
wakaba |
1.1 |
2006-03-01 Wakaba <wakaba@suika.fam.cx> |
87 |
|
|
|
88 |
wakaba |
1.2 |
* Generic.dis: Most of codes are rewritten using public domain example |
89 |
|
|
implementation <http://www.gbiv.com/protocols/uri/rev-2002/uri_test.pl>. |
90 |
|
|
|
91 |
|
|
2006-03-01 Wakaba <wakaba@suika.fam.cx> |
92 |
|
|
|
93 |
wakaba |
1.1 |
* ChangeLog: New file. |
94 |
|
|
|
95 |
|
|
* Generic.dis: New module. |
96 |
|
|
|
97 |
|
|
* Makefile: New file. |
98 |
|
|
|
99 |
|
|
|