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