1 |
wakaba |
1.19 |
2004-09-30 Wakaba <wakaba@suika.fam.cx> |
2 |
|
|
|
3 |
|
|
* Error.pm (___rule_def): "p" added; now "t" is obsolete. |
4 |
|
|
|
5 |
wakaba |
1.18 |
2004-04-02 Wakaba <wakaba@suika.fam.cx> |
6 |
|
|
|
7 |
|
|
* Error.pm (report): Error depth fixed. |
8 |
|
|
(___rule_def:t): New parameters empty and undef introduced. |
9 |
|
|
|
10 |
wakaba |
1.17 |
2004-01-17 Wakaba <wakaba@suika.fam.cx> |
11 |
|
|
|
12 |
|
|
* Error.pm: Some fixes w.r.t. Error::Depth. |
13 |
|
|
|
14 |
wakaba |
1.16 |
2003-12-06 Wakaba <wakaba@suika.fam.cx> |
15 |
|
|
|
16 |
|
|
* Error.pm (___error_def): Renamed from ___errors. |
17 |
|
|
|
18 |
wakaba |
1.15 |
2003-12-01 Wakaba <wakaba@suika.fam.cx> |
19 |
|
|
|
20 |
|
|
* Error.pm (___get_error_def): Now support inherit. (It was not work.) |
21 |
|
|
|
22 |
wakaba |
1.14 |
2003-11-15 Wakaba <wakaba@suika.fam.cx> |
23 |
|
|
|
24 |
|
|
* Error.pm: Use Message::Util::Formatter::Text to construct error messages. |
25 |
|
|
|
26 |
|
|
2003-11-13 Wakaba <wakaba@suika.fam.cx> |
27 |
|
|
|
28 |
|
|
* Formatter: New directory. |
29 |
|
|
|
30 |
|
|
2003-11-12 Wakaba <wakaba@suika.fam.cx> |
31 |
|
|
|
32 |
|
|
* Error.pm: Rewritten. |
33 |
|
|
|
34 |
wakaba |
1.13 |
2003-10-25 Wakaba <wakaba@suika.fam.cx>
|
35 |
|
|
|
36 |
|
|
* Formatter.pm (replace): Allow '%foo () ;'.
|
37 |
|
|
|
38 |
wakaba |
1.12 |
2003-09-17 Wakaba <wakaba@suika.fam.cx>
|
39 |
|
|
|
40 |
|
|
* HostPermit.pm: New module.
|
41 |
|
|
|
42 |
wakaba |
1.11 |
2003-08-05 Wakaba <wakaba@suika.fam.cx>
|
43 |
|
|
|
44 |
|
|
* Error.pm (_default_error_handler): Syntax fix.
|
45 |
|
|
|
46 |
|
|
* Error/: New directory.
|
47 |
|
|
|
48 |
wakaba |
1.10 |
2003-07-29 Wakaba <wakaba@suika.fam.cx>
|
49 |
|
|
|
50 |
|
|
* Error.pm: New module.
|
51 |
|
|
|
52 |
wakaba |
1.9 |
2003-05-10 Wakaba <w@offweb.ddo.jp>
|
53 |
|
|
|
54 |
|
|
* Formatter.pm (replace): Bug fix of pattern.
|
55 |
|
|
|
56 |
wakaba |
1.8 |
2003-04-29 Wakaba <w@offweb.ddo.jp>
|
57 |
|
|
|
58 |
|
|
* Formatter.pm (replace): {...} block is supported.
|
59 |
|
|
(Message::Util::Formatter::_returned): New package. It is very very tiny
|
60 |
|
|
subset of SuikaWiki::Markup::XML.
|
61 |
|
|
(replace): Return structured string, not bare string. This function is
|
62 |
|
|
useful to make tree (such as XML's) from formatting template (and its nested
|
63 |
|
|
parameters).
|
64 |
|
|
|
65 |
wakaba |
1.7 |
2003-03-28 Wakaba <w@offweb.ddo.jp>
|
66 |
|
|
|
67 |
|
|
* Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
|
68 |
|
|
(replace): Replace '-' to '_' in attr name.
|
69 |
|
|
|
70 |
w |
1.6 |
2003-01-26 Wakaba <w@cube.wakaba.ssm>
|
71 |
|
|
|
72 |
|
|
* Formatter.pm (replace): Trim attribute name/value pair.
|
73 |
|
|
|
74 |
w |
1.5 |
2003-01-04 Wakaba <w@suika.fam.cx>
|
75 |
|
|
|
76 |
|
|
* Formatter.pm (replace): Don't split by ',' in quoted-strings.
|
77 |
|
|
|
78 |
wakaba |
1.4 |
2002-12-15 Wakaba <w@suika.fam.cx>
|
79 |
|
|
|
80 |
|
|
* Formatter.pm (%char;): Removed.
|
81 |
|
|
|
82 |
wakaba |
1.3 |
2002-12-05 Wakaba <w@suika.fam.cx>
|
83 |
|
|
|
84 |
|
|
* Formatter.pm (%FMT2TXT): New (internal) initial format rule,
|
85 |
|
|
"-bare_text".
|
86 |
|
|
(replace): "Replace" non-%-text with "-bare_text" rule.
|
87 |
|
|
(pod): Methods and initial rules are documented.
|
88 |
|
|
|
89 |
wakaba |
1.2 |
2002-12-04 Wakaba <w@suika.fam.cx>
|
90 |
|
|
|
91 |
|
|
* Formatter.pm (replace): Accept ")" in quoted-string.
|
92 |
|
|
|
93 |
wakaba |
1.1 |
2002-11-13 Wakaba <w@suika.fam.cx>
|
94 |
|
|
|
95 |
|
|
* ChangeLog: New file.
|
96 |
|
|
* Formatter.pm: New module.
|