Log of /messaging/manakai/bin/dac.pl
Parent Directory
| Revision Log
Revision
1.19
Sun Feb 26 14:32:38 2006 UTC
(18 years, 9 months ago)
by
wakaba
Branch:
MAIN
CVS Tags:
HEAD
Changes since
1.18: +0 -0 lines
FILE REMOVED
++ manakai/t/ChangeLog 26 Feb 2006 14:32:29 -0000
* Makefile (distclean): New rule.
2006-02-26 Wakaba <wakaba@suika.fam.cx>
++ manakai/bin/ChangeLog 26 Feb 2006 14:18:44 -0000
* daf.pl: Request for |fe:GenericLS| feature was missing.
Sets the |pc:preserve-line-break| parameter for test
code as |dac2test.pl| had been.
* dac.pl, dac2pm.pl, dac2test.pl: Removed.
* disc.pl, cdis2pm.pl, cdis2rdf.pl: Removed.
2006-02-26 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/ChangeLog 26 Feb 2006 14:19:17 -0000
2006-02-26 Wakaba <wakaba@suika.fam.cx>
* Makefile (distclean): New rule.
++ manakai/lib/Message/Body/ChangeLog 26 Feb 2006 14:19:35 -0000
2006-02-26 Wakaba <wakaba@suika.fam.cx>
* Makefile (distclean): New rule.
++ manakai/lib/Message/Field/ChangeLog 26 Feb 2006 14:24:08 -0000
2006-02-26 Wakaba <wakaba@suika.fam.cx>
* Makefile (distclean): New rule.
++ manakai/lib/Message/MIME/ChangeLog 26 Feb 2006 14:24:31 -0000
2006-02-26 Wakaba <wakaba@suika.fam.cx>
* Makefile (distclean): New rule.
++ manakai/lib/Message/Markup/ChangeLog 26 Feb 2006 14:24:49 -0000
* Makefile (distclean): New rule.
2006-02-26 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/Util/ChangeLog 26 Feb 2006 14:27:24 -0000
* PerlCode.dis (PerlStringLiteral.stringify): If some character
are escaped, the string should have been quoted by |QUOTATION MARK|.
* Makefile (.discore-all.pm): The parameter for |DIS/DPG.dis|
module was misplaced.
(distclean): New rule.
(clean): Cleans subdirectories, too.
2006-02-26 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/Util/DIS/ChangeLog 26 Feb 2006 14:31:14 -0000
* Perl.dis (plUpdate): Reads |dis:DefaultFor| property
from the source if it is not available from the module
in the database, i.e. the |readProperties| method
is not performed for the module.
(getPerlInterfaceMemberCode): Renamed
from |getPerlErrorInterfaceMemberCode|.
(DISLang:Const.getPerlInterfaceMemberCode): New
method implementation. Constants defined in interfaces
were not reflected to the generated Perl module code
since the split of |plGeneratePerlModule| method.
* DPG.dis (Require): Reference to |DIS:Perl| module was missing.
2006-02-26 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/DOM/ChangeLog 26 Feb 2006 14:21:51 -0000
* SimpleLS.dis (Require): Reference to the |MDOM:Tree|
module was missing.
* ManakaiDOMLS2003.dis: Some property names was incorrect.
* Makefile (distclean): New rule.
2006-02-26 Wakaba <wakaba@suika.fam.cx>
* DOMLS.dis: Removed from the CVS repository, since
it has been no longer required to make the |daf| system
itself.
2006-02-26 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/manakai/ChangeLog 26 Feb 2006 14:32:09 -0000
* Makefile (distclean): New rule.
2006-02-26 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/ChangeLog 26 Feb 2006 14:19:00 -0000
2006-02-26 Wakaba <wakaba@suika.fam.cx>
* Makefile (distclean): New rule.
Revision
1.18 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Feb 25 16:49:55 2006 UTC
(18 years, 9 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.17: +1 -1 lines
Diff to
previous 1.17
++ manakai/bin/ChangeLog 25 Feb 2006 16:31:38 -0000
2006-02-26 Wakaba <wakaba@suika.fam.cx>
* dac2pm.pl (--dafx-file-suffix): New dummy option.
* daf.pl: New script.
++ manakai/lib/Message/Util/ChangeLog 25 Feb 2006 16:40:55 -0000
2006-02-26 Wakaba <wakaba@suika.fam.cx>
* PerlCode.dis (Require): Missing reference to the |DISlib:DISMarkup|
module is added.
2006-02-25 Wakaba <wakaba@suika.fam.cx>
* DIS.dis (lookupNamespacePrefix): Resolves prefix by
namespace resolver if available.
(disNamespaceResolver): New attribute.
(loadModule): Sets |revision| attribute of the created module.
(ownerModuleRef): Setter is added.
(addTypeURI): Set |ownerModule| attribute if possible.
(ManakaiDISModuleLite): The class no longer inherits |DISAnyResource|
class and |ManakaiDefaultExceptionHandler| class.
(mergeAsAlias): New |noEqualityCheck| parameter is added.
* Makefile: New variables for |DAF| are added.
++ manakai/lib/Message/Util/DIS/ChangeLog 25 Feb 2006 16:45:17 -0000
2006-02-26 Wakaba <wakaba@suika.fam.cx>
* Perl.dis (plLoadDISDatabaseModule): Do nothing if the
module is already loaded.
(plUpdateModule): Parameter |moduleURI| is changed
to |modules| so that multiple modules can be updated once.
Don't try to read index file if it is not exist.
2006-02-25 Wakaba <wakaba@suika.fam.cx>
* DNLite.dis (convertDISDocumentToDNLDocument): New
|baseNamespaceBinding| parameter is added.
* Perl.dis (plLoadDISDatabase): Removes |c:error-handler|
property (it is |null| if specified).
(plStore): New |noMainDatabase| parameter is added. Don't
write resources that are not |isDefined|. Copies |DIS:revision|
property of modules to database index file.
(plLoadDISDatabaseModule): Notify before and after
a file is read. Don't throw |DIS:RESOURCE_ALREADY_DEFINED_ERR|
if the resource already in the database is not |isDefined|.
(plLoadDISDatabaseIndex): Notify before and after
a file is read.
(plDatabaseModuleResolver): New attribute accessor.
++ manakai/lib/Message/DOM/ChangeLog 25 Feb 2006 16:33:00 -0000
2006-02-25 Wakaba <wakaba@suika.fam.cx>
* DOMFeature.dis (Require): Missing reference to |DISlib:Test|
module is added.
Revision
1.17 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Feb 24 07:31:13 2006 UTC
(18 years, 9 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.16: +19 -10 lines
Diff to
previous 1.16
++ manakai/bin/ChangeLog 24 Feb 2006 07:28:55 -0000
2006-02-24 Wakaba <wakaba@suika.fam.cx>
* dac.pl (--dafx-file-suffix): New option.
(pl_store resource_resolver parameter): New |dafx|
index file resolution is implemented.
++ manakai/lib/Message/Util/DIS/ChangeLog 24 Feb 2006 07:31:03 -0000
2006-02-24 Wakaba <wakaba@suika.fam.cx>
* Perl.dis (plStore): Stores unassociated resources
into the |DISlib:DISCore| database module. Writes
to the database index (|dafx|) files.
(plDISLoadDatabase): Sets resources' |{db}| property (since
in new serialization format it might not be set).
Revision
1.16 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 23 17:51:49 2006 UTC
(18 years, 9 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.15: +2 -0 lines
Diff to
previous 1.15
++ manakai/lib/Message/Util/ChangeLog 23 Feb 2006 17:23:56 -0000
2006-02-24 Wakaba <wakaba@suika.fam.cx>
* DIS.dis (loadResource): URI registration by |addResourceList|
was incorrect for aliases.
(unloadResource): It did not support resources with
no e.g. |{subOf}| hash.
(addResourceURI): New method.
(getResourceURIList): New method.
Revision
1.15 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Feb 23 12:30:34 2006 UTC
(18 years, 9 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.14: +16 -1 lines
Diff to
previous 1.14
++ manakai/bin/ChangeLog 23 Feb 2006 12:25:26 -0000
2006-02-23 Wakaba <wakaba@suika.fam.cx>
* dac.pl (--update): New option.
++ manakai/lib/Message/Util/ChangeLog 23 Feb 2006 12:28:06 -0000
2006-02-23 Wakaba <wakaba@suika.fam.cx>
* DIS.dis (loadResource, loadFor, loadModule): New |srinfo|
parameter is added. Restores super-resource information
from |srinfo| if available.
(unloadModule): New method.
(getModuleResourceList): New method.
(addResourceList): Adds all alias names to the list.
(addForResource): New method analog to |addResourceList|.
(getForResourceList): New method analog to |getResourceList|.
(dx:Interface.getErrorInterfaceResource): New method
implementation.
++ manakai/lib/Message/Util/DIS/ChangeLog 23 Feb 2006 12:30:29 -0000
2006-02-23 Wakaba <wakaba@suika.fam.cx>
* Perl.dis (plAddHashKey): Saves key information also to
the module for the provision to |unload|ing.
(dx:Interface.getPerlDefinitionHashNamespace): New method
implementation.
(getPerlClassMemberCode): Adds the module of the subcode resource to
the |require|ing module list.
Revision
1.14 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed Nov 23 11:21:09 2005 UTC
(19 years ago)
by
wakaba
Branch:
MAIN
Changes since
1.13: +3 -0 lines
Diff to
previous 1.13
++ manakai/bin/ChangeLog 23 Nov 2005 11:08:32 -0000
2005-11-23 Wakaba <wakaba@suika.fam.cx>
* dac.pl, dac2pm.pl, dac2test.pl: |--verbose| or |--debug|
option turns verbose or debug mode of |Message::Util::Error|
module respectively.
++ manakai/lib/Message/Markup/ChangeLog 23 Nov 2005 11:09:11 -0000
* SuikaWikiConfig21.dis: Bugs on error depth fixed.
2005-11-23 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/Util/ChangeLog 23 Nov 2005 11:19:31 -0000
* Error.pm (new): Sets |-stacktrace_| property if debug
or verbose mode.
(stringify): Appends longer trace if debug or verbose mode.
($VERBOSE): New flag.
* DIS.dis: Bugs on error depth fixed.
2005-11-23 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/Util/Error/ChangeLog 23 Nov 2005 11:20:41 -0000
2005-11-23 Wakaba <wakaba@suika.fam.cx>
* DOMException.dis (stringify): Prepends only local name part
of class package name where an exception is thrown.
* Core.dis: Sync with revised |Message::Util::Error| implemetnation.
++ manakai/lib/Message/Util/DIS/ChangeLog 23 Nov 2005 11:12:18 -0000
* DNLite.dis: Bug on error depth fixed.
2005-11-23 Wakaba <wakaba@suika.fam.cx>
Revision
1.13 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Sep 25 14:53:02 2005 UTC
(19 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.12: +84 -37 lines
Diff to
previous 1.12
++ manakai/bin/ChangeLog 25 Sep 2005 14:45:44 -0000
2005-09-25 Wakaba <wakaba@suika.fam.cx>
* dac.pl, dac2pm.pl, mkdisdump.pl: Parameters "--dis-file-suffix",
"--daem-file-suffix", "--search-path-catalog-file-name", and
"--search-path" added. New dae and daem database format support.
(dac_search_file_stem): New function.
++ manakai/lib/Message/Markup/ChangeLog 25 Sep 2005 14:47:09 -0000
2005-09-25 Wakaba <wakaba@suika.fam.cx>
* Makefile (DAC_SUFFIX): Changed to ".dae".
(DAEM_SUFFIX): New.
++ manakai/lib/Message/Util/ChangeLog 25 Sep 2005 14:50:33 -0000
2005-09-25 Wakaba <wakaba@suika.fam.cx>
* DIS.dis (RESOURCE_NOT_DEFINED_ERR): New error code.
(getResource): New "dae" and "daem" database format support.
(DISResourceList): New type.
(uriRef, ownerModuleURI, ownerModuleURIRef): New attributes.
(addChildResource, addDynamicChildResource): New methods.
(getChildResourceList, getDynamicChildResourceList): New method.
(getChildResourceListByType): New method.
(parentResource, dynamicParentResource): New attributes.
* Makefile (DAC_SUFFIX): Changed to ".dae".
(DAEM_SUFFIX): New.
++ manakai/lib/Message/Util/DIS/ChangeLog 25 Sep 2005 14:52:26 -0000
2005-09-25 Wakaba <wakaba@suika.fam.cx>
* Perl.dis (plLoadDISDatabase): New "moduleResolver" parameter
added.
(plStore): New "moduleResolver" parameter added.
(plLoadDISDatabaseModule): New method.
++ manakai/lib/Message/DOM/ChangeLog 25 Sep 2005 14:47:15 -0000
2005-09-25 Wakaba <wakaba@suika.fam.cx>
* Makefile (DAC_SUFFIX): Changed to ".dae".
(DAEM_SUFFIX): New.
++ manakai/lib/manakai/ChangeLog 25 Sep 2005 14:46:50 -0000
2005-09-25 Wakaba <wakaba@suika.fam.cx>
* Makefile (DAC_SUFFIX): Changed to ".dae".
(DAEM_SUFFIX): New.
Revision
1.12 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 24 11:57:19 2005 UTC
(19 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.11: +2 -1 lines
Diff to
previous 1.11
++ manakai/bin/ChangeLog 24 Sep 2005 10:49:30 -0000
(dac_load_module_file): Allow "|" as qname prefix separator.
++ manakai/lib/Message/Markup/ChangeLog 24 Sep 2005 11:11:32 -0000
2005-09-24 Wakaba <wakaba@suika.fam.cx>
* SuikaWikiConfig21.dis: Use "disPerl:H" instead
of "disPerl:Q" for hash keys.
(expandQName): Removed the "g" option from the "s///",
which was very serious and difficult bug.
++ manakai/lib/Message/Util/ChangeLog 24 Sep 2005 11:01:40 -0000
2005-09-24 Wakaba <wakaba@suika.fam.cx>
* ManakaiNode.dis (mn:node, mn:nodeID, mn:treeID): New
properties.
(mn:stemName, mn:refName): New properties.
* Makefile (.discore-all.pm): New rule to create dis-related
Perl module files at once.
* DIS.dis (PERL_HASH_KEY_ALREADY_DEFINED_ERR): New error code.
(hashKeyName, hashKeyScope, anotherURI): New error parameters.
* ManakaiNode.dis, DIS.dis, PerlCode.dis: Use "disPerl:H" instead
of "disPerl:Q" for hash keys.
++ manakai/lib/Message/Util/Error/ChangeLog 24 Sep 2005 10:58:31 -0000
2005-09-24 Wakaba <wakaba@suika.fam.cx>
* ManakaiNode.dis: Use "disPerl:H" instead
of "disPerl:Q" for hash keys.
++ manakai/lib/Message/Util/DIS/ChangeLog 24 Sep 2005 11:06:19 -0000
2005-09-24 Wakaba <wakaba@suika.fam.cx>
* Perl.dis (plCodeFragment): Takes hash key name
from the database for "mn:node" and "DOMCore:read-only",
where they were hardcoded. For GetProp and SetProp
dis tree element instructions, hash key name
is shorten if shorter version is defined by "DISPerl:propHashKey"
property of the corresponding resource in the database.
(plAddHashKey): New method to check hash key name dupulication.
(dp:plHashKey): New property.
* Perl.dis, DNLite.dis, DISDoc.dis, DISDump.dis:
Use "disPerl:H" instead of "disPerl:Q" for hash keys.
++ manakai/lib/Message/DOM/ChangeLog 24 Sep 2005 10:55:11 -0000
2005-09-24 Wakaba <wakaba@suika.fam.cx>
* DOMMain.dis (MDOM:): Reintroduced for "ManakaiDOM:ManakaiDOM1"
and "ManakaiDOM:ManakaiDOM2".
* DOMFeature.dis, DOMMain.dis, DOMCore.dis, DOMXML.dis,
DOMLS.dis, SimpleLS.dis, GenericLS.dis: Use disPerl:H
instead of disPerl:Q for internal property hash keys.
* DOMFeature.dis, DOMCore.dis, DOMXML.dis: Missing property
definitions added.
* DOMCore.dis (DOMCore:TextNode, DOMCore:DocumentFragmentNode):
New resources.
* DOMXML.dis (DOMXML:EntityNode, DOMXML:EntityReferenceNode): New
resources.
++ manakai/lib/manakai/ChangeLog 24 Sep 2005 11:08:14 -0000
2005-09-24 Wakaba <wakaba@suika.fam.cx>
* XML.dis: The "DISPerl:propHashKey" property
added to properties. Now the module depends on the DISPerl
module.
* DISPerl.dis (DISPerl:propHashKey): New property.
Revision
1.11 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 23 18:24:52 2005 UTC
(19 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.10: +11 -8 lines
Diff to
previous 1.10
++ manakai/doc/ChangeLog 23 Sep 2005 17:22:30 -0000
2005-09-23 Wakaba <wakaba@suika.fam.cx>
* Makefile: Command-line arguments for new modules added.
(DAC_PREFIX): Changed to ".dad".
++ manakai/bin/ChangeLog 23 Sep 2005 17:21:35 -0000
2005-09-24 Wakaba <wakaba@suika.fam.cx>
* dac.pl, dac2pm.pl, mkdisdump.pl: "--debug" option added.
2005-09-23 Wakaba <wakaba@suika.fam.cx>
* mkdisdump.pl: Fixed to support new dad database implementation.
++ manakai/lib/Message/Util/ChangeLog 23 Sep 2005 17:29:45 -0000
2005-09-23 Wakaba <wakaba@suika.fam.cx>
* DIS.dis (DISParser.new): New method.
(hasFeature): Removed. ManakaiDISAnyResource now
extends DOMFeature:ManakaiHasFeatureByGetFeature.
(readProperties): Support for property value data
types DISLang:MemberRef and dx:XCRef added.
(ManakaiDISExceptionTarget): It is now an alias
for dx:ManakaiDefaultExceptionHandler.
++ manakai/lib/Message/Util/Error/ChangeLog 23 Sep 2005 17:41:25 -0000
2005-09-23 Wakaba <wakaba@suika.fam.cx>
* DOMException.dis (dx:raises): Properties dis:dataType
and dis:multipleProperties added.
++ manakai/lib/Message/Util/DIS/ChangeLog 23 Sep 2005 17:40:22 -0000
2005-09-23 Wakaba <wakaba@suika.fam.cx>
* DISDoc.dis: Modified to support new "dad" implementation.
(DISElementDISDoc): Removed.
(DVValueDISDoc): New.
(documentionGroupId): This attribute values now
do not include element type names.
* DNLite.dis (convertDISDocumentToDNLDocument): Fixed
not to "tie" happens to cause strange segmentation fault.
* Perl.dis (plCodeFragment): Support for the
role "dv:ValurRole" added. Property name "dis:AppName"
is changed to more specific property names. Throws
an exception if an input processor has no Perl code
definition. A parameter value to "getPropertyValue"
was missing.
* Value.dis (dv:ValueRole): New role.
(DVValue.getFeature): New method.
(DVValue): Now extends DOMFeature:ManakaiHasFeatureByGetFeature
so that it implements DOMFeature:GetFeature.
++ manakai/lib/Message/DOM/ChangeLog 23 Sep 2005 17:24:34 -0000
2005-09-23 Wakaba <wakaba@suika.fam.cx>
* GenericLS.dis, SimpleLS.dis: New modules separated
from DOMLS.dis.
* DOMFeature.dis, DOMMain.dis: "MDOM:" and "for" definitions
moved from DOMMain to DOMFeature. Now DOMFeature
has no dependency on DOMMain.
* DOMFeature.dis (DEBUG): New variable.
++ manakai/lib/manakai/ChangeLog 23 Sep 2005 17:44:24 -0000
2005-09-23 Wakaba <wakaba@suika.fam.cx>
* DISCore.dis (dis:Label, dis:FullName): Their "dis:multipleProperties"
property is fixed to "DISCore:UnorderedList" to allow
language variants.
(dis:Author): Marked as obsolete.
(DISCore:author): New property.
(DISCore:Wakaba): New resource.
* DISPerl.dis (DISPerl:name, DISPerl:constName,
DISPerl:exportTagName, DISPerl:variableName, DISPerl:paramName):
New properties.
Revision
1.10 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Sep 22 11:02:31 2005 UTC
(19 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.9: +112 -33 lines
Diff to
previous 1.9
++ manakai/bin/ChangeLog 22 Sep 2005 10:33:43 -0000
2005-09-22 Wakaba <wakaba@suika.fam.cx>
* dac2pm.pl (status_msg_, status_msg): New functions.
(--create-perl-module): New option.
2005-09-21 Wakaba <wakaba@suika.fam.cx>
* dac.pl: Show how long the process takes.
(status_msg_, status_msg): New functions.
(dac_load_module_file): Converts dis document into DNLite document.
* dac2pm.pl: Unused namespace bindings removed.
++ manakai/lib/Message/Util/ChangeLog 22 Sep 2005 10:40:13 -0000
2005-09-22 Wakaba <wakaba@suika.fam.cx>
* DIS.dis (Util:): Added for DIS|ForEmpty and DIS|ForLatest.
(disIsNullable): Reimplemented.
2005-09-21 Wakaba <wakaba@suika.fam.cx>
* DIS.dis (addNamespaceBinding): New method.
++ manakai/lib/Message/Util/DIS/ChangeLog 22 Sep 2005 10:56:00 -0000
2005-09-21 Wakaba <wakaba@suika.fam.cx>
* Value.dis (DVValue): Extends DIS|NSResolverDIS.
* DNLite.dis: "databaseArg" parameter added to some methods.
(free, addNamespaceBinding, getDefaultNamespaceURIRef,
getNamespaceBindingList): New methods.
(DNLElement): Inherits DIS/Perl|DISElementPerl.
(expandedURI, disGetAttribute, plImplementation): New.
* Perl.dis (plCodeFragment): "databaseArg" parameter added.
++ manakai/lib/Message/DOM/ChangeLog 22 Sep 2005 10:36:20 -0000
2005-09-21 Wakaba <wakaba@suika.fam.cx>
* DOMCore.pm (DOMImplementation): Provides "XML" and "XMLVersion"
features if it is "for" ManakaiDOM:DOMXMLFeature.
* DOMMain.pm (StringExtended): Code portions of raising
StringOutOfBoundsException is temporary disabled since
it is not a DOM-style exception supported by
current implementation of ManakaiNode - it will be
recovered in later revision.
++ manakai/lib/manakai/ChangeLog 22 Sep 2005 11:00:19 -0000
2005-09-21 Wakaba <wakaba@suika.fam.cx>
* DISPerl.dis (DISPerl:packageName): New.
Revision
1.9 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Sep 17 15:03:02 2005 UTC
(19 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.8: +20 -4 lines
Diff to
previous 1.8
Perl-related methods moved from DIS to DIS/Perl; DIS readProperties method implemented (still buggy)
Revision
1.8 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Sep 9 04:26:04 2005 UTC
(19 years, 2 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.7: +47 -14 lines
Diff to
previous 1.7
Documentation for exceptions and method inheritance; interfaces added to DIS and PerlCode
Revision
1.7 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Wed May 11 14:07:41 2005 UTC
(19 years, 6 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.6: +1 -1 lines
Diff to
previous 1.6
LSInput for bootstrap added; lib/Message/DOM/DOMLS.dis is now dac-compilable
Revision
1.4 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Thu Apr 28 15:22:59 2005 UTC
(19 years, 7 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.3: +33 -8 lines
Diff to
previous 1.3
bin/dac2pm.pl: New script; lib/Message/Util/DIS.dis: Module generation implemented; lib/Makefile: New
Revision
1.3 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Fri Mar 4 12:18:52 2005 UTC
(19 years, 8 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.2: +8 -5 lines
Diff to
previous 1.2
lib/Message/Markup/SuikaWikiConfig21.dis (nodePath): Use realQualifiedName instead of qualifiedName; lib/Message/Util/DIS.dis: plStore and plLoadDISDatabase added; lib/Message/Util/ManakaiNode.dis: Non-nodal value bug fixed for SuikaWikiConfig21 support
Revision
1.2 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sun Feb 27 14:27:56 2005 UTC
(19 years, 9 months ago)
by
wakaba
Branch:
MAIN
Changes since
1.1: +31 -10 lines
Diff to
previous 1.1
lib/Message/Util/DIS.dis: loadFor implemented; loadResource added (but not work yet); lib/Message/Markup/SuikaWikiConfig21.dis: Binding expantion bug fixed; *.dis: QName attribute added to Module/Require elements
Revision
1.1 -
(
view)
(
download)
(
annotate)
-
[select for diffs]
Sat Feb 26 11:35:50 2005 UTC
(19 years, 9 months ago)
by
wakaba
Branch:
MAIN
lib/Message/Util/DIS.dis: More methods implemented; bin/dac.pl: New script (not work yet)
This form allows you to request diffs between any two revisions of this file.
For each of the two "sides" of the diff,
select a symbolic revision name using the selection box, or choose
'Use Text Field' and enter a numeric revision.