| 1 |
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 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
| 7 |
|
| 8 |
* Makefile: Relative path was wrong. |
| 9 |
|
| 10 |
2007-08-25 Wakaba <wakaba@suika.fam.cx> |
| 11 |
|
| 12 |
* URIReference.pod: New documentation. |
| 13 |
|
| 14 |
* Makefile: Renewed. |
| 15 |
|
| 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 |
2007-06-13 Wakaba <wakaba@suika.fam.cx> |
| 22 |
|
| 23 |
* URIReference.pm (Message::IF::URIReference): |
| 24 |
Renamed from |Message::DOM::IF::URIReference|. |
| 25 |
|
| 26 |
2007-05-26 Wakaba <wakaba@suika.fam.cx> |
| 27 |
|
| 28 |
* URIReference.pm (___report_error): New method. |
| 29 |
|
| 30 |
2007-05-22 Wakaba <wakaba@suika.fam.cx> |
| 31 |
|
| 32 |
* 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 |
* URIReference.pm: New module (copy of |Generic.pm|). |
| 43 |
|
| 44 |
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
| 45 |
|
| 46 |
* Generic.dis: |For| specifications are removed. |
| 47 |
|
| 48 |
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
| 49 |
|
| 50 |
* Generic.dis: |WithFor| and |DefaultFor| are removed. |
| 51 |
|
| 52 |
2006-12-30 Wakaba <wakaba@suika.fam.cx> |
| 53 |
|
| 54 |
* Generic.dis (Require): Reference to the |ManakaiDOM:ManakaiDOM| |
| 55 |
mode is removed. |
| 56 |
|
| 57 |
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 |
2006-04-30 Wakaba <wakaba@suika.fam.cx> |
| 65 |
|
| 66 |
* .cvsignore: Updated. |
| 67 |
|
| 68 |
2006-04-01 Wakaba <wakaba@suika.fam.cx> |
| 69 |
|
| 70 |
* Makefile (clean-db): New rule. |
| 71 |
|
| 72 |
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 |
2006-03-10 Wakaba <wakaba@suika.fam.cx> |
| 79 |
|
| 80 |
* Generic.dis (MURI:): Typos are fixed. |
| 81 |
|
| 82 |
2006-03-05 Wakaba <wakaba@suika.fam.cx> |
| 83 |
|
| 84 |
* Generic.dis (new): New method. |
| 85 |
|
| 86 |
2006-03-01 Wakaba <wakaba@suika.fam.cx> |
| 87 |
|
| 88 |
* 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 |
* ChangeLog: New file. |
| 94 |
|
| 95 |
* Generic.dis: New module. |
| 96 |
|
| 97 |
* Makefile: New file. |
| 98 |
|
| 99 |
|