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