/[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.72 by wakaba, Thu Nov 24 12:08:54 2005 UTC revision 1.91 by wakaba, Wed Feb 8 16:37:35 2006 UTC
# Line 1  Line 1 
1    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
2    
3            * PerlCode.dis (PCReference.stringify): Reference operator |\|
4            was missing.
5            
6    2006-02-08  Wakaba  <wakaba@suika.fam.cx>
7    
8            * PerlCode.dis (getNameListAttrR): Non-|pc:|-namespace elements
9            and their descendants were ignored.
10            (getNameListAttrRM): New variant derived from |getNameListAttrR|,
11            for |getUsePerlModuleNameList| and |getUseCharClassNameList|.
12            (getUsePerlModuleNameList, getUseCharClassNameList): Don't
13            include |pc:package| and their descendants to the target.
14            (PerlFile.stringify): Outputs |use| statements
15            for Perl modules and character classes not part of any package,
16            if any.
17    
18            * DIS.dis: |lang:tdterr|'s |DVNSValue| convertion is supported.
19    
20    2006-02-06  Wakaba  <wakaba@suika.fam.cx>
21    
22            * DIS.dis (loadModule): Loads a "daem" submodule file
23            if exists.
24    
25    2006-01-30  Wakaba  <wakaba@suika.fam.cx>
26    
27            * Makefile: Typo fixed.
28    
29    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
30    
31            * Makefile: Updated to be consist with |../DOM/Makefile|.
32    
33            * DIS.dis (parse): Parameter |input|'s type is
34            changed from |DOMLS:LSInput| to |DISPerl:HASH| to
35            remove dependency on |MDOM:DOMLS| module.
36    
37    2006-01-29  Wakaba  <wakaba@suika.fam.cx>
38    
39            * PerlCode.dis (skipLines): Its code was incorrect.
40            (createPCLiteral): Creates a |undef| keyword node
41            for an |undef| value.  Tests added.
42    
43    2006-01-25  Wakaba  <wakaba@suika.fam.cx>
44    
45            * ManakaiNodeTest.dis: Tests for |mn:subnode2| hash-hash added.
46    
47    2006-01-24  Wakaba  <wakaba@suika.fam.cx>
48    
49            * ManakaiNodeTest.dis: Tests added.
50    
51    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
52    
53            * .cvsignore: |ManakaiNodeTest.pm| added.
54    
55    2006-01-23  Wakaba  <wakaba@suika.fam.cx>
56    
57            * ManakaiNodeTest.dis: New module.
58    
59            * Makefile: |ManakaiNodeTest.dis| added.
60    
61    2006-01-22  Wakaba  <wakaba@suika.fam.cx>
62    
63            * PerlCode.dis: Fixed not |getAttributeNS| to cause
64            uninitialized value warnings.
65    
66    2006-01-19  Wakaba  <wakaba@suika.fam.cx>
67    
68            * PerlCode.dis (PCPackage.stringify): Appends a string
69            representation of non-|pc:*| element children for
70            the stringified value.
71    
72    2006-01-07  Wakaba  <wakaba@suika.fam.cx>
73    
74            * Makefile: |../DOM/XDoctype.dis| added.
75    
76    2005-12-27  Wakaba  <wakaba@suika.fam.cx>
77    
78            * PerlCode.dis (PCReference): New interface.
79    
80    2005-12-24  Wakaba  <wakaba@suika.fam.cx>
81    
82            * PerlCode.dis (PerlSub.clearPerlName): New method.
83            (PCDocument.createPCLiteral): Adopts |PerlCode| node
84            if it is a foreign one.
85    
86            * DIS.dis (underscoreNameToCamelCaseName): A |HYPHEN-MINUS|
87            character is replaced to |UNDERLINE| character.
88    
89    2005-12-21  Wakaba  <wakaba@suika.fam.cx>
90    
91            * Makefile: |dpg.dae| rule merged into |discore.dae| rule.
92    
93    2005-12-20  Wakaba  <wakaba@suika.fam.cx>
94    
95            * DIS.dis: DPG format support added.
96    
97    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
98    
99            * PerlCode.dis (PCDocument.createPerlSub): New method.
100    
101            * Makefile: Rules to make |DIS/DPG.pm| added.
102    
103    2005-12-18  Wakaba  <wakaba@suika.fam.cx>
104    
105            * PerlCode.dis (PCExpression.stringify): More operators supported.
106            (PCDocument.createPCStatement): New method.
107    
108    2005-12-17  Wakaba  <wakaba@suika.fam.cx>
109    
110            * PerlCode.dis (PCWhen): New interface.
111    
112    2005-12-16  Wakaba  <wakaba@suika.fam.cx>
113    
114            * PerlCode.dis (PCNumberLiteral, PCDereference, PCApply): New interfaces.
115            (arrayRefLiteral, hashRefLiteral): Typos in element type names fixed.
116            (PCExpression.stringify): Outputs children other than expression.
117            Inserts space before and after operators if desired.
118    
119    2005-12-15  Wakaba  <wakaba@suika.fam.cx>
120    
121            * PerlCode.dis (PCCondition, PCBlock): New interface.
122            (ManakaiPCBlock): Renamed as |ManakaiPerlCodeBlock| to
123            distingulish new |ManakaiPCBlock| class implementing new |PCBlock|
124            interface.
125    
126    2005-12-14  Wakaba  <wakaba@suika.fam.cx>
127    
128            * PerlCode.dis (PCExpression, PCChoose, PCWhen, PCOtherwise): New
129            interfaces and element types.
130            (getChildElementByType): New code.
131            (PCFunctionCall): New interface and element type.
132    
133  2005-11-24  Wakaba  <wakaba@suika.fam.cx>  2005-11-24  Wakaba  <wakaba@suika.fam.cx>
134    
135          * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.          * DIS.dis (stringify): Returns |DIS:uri| error parameter if available.

Legend:
Removed from v.1.72  
changed lines
  Added in v.1.91

admin@suikawiki.org
ViewVC Help
Powered by ViewVC 1.1.24