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

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

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.35 by wakaba, Thu Sep 1 17:07:20 2005 UTC revision 1.80 by wakaba, Wed Dec 28 03:50:17 2005 UTC
# Line 1  Line 1 
1    2005-12-27  Wakaba  <wakaba@suika.fam.cx>
2    
3            * PerlCode.dis (PCReference): New interface.
4    
5    2005-12-24  Wakaba  <wakaba@suika.fam.cx>
6    
7            * PerlCode.dis (PerlSub.clearPerlName): New method.
8            (PCDocument.createPCLiteral): Adopts |PerlCode| node
9            if it is a foreign one.
10    
11            * DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS|
12            character is replaced to |UNDERLINE| character.
13    
14    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
15    
16            * Makefile: |dpg.dae| rule merged into |discore.dae| rule.
17    
18    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
19    
20            * DIS.dis: DPG format support added.
21    
22    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
23    
24            * PerlCode.dis (PCDocument.createPerlSub): New method.
25    
26            * Makefile: Rules to make |DIS/DPG.pm| added.
27    
28    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
29    
30            * PerlCode.dis (PCExpression.stringify): More operators supported.
31            (PCDocument.createPCStatement): New method.
32    
33    2005-12-17  Wakaba  <wakaba@suika.fam.cx>
34    
35            * PerlCode.dis (PCWhen): New interface.
36    
37    2005-12-16  Wakaba  <wakaba@suika.fam.cx>
38    
39            * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
40            (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
41            (PCExpression.stringify): Outputs children other than expression.
42            Inserts space before and after operators if desired.
43    
44    2005-12-15  Wakaba  <wakaba@suika.fam.cx>
45    
46            * PerlCode.dis (PCCondition, PCBlock): New interface.
47            (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
48            distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
49            interface.
50    
51    2005-12-14  Wakaba  <wakaba@suika.fam.cx>
52    
53            * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
54            interfaces and element types.
55            (getChildElementByType): New code.
56            (PCFunctionCall): New interface and element type.
57    
58    2005-11-24  Wakaba  <wakaba@suika.fam.cx>
59    
60            * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.
61    
62    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
63    
64            * Error.pm (new): Sets |-stacktrace_| property if debug
65            or verbose mode.
66            (stringify): Appends longer trace if debug or verbose mode.
67            ($VERBOSE): New flag.
68    
69            * DIS.dis: Bugs on error depth fixed.
70            
71    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
72    
73            * DIS.dis (text): New attribute implementation.
74    
75            * ManakaiNode.dis (destroyNodeStem): New method.
76    
77    2005-11-20  Wakaba  <wakaba@suika.fam.cx>
78    
79            * Makefile: |../DOM/Tree.dis| added.
80    
81    2005-11-17  Wakaba  <wakaba@suika.fam.cx>
82    
83            * Makefile: |Formatter/Muf2003.dis| added to file list.
84    
85            * DIS.dis (DISModuleLite): Typo in |ISA| property fixed.
86    
87    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
88    
89            * .cvsignore: New file.
90            
91    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
92    
93            * PerlCode.dis: A test code added.  Typos in |ISA|
94            properties fixed.
95            (PerlSub.stringify): Generates prototype specification
96            even if |prototype| attribute value's length is zero
97            in case the |pc:prototype| attribute /is/ found.
98    
99    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
100    
101            * Makefile: Missing rule to make |Message/DOM/core.dae| added.
102    
103    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
104    
105            * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
106            added.
107    
108            * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
109    
110    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
111    
112            * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
113            New interfaces.
114            (createPCLiteral, appendNewPCLiteral): New methods.
115            (PCDocument): New interface.
116            (factory methods): Namespace URI and local name of document
117            element arguments added to |createDocument| to obtain
118            an instance of |PCDocument|.
119    
120    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
121    
122            * PerlCode.dis (pc:line): New configuration parameter.
123            (stringify): Don't output "#line" directive
124            unless "pc:line" parameter is set to "true".
125            (pc:split-resolver): New configuration parameter.
126    
127    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
128    
129            * ManakaiNode.dis (anydata0): New property type.
130    
131            * PerlCode.dis (stringify): Prints node id if file name
132            is not available.
133            (perlLiteral): Prints as is if the value is blessed
134            with "manakai::code" package.
135    
136    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
137    
138            * PerlCode.dis (CDATADOMString): Changed to use code
139            fragment defined in DOMCore module directly.
140    
141    2005-10-12  Wakaba  <wakaba@suika.fam.cx>
142    
143            * PerlCode.dis (ForClassCompat): Removed.
144    
145            * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference):
146            Removed.
147            (newNode): New method.
148            (generateUniqueID): Algorithm has changed to save random
149            string generation time.
150    
151            * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth".
152    
153    2005-10-11  Wakaba  <wakaba@suika.fam.cx>
154    
155            * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based
156            on DOMCore and element type definitions added.
157            (localName): Renamed to "pcLocalName" to avoid
158            conflict with "Node.localName" attribute.
159    
160    2005-10-10  Wakaba  <wakaba@suika.fam.cx>
161    
162            * DIS.dis (Require): Unused reference to "PerlCode.dis" removed.
163    
164            * Makefile: Rules to make "PerlCode.pm" separated
165            from ones for "DIS.pm".
166    
167            * ManakaiNode.dis (mn:unsetXRefNode): "$referent"
168            parameter is replaced with "$referrer->{$propName}".
169    
170            * PerlCode.dis (Require): References "DOMCore.dis".
171            (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest".
172            (Util: for ManakaiDOM:ManakaiDOM): New.
173    
174    2005-10-09  Wakaba  <wakaba@suika.fam.cx>
175    
176            * ManakaiNode.dis: New "mn:xrefnode0" property type has
177            been introduced and methods are fixed to support it.
178            (mn:setXRefNode, mn:unsetXRefNode): New codes.
179    
180            * DIS.dis (loadResource): Skips a root resource definition
181            if it is an alias and it has "dis:Name" attribute and
182            referenced canonical definition is already read.  (Note
183            that similar case that the resource definition has "dis:QName"
184            attribute is already fixed in the same way.)
185    
186    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
187    
188            * DIS.dis (readProperties): Recognizes hexdecimal
189            in "DISCore:Integer" (prefixed by "0x").
190    
191    2005-10-08  Wakaba  <wakaba@suika.fam.cx>
192    
193            * PerlCode.dis (getExceptionInterfacePackageNameList,
194            addExceptionInterfacePackageName): New methods.
195            (ToString): Sorts hash keys where they result in
196            the order of statements in result code.
197    
198            * Error.pm ($DEBUG): New option variable.
199            (___get_error_def): Calls "___error_def" method in second or later "@ISA"
200            package even if elder package has "___error_def" method.
201    
202            * DIS.dis: Now constant values are only defined
203            in interfaces.
204            (DIS:NO_EXCEPTION_CLASS_ERR): New exception subcode.
205    
206    2005-10-06  Wakaba  <wakaba@suika.fam.cx>
207    
208            * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods.
209    
210    2005-10-02  Wakaba  <wakaba@suika.fam.cx>
211    
212            * DIS.dis (getAnyResource): New method.
213            (isTypeURI): Now it is a method of "DIS:DISAnyResource" interface.
214            (getPropertyResource, getPropertyResourceList): Now
215            they uses "getAnyResource" method.
216            (getPropertyModuleList): Removed.
217    
218    2005-09-30  Wakaba  <wakaba@suika.fam.cx>
219    
220            * DIS.dis (readProperties): Saves property name to values.
221            (getPropertyModuleList): New method.
222    
223    2005-09-29  Wakaba  <wakaba@suika.fam.cx>
224    
225            * DIS.dis: Shares local name, namespace URI and for URI
226            if possible.
227    
228            * PerlCode.dis (stringify): Sorts "require" statements by module
229            name.
230    
231    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
232    
233            * PerlCode.dis (perlLiteral): Sorts output by hash key.
234            
235            * ManakaiNode.dis (new): Sets "mn:groveReferenceCounter"
236            property.
237            (getNewReference): Increments "mn:groveReferenceCounter"
238            property.
239            (ManakaiDOM:ManakaiDOMNodeObject, ManakaiNodeStem): Don't
240            check "defined" to allow "undef" value in "while" condition.
241            (mn:isGroveReferenced): New code.
242            (changeTreeID): New "groveRC" parameter added.
243            (importTree, changeTreeID): Updates "mn:groveReferenceCounter"
244            properties.
245            (destroy): Uses "mn:isGroveReferenced" instead of "isExternallyReferred".
246            (mn:groveReferenceCounter): New property.
247    
248    2005-09-28  Wakaba  <wakaba@suika.fam.cx>
249    
250            * DIS.dis: Use "tag:" URI for internal URIs.
251    
252    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
253    
254            * ManakaiNode.dis (ManakaiNodeStem->new): Don't set "TreeCore:*"
255            properties.
256            (generateUniqueID): Use "tag:" URI.
257    
258            * DIS.dis (targetNamespaceURI): New attribute.
259            (ManakaiDISModuleLite): Extends dx:ManakaiDefaultErrorHandler.
260            (ManakaiDISModuleLite->AUTOLOAD): Don't load module
261            if method name is "DESTROY".
262    
263    2005-09-27  Wakaba  <wakaba@suika.fam.cx>
264    
265            * ManakaiNode.dis (ManakaiNodeStem): Use per-class
266            variable for searching noderel properties instead
267            of per-node properties.
268    
269    2005-09-26  Wakaba  <wakaba@suika.fam.cx>
270    
271            * ManakaiNode.dis (new): New "className" parameter added.
272            (mn:NodeRefRole): New role.
273            (mn:type): New property.
274            (mn:subnode0, mn:subnode1, mn:subnode2, mn:irefnode0,
275            mn:origin0, mn:anydata1, mn:anydata2, mn:noderef): New properties.
276    
277            * Makefile: Rules to make "DIS/DISDump" is separeted
278            from "DIS/DISDoc".
279    
280            * DIS.dis (getFor): Loads database module if unread
281            "for" is referenced.
282            (addResourceList, getResourceList): New method.
283            (ManakaiDISModuleLite): New class.
284    
285    2005-09-25  Wakaba  <wakaba@suika.fam.cx>
286    
287            * DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
288            (getResource): New "dae" and "daem" database format support.
289            (DISResourceList): New type.
290            (uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
291            (addChildResource, addDynamicChildResource): New methods.
292            (getChildResourceList, getDynamicChildResourceList): New method.
293            (getChildResourceListByType): New method.
294            (parentResource, dynamicParentResource): New attributes.
295    
296            * Makefile (DAC_SUFFIX): Changed to ".dae".
297            (DAEM_SUFFIX): New.
298    
299    
300    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
301    
302            * ManakaiNode.dis: Use "disPerl:H" instead
303            of "disPerl:Q" for hash keys.
304            (NodeStem): Property value "mn:treeID"
305            has changed to scalar reference.
306    
307    2005-09-24  Wakaba  <wakaba@suika.fam.cx>
308    
309            * ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
310            properties.
311            (mn:stemName, mn:refName): New properties.
312    
313            * Makefile (.discore-all.pm): New rule to create dis-related
314            Perl module files at once.
315    
316            * DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
317            (hashKeyName, hashKeyScope, anotherURI): New error parameters.
318    
319            * ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
320            of "disPerl:Q" for hash keys.
321    
322    2005-09-23  Wakaba  <wakaba@suika.fam.cx>
323    
324            * DIS.dis (DISParser.new): New method.
325            (hasFeature): Removed.  ManakaiDISAnyResource now
326            extends DOMFeature:ManakaiHasFeatureByGetFeature.
327            (readProperties): Support for property value data
328            types DISLang:MemberRef and dx:XCRef added.
329            (ManakaiDISExceptionTarget): It is now an alias
330            for dx:ManakaiDefaultExceptionHandler.
331    
332    2005-09-22  Wakaba  <wakaba@suika.fam.cx>
333    
334            * Makefile: DAC_SUFFIX changed to ".dad".
335    
336            * DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
337            (disIsNullable): Reimplemented.
338    
339    2005-09-21  Wakaba  <wakaba@suika.fam.cx>
340    
341            * DIS.dis (addNamespaceBinding): New method.
342    
343    2005-09-20  Wakaba  <wakaba@suika.fam.cx>
344    
345            * DIS.dis: Use valueRef and nodeIDRef where possible so
346            that dad file can share text data if possible.
347            For resources, {subOf} and {supOf} is now optional.
348            (sourceNodeIDRef): New attribute.
349    
350    2005-09-19  Wakaba  <wakaba@suika.fam.cx>
351    
352            * DIS.dis: Parameter "databaseArg" added to various
353            methods to support objects that have no associated
354            database.
355            (getNamespaceBindingList, getDefaultNamespaceURIRef): New
356            methods.
357            (NO_RDF_TYPE_ERR): New error type.
358            (loadResource): Throws NO_RDF_TYPE_ERR if no rdf:type
359            attribute specified for a resource definition.
360    
361    2005-09-16  Wakaba  <wakaba@suika.fam.cx>
362    
363            * DIS.dis (DISResourceProp): Methods reimplemented to
364            support DIS/Value values.
365    
366    2005-09-15  Wakaba  <wakaba@suika.fam.cx>
367    
368            * DIS.dis (readProperties): New methods.  Emploies DIS/Value
369            classes for internal data structure.
370    
371    2005-09-14  Wakaba  <wakaba@suika.fam.cx>
372    
373            * DIS.dis: Now references DIS/Value.dis.
374            (DISAnyResource): New interface separeted from DISModule.
375            DISFor and DISResource.
376    
377    2005-09-13  Wakaba  <wakaba@suika.fam.cx>
378    
379            * DIS.dis: Perl-related methods are moved to a separate
380            module "DIS/Perl.dis".
381    
382    2005-09-08  Wakaba  <wakaba@suika.fam.cx>
383    
384            * Makefile: Renewaled.
385    
386            * ManakaiNode.dis (free): New method.
387    
388    2005-09-07  Wakaba  <wakaba@suika.fam.cx>
389    
390            * DIS.dis: Interfaces added.
391            (free): New method.
392    
393            * PerlCode.dis: Interfaces added.
394    
395    2005-09-06  Wakaba  <wakaba@suika.fam.cx>
396    
397            * DIS.dis (plName): Use AppName attribute, if any,
398            for ManakaiDOM:ConstGroup resources.
399    
400    2005-09-05  Wakaba  <wakaba@suika.fam.cx>
401    
402            * DIS.dis (plGeneratePerlModuleFile): Don't generate code for
403            the same class or variable twice whose alias is defined
404            in the same module.
405    
406    2005-09-04  Wakaba  <wakaba@suika.fam.cx>
407    
408            * PerlCode.dis (ManakaiPerlSub.IntClone): Copies pc:localName
409            and pc:prortotype properties.
410    
411            * DIS.dis (plAdditionalISAPackages): New attribute.
412    
413  2005-09-01  Wakaba  <wakaba@suika.fam.cx>  2005-09-01  Wakaba  <wakaba@suika.fam.cx>
414    
415          * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype          * DIS.dis (plCodeFragment): The ManakaiDOM:boolean datatype

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.80

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24