/[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.60 by wakaba, Wed Oct 12 14:46:02 2005 UTC revision 1.79 by wakaba, Sat Dec 24 07:27:13 2005 UTC
# Line 1  Line 1 
1    2005-12-24  Wakaba  <wakaba@suika.fam.cx>
2    
3            * PerlCode.dis (PerlSub.clearPerlName): New method.
4            (PCDocument.createPCLiteral): Adopts |PerlCode| node
5            if it is a foreign one.
6    
7            * DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS|
8            character is replaced to |UNDERLINE| character.
9    
10    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
11    
12            * Makefile: |dpg.dae| rule merged into |discore.dae| rule.
13    
14    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
15    
16            * DIS.dis: DPG format support added.
17    
18    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
19    
20            * PerlCode.dis (PCDocument.createPerlSub): New method.
21    
22            * Makefile: Rules to make |DIS/DPG.pm| added.
23    
24    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
25    
26            * PerlCode.dis (PCExpression.stringify): More operators supported.
27            (PCDocument.createPCStatement): New method.
28    
29    2005-12-17  Wakaba  <wakaba@suika.fam.cx>
30    
31            * PerlCode.dis (PCWhen): New interface.
32    
33    2005-12-16  Wakaba  <wakaba@suika.fam.cx>
34    
35            * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
36            (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
37            (PCExpression.stringify): Outputs children other than expression.
38            Inserts space before and after operators if desired.
39    
40    2005-12-15  Wakaba  <wakaba@suika.fam.cx>
41    
42            * PerlCode.dis (PCCondition, PCBlock): New interface.
43            (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
44            distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
45            interface.
46    
47    2005-12-14  Wakaba  <wakaba@suika.fam.cx>
48    
49            * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
50            interfaces and element types.
51            (getChildElementByType): New code.
52            (PCFunctionCall): New interface and element type.
53    
54    2005-11-24  Wakaba  <wakaba@suika.fam.cx>
55    
56            * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.
57    
58    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
59    
60            * Error.pm (new): Sets |-stacktrace_| property if debug
61            or verbose mode.
62            (stringify): Appends longer trace if debug or verbose mode.
63            ($VERBOSE): New flag.
64    
65            * DIS.dis: Bugs on error depth fixed.
66            
67    2005-11-23  Wakaba  <wakaba@suika.fam.cx>
68    
69            * DIS.dis (text): New attribute implementation.
70    
71            * ManakaiNode.dis (destroyNodeStem): New method.
72    
73    2005-11-20  Wakaba  <wakaba@suika.fam.cx>
74    
75            * Makefile: |../DOM/Tree.dis| added.
76    
77    2005-11-17  Wakaba  <wakaba@suika.fam.cx>
78    
79            * Makefile: |Formatter/Muf2003.dis| added to file list.
80    
81            * DIS.dis (DISModuleLite): Typo in |ISA| property fixed.
82    
83    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
84    
85            * .cvsignore: New file.
86            
87    2005-11-16  Wakaba  <wakaba@suika.fam.cx>
88    
89            * PerlCode.dis: A test code added.  Typos in |ISA|
90            properties fixed.
91            (PerlSub.stringify): Generates prototype specification
92            even if |prototype| attribute value's length is zero
93            in case the |pc:prototype| attribute /is/ found.
94    
95    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
96    
97            * Makefile: Missing rule to make |Message/DOM/core.dae| added.
98    
99    2005-11-15  Wakaba  <wakaba@suika.fam.cx>
100    
101            * Makefile: Rules to make |DIS/Test.pm| added. |DIS/common.dis| rules
102            added.
103    
104            * DIS.dis (DIS:): Removed (moved to |DIS/common.dis|).
105    
106    2005-11-13  Wakaba  <wakaba@suika.fam.cx>
107    
108            * PerlCode.dis (PCList, PCArrayRefLiteral, PCHashRefLiteral):
109            New interfaces.
110            (createPCLiteral, appendNewPCLiteral): New methods.
111            (PCDocument): New interface.
112            (factory methods): Namespace URI and local name of document
113            element arguments added to |createDocument| to obtain
114            an instance of |PCDocument|.
115    
116    2005-10-16  Wakaba  <wakaba@suika.fam.cx>
117    
118            * PerlCode.dis (pc:line): New configuration parameter.
119            (stringify): Don't output "#line" directive
120            unless "pc:line" parameter is set to "true".
121            (pc:split-resolver): New configuration parameter.
122    
123    2005-10-14  Wakaba  <wakaba@suika.fam.cx>
124    
125            * ManakaiNode.dis (anydata0): New property type.
126    
127            * PerlCode.dis (stringify): Prints node id if file name
128            is not available.
129            (perlLiteral): Prints as is if the value is blessed
130            with "manakai::code" package.
131    
132    2005-10-13  Wakaba  <wakaba@suika.fam.cx>
133    
134            * PerlCode.dis (CDATADOMString): Changed to use code
135            fragment defined in DOMCore module directly.
136    
137  2005-10-12  Wakaba  <wakaba@suika.fam.cx>  2005-10-12  Wakaba  <wakaba@suika.fam.cx>
138    
139          * PerlCode.dis (ForClassCompat): Removed.          * PerlCode.dis (ForClassCompat): Removed.

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.79

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24