/[suikacvs]/messaging/manakai/lib/Message/Util/ChangeLog
Suika

Contents of /messaging/manakai/lib/Message/Util/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.78 - (hide annotations) (download)
Wed Dec 21 12:27:35 2005 UTC (18 years, 11 months ago) by wakaba
Branch: MAIN
Changes since 1.77: +4 -0 lines
++ manakai/bin/ChangeLog	21 Dec 2005 12:24:34 -0000
2005-12-21  Wakaba  <wakaba@suika.fam.cx>

	* dac2pm.pl: Now requires |Message::Util::DIS::DPG| module.

++ manakai/lib/Message/Util/ChangeLog	21 Dec 2005 12:25:01 -0000
2005-12-21  Wakaba  <wakaba@suika.fam.cx>

	* Makefile: |dpg.dae| rule merged into |discore.dae| rule.

++ manakai/lib/Message/Util/DIS/ChangeLog	21 Dec 2005 12:26:46 -0000
2005-12-21  Wakaba  <wakaba@suika.fam.cx>

	* DPG.dis: Syntax and code generator now support |#RESERVED| token
	name in match statements.  My statements now accepts
	attributes and |return| attribute indicates that the variable
	should be the return value.
	(DPGMyStatementElement): New interface.

1 wakaba 1.78 2005-12-21 Wakaba <wakaba@suika.fam.cx>
2    
3     * Makefile: |dpg.dae| rule merged into |discore.dae| rule.
4    
5 wakaba 1.77 2005-12-20 Wakaba <wakaba@suika.fam.cx>
6    
7     * DIS.dis: DPG format support added.
8    
9 wakaba 1.76 2005-12-18 Wakaba <wakaba@suika.fam.cx>
10    
11     * PerlCode.dis (PCDocument.createPerlSub): New method.
12    
13     * Makefile: Rules to make |DIS/DPG.pm| added.
14    
15     2005-12-18 Wakaba <wakaba@suika.fam.cx>
16    
17     * PerlCode.dis (PCExpression.stringify): More operators supported.
18     (PCDocument.createPCStatement): New method.
19    
20 wakaba 1.75 2005-12-17 Wakaba <wakaba@suika.fam.cx>
21    
22     * PerlCode.dis (PCWhen): New interface.
23    
24 wakaba 1.74 2005-12-16 Wakaba <wakaba@suika.fam.cx>
25    
26     * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
27     (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
28     (PCExpression.stringify): Outputs children other than expression.
29     Inserts space before and after operators if desired.
30    
31     2005-12-15 Wakaba <wakaba@suika.fam.cx>
32    
33     * PerlCode.dis (PCCondition, PCBlock): New interface.
34     (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
35     distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
36     interface.
37    
38 wakaba 1.73 2005-12-14 Wakaba <wakaba@suika.fam.cx>
39    
40     * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
41     interfaces and element types.
42     (getChildElementByType): New code.
43     (PCFunctionCall): New interface and element type.
44    
45 wakaba 1.72 2005-11-24 Wakaba <wakaba@suika.fam.cx>
46    
47     * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.
48    
49 wakaba 1.70 2005-11-23 Wakaba <wakaba@suika.fam.cx>
50    
51 wakaba 1.71 * Error.pm (new): Sets |-stacktrace_| property if debug
52     or verbose mode.
53     (stringify): Appends longer trace if debug or verbose mode.
54     ($VERBOSE): New flag.
55    
56     * DIS.dis: Bugs on error depth fixed.
57    
58     2005-11-23 Wakaba <wakaba@suika.fam.cx>
59    
60 wakaba 1.70 * DIS.dis (text): New attribute implementation.
61    
62     * ManakaiNode.dis (destroyNodeStem): New method.
63    
64 wakaba 1.69 2005-11-20 Wakaba <wakaba@suika.fam.cx>
65    
66     * Makefile: |../DOM/Tree.dis| added.
67    
68 wakaba 1.68 2005-11-17 Wakaba <wakaba@suika.fam.cx>
69    
70     * Makefile: |Formatter/Muf2003.dis| added to file list.
71    
72     * DIS.dis (DISModuleLite): Typo in |ISA| property fixed.
73    
74 wakaba 1.66 2005-11-16 Wakaba <wakaba@suika.fam.cx>
75    
76 wakaba 1.67 * .cvsignore: New file.
77    
78     2005-11-16 Wakaba <wakaba@suika.fam.cx>
79    
80 wakaba 1.66 * PerlCode.dis: A test code added. Typos in |ISA|
81     properties fixed.
82     (PerlSub.stringify): Generates prototype specification
83     even if |prototype| attribute value's length is zero
84     in case the |pc:prototype| attribute /is/ found.
85    
86 wakaba 1.64 2005-11-15 Wakaba <wakaba@suika.fam.cx>
87    
88 wakaba 1.65 * Makefile: Missing rule to make |Message/DOM/core.dae| added.
89    
90     2005-11-15 Wakaba <wakaba@suika.fam.cx>
91    
92 wakaba 1.64 * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
93     added.
94    
95     * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
96    
97     2005-11-13 Wakaba <wakaba@suika.fam.cx>
98    
99     * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
100     New interfaces.
101     (createPCLiteral, appendNewPCLiteral): New methods.
102     (PCDocument): New interface.
103     (factory methods): Namespace URI and local name of document
104     element arguments added to |createDocument| to obtain
105     an instance of |PCDocument|.
106    
107 wakaba 1.63 2005-10-16 Wakaba <wakaba@suika.fam.cx>
108    
109     * PerlCode.dis (pc:line): New configuration parameter.
110     (stringify): Don't output "#line" directive
111     unless "pc:line" parameter is set to "true".
112     (pc:split-resolver): New configuration parameter.
113    
114 wakaba 1.62 2005-10-14 Wakaba <wakaba@suika.fam.cx>
115    
116     * ManakaiNode.dis (anydata0): New property type.
117    
118     * PerlCode.dis (stringify): Prints node id if file name
119     is not available.
120     (perlLiteral): Prints as is if the value is blessed
121     with "manakai::code" package.
122    
123 wakaba 1.61 2005-10-13 Wakaba <wakaba@suika.fam.cx>
124    
125     * PerlCode.dis (CDATADOMString): Changed to use code
126     fragment defined in DOMCore module directly.
127    
128 wakaba 1.60 2005-10-12 Wakaba <wakaba@suika.fam.cx>
129    
130     * PerlCode.dis (ForClassCompat): Removed.
131    
132     * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
133     Removed.
134     (newNode): New method.
135     (generateUniqueID): Algorithm has changed to save random
136     string generation time.
137    
138     * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
139    
140 wakaba 1.59 2005-10-11 Wakaba <wakaba@suika.fam.cx>
141    
142     * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
143     on DOMCore and element type definitions added.
144     (localName): Renamed to "pcLocalName" to avoid
145     conflict with "Node.localName" attribute.
146    
147     2005-10-10 Wakaba <wakaba@suika.fam.cx>
148    
149     * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
150    
151     * Makefile: Rules to make "PerlCode.pm" separated
152     from ones for "DIS.pm".
153    
154     * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
155     parameter is replaced with "$referrer->{$propName}".
156    
157     * PerlCode.dis (Require): References "DOMCore.dis".
158     (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
159     (Util: for ManakaiDOM:ManakaiDOM): New.
160    
161 wakaba 1.58 2005-10-09 Wakaba <wakaba@suika.fam.cx>
162    
163     * ManakaiNode.dis: New "mn:xrefnode0" property type has
164     been introduced and methods are fixed to support it.
165     (mn:setXRefNode, mn:unsetXRefNode): New codes.
166    
167     * DIS.dis (loadResource): Skips a root resource definition
168     if it is an alias and it has "dis:Name" attribute and
169     referenced canonical definition is already read. (Note
170     that similar case that the resource definition has "dis:QName"
171     attribute is already fixed in the same way.)
172    
173 wakaba 1.56 2005-10-08 Wakaba <wakaba@suika.fam.cx>
174    
175 wakaba 1.57 * DIS.dis (readProperties): Recognizes hexdecimal
176     in "DISCore:Integer" (prefixed by "0x").
177    
178     2005-10-08 Wakaba <wakaba@suika.fam.cx>
179    
180 wakaba 1.56 * PerlCode.dis (getExceptionInterfacePackageNameList,
181     addExceptionInterfacePackageName): New methods.
182     (ToString): Sorts hash keys where they result in
183     the order of statements in result code.
184    
185     * Error.pm ($DEBUG): New option variable.
186     (___get_error_def): Calls "___error_def" method in second or later "@ISA"
187     package even if elder package has "___error_def" method.
188    
189     * DIS.dis: Now constant values are only defined
190     in interfaces.
191     (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
192    
193 wakaba 1.55 2005-10-06 Wakaba <wakaba@suika.fam.cx>
194    
195     * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
196    
197 wakaba 1.54 2005-10-02 Wakaba <wakaba@suika.fam.cx>
198    
199     * DIS.dis (getAnyResource): New method.
200     (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
201     (getPropertyResource, getPropertyResourceList): Now
202     they uses "getAnyResource" method.
203     (getPropertyModuleList): Removed.
204    
205 wakaba 1.53 2005-09-30 Wakaba <wakaba@suika.fam.cx>
206    
207     * DIS.dis (readProperties): Saves property name to values.
208     (getPropertyModuleList): New method.
209    
210 wakaba 1.52 2005-09-29 Wakaba <wakaba@suika.fam.cx>
211    
212     * DIS.dis: Shares local name, namespace URI and for URI
213     if possible.
214    
215     * PerlCode.dis (stringify): Sorts "require" statements by module
216     name.
217    
218 wakaba 1.50 2005-09-28 Wakaba <wakaba@suika.fam.cx>
219    
220 wakaba 1.51 * PerlCode.dis (perlLiteral): Sorts output by hash key.
221    
222     * ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
223     property.
224     (getNewReference): Increments "mn:groveReferenceCounter"
225     property.
226     (ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
227     check "defined" to allow "undef" value in "while" condition.
228     (mn:isGroveReferenced): New code.
229     (changeTreeID): New "groveRC" parameter added.
230     (importTree, changeTreeID): Updates "mn:groveReferenceCounter"
231     properties.
232     (destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
233     (mn:groveReferenceCounter): New property.
234    
235     2005-09-28 Wakaba <wakaba@suika.fam.cx>
236    
237 wakaba 1.50 * DIS.dis: Use "tag:" URI for internal URIs.
238    
239 wakaba 1.48 2005-09-27 Wakaba <wakaba@suika.fam.cx>
240    
241 wakaba 1.49 * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
242     properties.
243     (generateUniqueID): Use "tag:" URI.
244    
245     * DIS.dis (targetNamespaceURI): New attribute.
246     (ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
247     (ManakaiDISModuleLite->AUTOLOAD): Don't load module
248     if method name is "DESTROY".
249    
250     2005-09-27 Wakaba <wakaba@suika.fam.cx>
251    
252 wakaba 1.48 * ManakaiNode.dis (ManakaiNodeStem): Use per-class
253     variable for searching noderel properties instead
254     of per-node properties.
255    
256 wakaba 1.47 2005-09-26 Wakaba <wakaba@suika.fam.cx>
257    
258     * ManakaiNode.dis (new): New "className" parameter added.
259     (mn:NodeRefRole): New role.
260     (mn:type): New property.
261     (mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0,
262     mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties.
263    
264     * Makefile: Rules to make "DIS/DISDump" is separeted
265     from "DIS/DISDoc".
266    
267     * DIS.dis (getFor): Loads database module if unread
268     "for" is referenced.
269     (addResourceList, getResourceList): New method.
270     (ManakaiDISModuleLite): New class.
271    
272 wakaba 1.46 2005-09-25 Wakaba <wakaba@suika.fam.cx>
273    
274     * DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
275     (getResource): New "dae" and "daem" database format support.
276     (DISResourceList): New type.
277     (uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
278     (addChildResource, addDynamicChildResource): New methods.
279     (getChildResourceList, getDynamicChildResourceList): New method.
280     (getChildResourceListByType): New method.
281     (parentResource, dynamicParentResource): New attributes.
282    
283     * Makefile (DAC_SUFFIX): Changed to ".dae".
284     (DAEM_SUFFIX): New.
285    
286 wakaba 1.53
287 wakaba 1.44 2005-09-24 Wakaba <wakaba@suika.fam.cx>
288    
289 wakaba 1.53 * ManakaiNode.dis: Use "disPerl:H" instead
290     of "disPerl:Q" for hash keys.
291     (NodeStem): Property value "mn:treeID"
292     has changed to scalar reference.
293 wakaba 1.45
294     2005-09-24 Wakaba <wakaba@suika.fam.cx>
295    
296 wakaba 1.44 * ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
297     properties.
298     (mn:stemName, mn:refName): New properties.
299    
300     * Makefile (.discore-all.pm): New rule to create dis-related
301     Perl module files at once.
302    
303     * DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
304     (hashKeyName, hashKeyScope, anotherURI): New error parameters.
305    
306     * ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
307     of "disPerl:Q" for hash keys.
308    
309 wakaba 1.43 2005-09-23 Wakaba <wakaba@suika.fam.cx>
310    
311     * DIS.dis (DISParser.new): New method.
312     (hasFeature): Removed. ManakaiDISAnyResource now
313     extends DOMFeature:ManakaiHasFeatureByGetFeature.
314     (readProperties): Support for property value data
315     types DISLang:MemberRef and dx:XCRef added.
316     (ManakaiDISExceptionTarget): It is now an alias
317     for dx:ManakaiDefaultExceptionHandler.
318    
319 wakaba 1.41 2005-09-22 Wakaba <wakaba@suika.fam.cx>
320    
321 wakaba 1.42 * Makefile: DAC_SUFFIX changed to ".dad".
322    
323 wakaba 1.41 * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
324     (disIsNullable): Reimplemented.
325    
326     2005-09-21 Wakaba <wakaba@suika.fam.cx>
327    
328     * DIS.dis (addNamespaceBinding): New method.
329    
330 wakaba 1.40 2005-09-20 Wakaba <wakaba@suika.fam.cx>
331    
332     * DIS.dis: Use valueRef and nodeIDRef where possible so
333     that dad file can share text data if possible.
334     For resources, {subOf} and {supOf} is now optional.
335     (sourceNodeIDRef): New attribute.
336    
337 wakaba 1.39 2005-09-19 Wakaba <wakaba@suika.fam.cx>
338    
339     * DIS.dis: Parameter "databaseArg" added to various
340     methods to support objects that have no associated
341     database.
342     (getNamespaceBindingList, getDefaultNamespaceURIRef): New
343     methods.
344     (NO_RDF_TYPE_ERR): New error type.
345     (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
346     attribute specified for a resource definition.
347    
348 wakaba 1.38 2005-09-16 Wakaba <wakaba@suika.fam.cx>
349    
350     * DIS.dis (DISResourceProp): Methods reimplemented to
351     support DIS/Value values.
352    
353     2005-09-15 Wakaba <wakaba@suika.fam.cx>
354    
355     * DIS.dis (readProperties): New methods. Emploies DIS/Value
356     classes for internal data structure.
357    
358     2005-09-14 Wakaba <wakaba@suika.fam.cx>
359    
360     * DIS.dis: Now references DIS/Value.dis.
361     (DISAnyResource): New interface separeted from DISModule.
362     DISFor and DISResource.
363    
364     2005-09-13 Wakaba <wakaba@suika.fam.cx>
365    
366     * DIS.dis: Perl-related methods are moved to a separate
367     module "DIS/Perl.dis".
368    
369 wakaba 1.37 2005-09-08 Wakaba <wakaba@suika.fam.cx>
370    
371     * Makefile: Renewaled.
372    
373     * ManakaiNode.dis (free): New method.
374    
375     2005-09-07 Wakaba <wakaba@suika.fam.cx>
376    
377     * DIS.dis: Interfaces added.
378     (free): New method.
379    
380     * PerlCode.dis: Interfaces added.
381    
382     2005-09-06 Wakaba <wakaba@suika.fam.cx>
383    
384     * DIS.dis (plName): Use AppName attribute, if any,
385     for ManakaiDOM:ConstGroup resources.
386    
387     2005-09-05 Wakaba <wakaba@suika.fam.cx>
388    
389     * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
390     the same class or variable twice whose alias is defined
391     in the same module.
392    
393 wakaba 1.36 2005-09-04 Wakaba <wakaba@suika.fam.cx>
394    
395     * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
396     and pc:prortotype properties.
397    
398     * DIS.dis (plAdditionalISAPackages): New attribute.
399    
400 wakaba 1.35 2005-09-01 Wakaba <wakaba@suika.fam.cx>
401    
402     * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype
403     supported.
404    
405 wakaba 1.34 2005-08-31 Wakaba <wakaba@suika.fam.cx>
406    
407     * DIS.dis (uris): New attribute.
408    
409 wakaba 1.33 2005-08-30 Wakaba <wakaba@suika.fam.cx>
410    
411     * DIS.dis (plFilePathStem): New attribute.
412    
413     2005-08-29 Wakaba <wakaba@suika.fam.cx>
414    
415     * DIS.dis (plFileNameStem): New attribute.
416    
417     2005-08-28 Wakaba <wakaba@suika.fam.cx>
418    
419     * DIS.dis (plCodeFragment): Type ManakaiDOM:InCase supported.
420    
421     2005-08-26 Wakaba <wakaba@suika.fam.cx>
422    
423     * DIS.dis: Typo fixed for replacing namespace URI and local name
424     in reflecting code.
425     (mvLocalName, mvNamespaceURI): Use "localName" and "namespaceURI"
426     attribute values as their default.
427     (mvPrefix, qnameValuePrefix): New attributes.
428    
429     * ManakaiNode.dis: Tests whether "defined" rather than true or not
430     in "while" conditions.
431    
432 wakaba 1.31 2005-08-15 Wakaba <wakaba@suika.fam.cx>
433    
434 wakaba 1.32 * ManakaiNode.dis (Util:): Now Perl package name for interfaces
435     is defined.
436    
437 wakaba 1.31 * DIS.dis (mediaTypeURI): Returns $defaultMediaType
438     parameter value if dis:ContentType attribute is missing.
439    
440     * ManakaiNode.dis (importTree): Use "isa" function
441     to check whether a object is an instance of the manakai
442     node model.
443 wakaba 1.32 (NodeStem, NodeRef): New lightweight variant
444     of ManakaiDOM:ManakaiDOMNodeObject
445     and ManakaiDOM:ManakaiDOMNodeReference.
446 wakaba 1.31
447 wakaba 1.30 2005-05-29 Wakaba <wakaba@suika.fam.cx>
448    
449     * DIS.dis (plGeneratePerlModuleFile): Bug fixed so that
450     even if DOMMetaImpl:provideFeature has child nodes but
451     they are not DOMMetaImpl:providedThrough a ImplFeature
452     statement is generated.
453     (plCodeFragment): Bug fixed so that dis:SetProp works correctly.
454    
455 wakaba 1.29 2005-05-26 Wakaba <wakaba@suika.fam.cx>
456    
457     * Makefile: Rules for DISDoc module added.
458    
459 wakaba 1.28 2005-05-23 Wakaba <wakaba@suika.fam.cx>
460    
461     * DIS.dis (ManakaiDISResourceDefinition, ManakaiDISForDefinition,
462     ManakaiDISModuleDefinition): "getFeature" method added.
463    
464 wakaba 1.27 2005-03-06 Wakaba <wakaba@suika.fam.cx>
465    
466     * DIS.dis (Require): Loads PerlCode module.
467    
468 wakaba 1.26 2005-03-05 Wakaba <wakaba@suika.fam.cx>
469    
470     * PerlCode.dis: Operator overloading is implemented.
471    
472 wakaba 1.25 2005-03-04 Wakaba <wakaba@suika.fam.cx>
473    
474     * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21
475     module's binding properties.
476    
477 wakaba 1.24 2005-03-03 Wakaba <wakaba@suika.fam.cx>
478    
479     * PerlCode.dis: New module.
480    
481 wakaba 1.23 2005-02-26 Wakaba <wakaba@suika.fam.cx>
482    
483     * DIS.dis (DISModuleResolver): New interface.
484    
485 wakaba 1.22 2005-02-21 Wakaba <wakaba@suika.fam.cx>
486    
487     * DIS.dis: New module.
488    
489     * ManakaiNode.dis: New "subnode0" property category introduced.
490    
491 wakaba 1.21 2005-02-17 Wakaba <wakaba@suika.fam.cx>
492    
493     * ManakaiNode.dis: New module.
494    
495 wakaba 1.20 2005-01-05 Wakaba <wakaba@suika.fam.cx>
496    
497     * Error.pm (___rule_def[p]): Don't output anything if not exists
498     that parameter.
499    
500 wakaba 1.19 2004-09-30 Wakaba <wakaba@suika.fam.cx>
501    
502     * Error.pm (___rule_def): "p" added; now "t" is obsolete.
503    
504 wakaba 1.18 2004-04-02 Wakaba <wakaba@suika.fam.cx>
505    
506     * Error.pm (report): Error depth fixed.
507     (___rule_def:t): New parameters empty and undef introduced.
508    
509 wakaba 1.17 2004-01-17 Wakaba <wakaba@suika.fam.cx>
510    
511     * Error.pm: Some fixes w.r.t. Error::Depth.
512    
513 wakaba 1.16 2003-12-06 Wakaba <wakaba@suika.fam.cx>
514    
515     * Error.pm (___error_def): Renamed from ___errors.
516    
517 wakaba 1.15 2003-12-01 Wakaba <wakaba@suika.fam.cx>
518    
519     * Error.pm (___get_error_def): Now support inherit. (It was not work.)
520    
521 wakaba 1.14 2003-11-15 Wakaba <wakaba@suika.fam.cx>
522    
523     * Error.pm: Use Message::Util::Formatter::Text to construct error messages.
524    
525     2003-11-13 Wakaba <wakaba@suika.fam.cx>
526    
527     * Formatter: New directory.
528    
529     2003-11-12 Wakaba <wakaba@suika.fam.cx>
530    
531     * Error.pm: Rewritten.
532    
533 wakaba 1.13 2003-10-25 Wakaba <wakaba@suika.fam.cx>
534    
535     * Formatter.pm (replace): Allow '%foo () ;'.
536    
537 wakaba 1.12 2003-09-17 Wakaba <wakaba@suika.fam.cx>
538    
539     * HostPermit.pm: New module.
540    
541 wakaba 1.11 2003-08-05 Wakaba <wakaba@suika.fam.cx>
542    
543     * Error.pm (_default_error_handler): Syntax fix.
544    
545     * Error/: New directory.
546    
547 wakaba 1.10 2003-07-29 Wakaba <wakaba@suika.fam.cx>
548    
549     * Error.pm: New module.
550    
551 wakaba 1.9 2003-05-10 Wakaba <w@offweb.ddo.jp>
552    
553     * Formatter.pm (replace): Bug fix of pattern.
554    
555 wakaba 1.8 2003-04-29 Wakaba <w@offweb.ddo.jp>
556    
557     * Formatter.pm (replace): {...} block is supported.
558     (Message::Util::Formatter::_returned): New package. It is very very tiny
559     subset of SuikaWiki::Markup::XML.
560     (replace): Return structured string, not bare string. This function is
561     useful to make tree (such as XML's) from formatting template (and its nested
562     parameters).
563    
564 wakaba 1.7 2003-03-28 Wakaba <w@offweb.ddo.jp>
565    
566     * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified.
567     (replace): Replace '-' to '_' in attr name.
568    
569 w 1.6 2003-01-26 Wakaba <w@cube.wakaba.ssm>
570    
571     * Formatter.pm (replace): Trim attribute name/value pair.
572    
573 w 1.5 2003-01-04 Wakaba <w@suika.fam.cx>
574    
575     * Formatter.pm (replace): Don't split by ',' in quoted-strings.
576    
577 wakaba 1.4 2002-12-15 Wakaba <w@suika.fam.cx>
578    
579     * Formatter.pm (%char;): Removed.
580    
581 wakaba 1.3 2002-12-05 Wakaba <w@suika.fam.cx>
582    
583     * Formatter.pm (%FMT2TXT): New (internal) initial format rule,
584     "-bare_text".
585     (replace): "Replace" non-%-text with "-bare_text" rule.
586     (pod): Methods and initial rules are documented.
587    
588 wakaba 1.2 2002-12-04 Wakaba <w@suika.fam.cx>
589    
590     * Formatter.pm (replace): Accept ")" in quoted-string.
591    
592 wakaba 1.1 2002-11-13 Wakaba <w@suika.fam.cx>
593    
594     * ChangeLog: New file.
595     * Formatter.pm: New module.

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24