Parent Directory | Revision Log
Links to HEAD: | (view) (download) (annotate) |
Links to HEAD: | (view) (download) (annotate) |
Sticky Tag: |
++ manakai/lib/Message/DOM/ChangeLog 25 Aug 2007 07:01:41 -0000 2007-08-25 Wakaba <wakaba@suika.fam.cx> * Makefile: Relative path was wrong. ++ manakai/lib/Message/URI/ChangeLog 25 Aug 2007 07:02:03 -0000 * Makefile: Relative path was wrong. 2007-08-25 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Util/ChangeLog 25 Aug 2007 07:01:25 -0000 2007-08-25 Wakaba <wakaba@suika.fam.cx> * Makefile (POD2HTML): Relative path was wrong.
++ manakai/lib/Message/DOM/ChangeLog 29 Jul 2007 09:44:05 -0000 * DOMImplementation.pod: New documentation. * Makefile: Make HTML document. 2007-07-29 Wakaba <wakaba@suika.fam.cx> * Document.pm: Renamed from DOMDocument.pm.
++ ChangeLog 29 Jul 2007 08:07:03 -0000 * .htaccess: New file. 2007-07-29 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 29 Jul 2007 08:18:17 -0000 * DOMString.dis, DOMString.pm, Document.dis, Document.pm, Element.dis, Element.pm, CharacterData.dis, CharacterData.pm, TreeCore.dis, TreeCore.pm, DOMCore.dis, DOMCore.pm, DOMFeature.dis, DOMFeature.pm, XML.dis, XML.pm, DOMMain.dis, DOMMain.pm, DOMLS.dis, GenericLS.dis, GenericLS.pm, SimpleLS.dis: Removed. * Makefile: Rules for DIS are removed. 2007-07-29 Wakaba <wakaba@suika.fam.cx>
++ manakai/bin/ChangeLog 30 Dec 2006 06:47:17 -0000 2006-12-30 Wakaba <wakaba@suika.fam.cx> * idl2dis.pl: Removed. ++ manakai/lib/Message/Markup/ChangeLog 30 Dec 2006 08:26:03 -0000 * Atom.dis, SuikaWiki.dis, H2H.dis: |WithFor| and |DefaultFor| properties are removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Util/ChangeLog 30 Dec 2006 08:26:59 -0000 * PerlCode.dis: |WithFor| and |DefaultFor| are removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 30 Dec 2006 08:25:38 -0000 GenericLS.dis, TreeCore.dis, DOMString.dis, XML.dis, Element.dis, Document.dis, TreeStore,dis, Traversal.dis, XDoctype.dis, XMLParser.dis, DOMLS.dis, SimpleLS.dis, DOMMain.dis, XDP.dis: |WithFor| specifications and |DefaultFor|s are removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> * CharacterData.dis, DOMCore.dis, DOMFeature.dis, ++ manakai/lib/Message/URI/ChangeLog 30 Dec 2006 08:26:32 -0000 * Generic.dis: |WithFor| and |DefaultFor| are removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Charset/ChangeLog 30 Dec 2006 08:24:04 -0000 * Encode.dis (Require): |WithFor| specifications are removed. (DefaultFor): Removed. 2006-12-30 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/manakai/ChangeLog 30 Dec 2006 07:46:56 -0000 2006-12-30 Wakaba <wakaba@suika.fam.cx> * dis.pl: Removed.
++ manakai/t/ChangeLog 2 Dec 2006 12:46:13 -0000 2006-12-02 Wakaba <wakaba@suika.fam.cx> * Makefile (dom-DOMString.t): New test. ++ manakai/bin/ChangeLog 2 Dec 2006 12:35:25 -0000 2006-12-02 Wakaba <wakaba@suika.fam.cx> * daf.pl: Call |get_dom_implementation| instead of obsolete |get_implementation|. * grep-dis.pl: |lib/manakai/*.pl| is added. ++ manakai/lib/Message/Util/ChangeLog 2 Dec 2006 12:45:49 -0000 2006-12-02 Wakaba <wakaba@suika.fam.cx> * Makefile: |lib/Message/DOM/DOMString.pm| is added. ++ manakai/lib/Message/DOM/ChangeLog 2 Dec 2006 12:45:20 -0000 2006-12-02 Wakaba <wakaba@suika.fam.cx> * DOMString.dis: New module. * DOMString.pm: New file. * DOMCore.dis (min): Moved from |DOMFeature.dis|. (ImplementationRegistryVariable): Moved from |DOMFeature.dis|. Now it references the |DOMImplementationRegistry| object. (DOMImplementationRegistryVariable): Moved from |DOMMain.dis|. (DOMImplementationRegistry): New interface and class, reformed from |ImplementationRegistry| in |DOMFeature.dis| and |DOMImplementationRegistry| in |DOMMain.dis|. Note that the class no longer support |get_implementation| and |get_implementation_list| methods from the |ImplementationRegistry| interface. (DOMImplementationList): Class implemented; no longer inherits from |ImplementationList|. (DOMImplementationSource): Class implemented; no longer inherits from |ImplementationSource|. Note that the class no longer support |get_implementation| and |get_implementation_list| methods from the |ImplementationSource| interface. (DOMStringList): Removed. * DOMFeature.dis (min, ManakaiDOM:DOMHTMLFeature, ManakaiDOM:DOMEventsFeature, ManakaiDOM:DOMXMLFeature, ManakaiDOM:DOMXMLFeatureXML11, most part of documentation for obsolete DOM Level 3 Minimum Implementation module, obsolete property name aliases, ImplemenationRegistryVar, ImplementationRegistry, DEBUG, MIString, ImplementationList, ImplementationSource, ManakaiDOM:implID): Removed. * DOMMain.dis (Redefine, RedefinedBy, Redefined): Removed. (DOMString): Removed. (DOMImplementationRegistryVar, DOMImplementationRegistry): Removed. * Makefile: |DOMString.pm| is added. * TreeCore.dis (is_default_namespace): |null| was returned where a false is expected (|null| is a false in Perl, but real |false| is appropriate here).
++ manakai/t/ChangeLog 15 Aug 2006 03:53:40 -0000 2006-08-15 Wakaba <wakaba@suika.fam.cx> * Makefile (util-dis-Value.t): New test. ++ manakai/lib/Message/Util/ChangeLog 15 Aug 2006 03:50:57 -0000 2006-08-15 Wakaba <wakaba@suika.fam.cx> * Makefile (.discore-all.pm): |../DOM/TreeStore.pm| is added to the list. ++ manakai/lib/Message/Util/DIS/ChangeLog 15 Aug 2006 03:53:08 -0000 2006-08-15 Wakaba <wakaba@suika.fam.cx> * Value.dis (Require): References to |MDOM:TreeCore| and |MDOM:TreeStore| modules are added. (ManakaiDISImplementationValue): Now it extends the |ManakaiDOMImplementationTreeStore| class. (ValueFeature10): Now it requires the |TSFeature30| feature. (createDVXMLValue): New method. (createXMLValue): New code. (DVXMLValue): New interface. ++ manakai/lib/Message/DOM/ChangeLog 15 Aug 2006 03:50:21 -0000 2006-08-15 Wakaba <wakaba@suika.fam.cx> * TreeStore.pm: Added to the CVS repository to enable for the dis database to contain XML fragments. * Makefile (DOT_CORE_DIS_FILES): |TreeStore.pm| is added. * TreeStore.dis (Namespace): Namespace URI was incorrect.
++ manakai/t/ChangeLog 13 May 2006 12:06:16 -0000 2006-05-13 Wakaba <wakaba@suika.fam.cx> * Makefile (dom-XDP.t): New test. ++ manakai/lib/Message/Util/DIS/ChangeLog 13 May 2006 12:05:54 -0000 2006-05-13 Wakaba <wakaba@suika.fam.cx> * Perl.dis: Use |createPCNumberLiteral| rather than |createPCLiteral| where appropriate. ++ manakai/lib/Message/DOM/ChangeLog 13 May 2006 12:05:21 -0000 * XDP.dis: New module. * Makefile: |XDP.dis| is added. * Traversal.dis (NodeFilter): |InputProcessor| and |OutputProcessor| are added. 2006-05-13 Wakaba <wakaba@suika.fam.cx>
++ manakai/t/ChangeLog 30 Apr 2006 07:58:15 -0000 2006-04-30 Wakaba <wakaba@suika.fam.cx> * Makefile (dom-Traversal.t): New test. ++ manakai/lib/Message/DOM/ChangeLog 30 Apr 2006 07:57:55 -0000 2006-04-30 Wakaba <wakaba@suika.fam.cx> * Makefile: |Traversal.dis| is added. * Traversal.dis: New module. * TreeCore.dis (___report_error): Return value was not propagated.
++ manakai/t/ChangeLog 16 Apr 2006 08:00:28 -0000 2006-04-16 Wakaba <wakaba@suika.fam.cx> * Makefile (dom-CharacterData.t): New test. ++ manakai/lib/Message/Util/ChangeLog 16 Apr 2006 08:02:29 -0000 2006-04-16 Wakaba <wakaba@suika.fam.cx> * Makefile (.discore-all.pm): |CharacterData.pm| is added. ++ manakai/lib/Message/DOM/ChangeLog 16 Apr 2006 08:01:01 -0000 2006-04-16 Wakaba <wakaba@suika.fam.cx> * CharacterData.dis: New module split from |TreeCore.dis|. * CharacterData.pm: Added to the CVS repository. * TreeCore.dis: The |CharacterData|, |Text|, and |Comment| interfaces are removed. (Require): A reference to the |MDOM:CharacterData| module is added. * DOMMain.dis (StringExtended, StringOutOfBoundsException): Removed. * DOMCore.dis (StringOutOfBoundsException): New error. * Makefile: |CharacterData.pm| is added.
++ manakai/t/ChangeLog 2 Apr 2006 12:14:41 -0000 * Makefile (dom-TreeStore.t): New test. 2006-04-02 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 2 Apr 2006 12:14:16 -0000 * TreeStore.dis: New module. * Makefile: |TreeStore.dis| is added. 2006-04-02 Wakaba <wakaba@suika.fam.cx>
++ manakai/lib/Message/Util/ChangeLog 2 Apr 2006 10:44:48 -0000 2006-04-02 Wakaba <wakaba@suika.fam.cx> * Makefile: Update to new modules. ++ manakai/lib/Message/DOM/ChangeLog 2 Apr 2006 10:44:11 -0000 * XMLParser.dis: Updated so that it can be used with |TreeCore.pm|, |Document.pm|, |Element.pm|, and |XML.pm|. Set the read-only flag to the |DocumentType|, |Entity|, and |EntityReference| noes. * Node.dis (textContent): It did not handle descendant element and entity reference nodes. * Element.dis, XML.dis (manakaiBaseURI.get): Its definition has been changed to return only explicit base URI specification. * DOMLS.dis (LSInput, LSOutput): They no longer inherits the |ManakaiDOM:ManakaiDOMObject| class. * Tree.dis, DOMXML.dis, ManakaiDOMLS2003.dis: Removed. * Tree.pm, DOMXML.pm: Removed. * TreeCore.pm, Document.pm, Element.pm: Added to the CVS repository since they are necessary to build the dis library. * Makefile: Sync'ed to new modules disposition. 2006-04-02 Wakaba <wakaba@suika.fam.cx>
++ manakai/t/ChangeLog 1 Apr 2006 17:11:22 -0000 2006-04-02 Wakaba <wakaba@suika.fam.cx> * Makefile: Tests |dom-Tree.t| and |dom-DOMXML.t| are removed. Tests |dom-Document.t| and |dom-Element.t| are added. ++ manakai/lib/Message/Util/DIS/ChangeLog 1 Apr 2006 17:10:39 -0000 2006-04-02 Wakaba <wakaba@suika.fam.cx> * Perl.dis (plGeneratePerlModule): Some class names are changed. ++ manakai/lib/Message/DOM/ChangeLog 1 Apr 2006 17:09:40 -0000 2006-04-02 Wakaba <wakaba@suika.fam.cx> * Makefile: Rules for |Tree.pm| and |DOMXML.pm| are removed. For |Element.pm| and |Document.pm| are added. * Document.dis, Element.dis: New module split from |TreeCore.dis|. * TreeCore.dis (Document, DocumentFragment, Element, Attr): Removed.
++ manakai/lib/Message/ChangeLog 31 Mar 2006 15:51:53 -0000 2006-03-31 Wakaba <wakaba@suika.fam.cx> * Makefile (clean-db): New rule. ++ manakai/lib/Message/Markup/ChangeLog 31 Mar 2006 15:53:04 -0000 2006-03-31 Wakaba <wakaba@suika.fam.cx> * Makefile (clean-db): New rule. ++ manakai/lib/Message/Util/ChangeLog 31 Mar 2006 15:59:50 -0000 * Makefile (clean-db): New rule. * Grove.dis (onunload): New internal property. (collectGarbage): Invoke the |mg:onunload| code if available. 2006-03-31 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 31 Mar 2006 15:58:33 -0000 2006-04-01 Wakaba <wakaba@suika.fam.cx> * TreeCore.dis (setIdAttribute, setIdAttributeNS, setIdAttributeNode): Reimplemented. (isId): Setter is added. (Element.normalize): Definition copied from the |MDOM:Tree| module. 2006-03-31 Wakaba <wakaba@suika.fam.cx> * Makefile (clean-db): New rule. * TreeCore.dis (setUserData): Schedule to invoke the user data handler when the node is removed from the memory. (setAttribute, setAttributeNS): Set the [attribute type] if DTD attribute definition is available. (CharacterData members): Definitions copied from the |MDOM:Tree| module. ++ manakai/lib/Message/URI/ChangeLog 31 Mar 2006 15:54:48 -0000 2006-04-01 Wakaba <wakaba@suika.fam.cx> * Makefile (clean-db): New rule. ++ manakai/lib/Message/Charset/ChangeLog 31 Mar 2006 15:54:37 -0000 2006-04-01 Wakaba <wakaba@suika.fam.cx> * Makefile (clean-db): New rule. ++ manakai/lib/manakai/ChangeLog 31 Mar 2006 15:53:40 -0000 2006-03-31 Wakaba <wakaba@suika.fam.cx> * Makefile (clean-db): New rule. ++ manakai/lib/ChangeLog 31 Mar 2006 15:51:40 -0000 2006-03-31 Wakaba <wakaba@suika.fam.cx> * Makefile (clean-db): New rule.
++ manakai/t/ChangeLog 18 Mar 2006 05:57:39 -0000 2006-03-18 Wakaba <wakaba@suika.fam.cx> * Makefile (t-XML.t): New test. ++ manakai/bin/ChangeLog 18 Mar 2006 05:54:09 -0000 2006-03-18 Wakaba <wakaba@suika.fam.cx> * daf.pl (daf_get_file_path_stem): The '.' is removed from the default search path. ++ manakai/lib/Message/DOM/ChangeLog 18 Mar 2006 05:56:17 -0000 2006-03-18 Wakaba <wakaba@suika.fam.cx> * TreeCore.dis (Require): The |MDOM:XML| module is added. (createAttributeNS, createTextNode, createComment, createCDATASection): New methods. (Attr, Text, Comment, CharacterData): New interfaces. * Makefile: |XML.dis| is added. * XML.dis: New module. 2006-03-17 Wakaba <wakaba@suika.fam.cx> * TreeCore.dis (manakaiReadOnly): New attribute.
++ manakai/t/ChangeLog 17 Mar 2006 08:06:15 -0000 2006-03-17 Wakaba <wakaba@suika.fam.cx> * Makefile (t-TreeCore.t): New test. ++ manakai/bin/ChangeLog 17 Mar 2006 08:03:40 -0000 2006-03-17 Wakaba <wakaba@suika.fam.cx> * daf.pl: The position of two |undef| statements was incorrect. (daf_generate_perl_test): Provides |--skip| option for test scripts. ++ manakai/lib/Message/Util/ChangeLog 17 Mar 2006 07:45:32 -0000 2006-03-17 Wakaba <wakaba@suika.fam.cx> * Grove.dis: New module. ++ manakai/lib/Message/Util/DIS/ChangeLog 17 Mar 2006 08:05:33 -0000 2006-03-17 Wakaba <wakaba@suika.fam.cx> * Perl.dis (method name): New methods from |Util:Grove| module are added. (role): New |mg:NodeRefRole| role support is added. ++ manakai/lib/Message/DOM/ChangeLog 17 Mar 2006 08:04:07 -0000 2006-03-17 Wakaba <wakaba@suika.fam.cx> * Makefile: |TreeCore.dis| is added. * TreeCore.dis: New module.
++ 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.
++ manakai/t/ChangeLog 26 Feb 2006 06:42:43 -0000 2006-02-26 Wakaba <wakaba@suika.fam.cx> * Makefile: Revised for new |daf| database format. ++ manakai/bin/ChangeLog 26 Feb 2006 06:36:16 -0000 * daf.pl: Perl test file generation support from |dac2test.pl| is added. Exits the program before any generation if the database constrution process has error. 2006-02-26 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Markup/ChangeLog 26 Feb 2006 06:37:11 -0000 2006-02-26 Wakaba <wakaba@suika.fam.cx> * Makefile: Revised for new |daf| database format. ++ manakai/lib/Message/Util/ChangeLog 26 Feb 2006 06:40:09 -0000 * ManakaiNodeTest.dis (Require): Missing reference to the |DISlib:Test| module is added. * Makefile: Revised for new |daf| database format. * DIS.dis (elementTypeMatch, isSubsetOfURI): The |srinfo| parameter is added. (getFor, getModule): Set reference rather than string itself to the |{for}| property. (loadResource): Passes |srinfo| parameter to |isSubsetOfURI|-calling methods. (mergeAsAlias): The |srinfo| parameter is added. 2006-02-26 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Util/DIS/ChangeLog 26 Feb 2006 06:41:53 -0000 * Perl.dis (addHashKey): Revised to register keys to each key scope resource rather than database. * DNLite.dis (elementTypeMatch): The |srinfo| parameter is added. * DISDump.dis (Require): Missing reference to the |DISlib:DISMarkup| module is added. 2006-02-26 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 26 Feb 2006 06:36:55 -0000 2006-02-26 Wakaba <wakaba@suika.fam.cx> * Makefile: Revised for new |daf| database format. ++ manakai/lib/manakai/ChangeLog 26 Feb 2006 06:42:23 -0000 2006-02-26 Wakaba <wakaba@suika.fam.cx> * Makefile: Rules to construct old |dae| database are removed.
++ manakai/t/ChangeLog 29 Jan 2006 13:41:06 -0000 * Makefile (dom-genericls.t): Generates from |feature.dae|. 2006-01-29 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Markup/ChangeLog 29 Jan 2006 13:32:04 -0000 2006-01-29 Wakaba <wakaba@suika.fam.cx> * SuikaWikiConfig.dis: Unused definitions are removed. Dependency on |MDOM:DOMLS| module is removed; the module now only references |MDOM:GenericLS| module. (swcfg21:shadowParent, swcfg21:shadowSiblingOf, swcfg21:shadowLocalName, swcfg21:shadowNamespaceURI): Missing definition added. A typo fixed. ++ manakai/lib/Message/Util/ChangeLog 29 Jan 2006 13:33:46 -0000 * Makefile: Updated to be consist with |../DOM/Makefile|. * DIS.dis (parse): Parameter |input|'s type is changed from |DOMLS:LSInput| to |DISPerl:HASH| to remove dependency on |MDOM:DOMLS| module. 2006-01-29 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/Util/DIS/ChangeLog 29 Jan 2006 13:39:45 -0000 * Perl.dis, DNLite.dis, Value.dis, Test.dis: Unused definitions removed. * Test.dis, DPS.dis: References to old names in |MDOM:DOMLS| namespace changed to ones in |MDOM:GenericLS| namespace. * Perl.dis (plLoadDISDatabaseModule): Don't throw database incosistency error for |ManakaiDOM:all|, which is always in |DISDatabase|. (plGeneratePerlModule): |c:DOMConfigurationParameterApplication| with whose referenced configuration's type |idl:boolean| may override "supported" flags and their cases' |dis:SetParam| parameters. (It enables |MDOM:DOMLS| configuration parameters split from |MDOM:DOMCore| ones) 2006-01-29 Wakaba <wakaba@suika.fam.cx> ++ manakai/lib/Message/DOM/ChangeLog 29 Jan 2006 13:29:45 -0000 * Tree.dis (ManakaiDOM:entity-reference-read-only): Configuration parameter name changed to |cfg:entity-reference-read-only|. (createEntityReference): Set |c:read-only| flag of the created entity reference, too. * DOMLS.dis (min): New canonical feature name |fe:Min| added. * GenericLS.dis: Don't refer |DOMMain:DOMString|; use |f:MIString| from |DOMFeature| module instead. Use |idl:Object| instead of |DOMMain:DOMObject| as well. (Generic): New canonical feature name |fe:GenericLS| added. (DOMLS:ParserRole, DOMLS:SerializerRole): Their canonical name changed to |gls:ParserRole| and |gls:SerializerRole| respectively. * DOMXML.dis (entities, notations): Perl code removed. It will be reimplemented using |DocumentTypeDefinition| class from |XDoctype| module. * DOMFeature.dis, DOMCore.dis, DOMMain.dis, DOMXML.dis, Tree.dis, DOMLS.dis, GenericLS.dis, ManakaiDOMLS2003.dis, SimpleLS.dis: Cleaned up unused definitions. * DOMCore.dis, DOMLS.dis (CParam): Definitions for LS module moved from |DOMCore| module to |DOMLS| module. This change makes |DOMCore| to |DOMLS| dependency removed. * .cvsignore (.html.pm, .ls.pm): Removed. * Makefile (.html.pm, .ls.pm): Removed. (feature.dae): Include |GenericLS| module. (core.dae): Don't include |DOMLS| and |GenericLS| module. (ls.dae): Include |DOMLS| module. 2006-01-29 Wakaba <wakaba@suika.fam.cx>
++ manakai/t/ChangeLog 7 Jan 2006 11:46:40 -0000 2006-01-07 Wakaba <wakaba@suika.fam.cx> * dom-mdom.t: Removed (obsolete). * util-formatter-base.t: Test result synced with current implementation. * Makefile: |dom-core.t| and |dom-xdoctype.t| added. ++ manakai/lib/Message/Util/ChangeLog 7 Jan 2006 11:15:29 -0000 2006-01-07 Wakaba <wakaba@suika.fam.cx> * Makefile: |../DOM/XDoctype.dis| added. ++ manakai/lib/Message/Util/DIS/ChangeLog 7 Jan 2006 11:25:49 -0000 2006-01-07 Wakaba <wakaba@suika.fam.cx> * Test.dis (id): New attribute. (assertNumEquals, assertNumNotEquals): New methods. (assertISA): New method. 2006-01-04 Wakaba <wakaba@suika.fam.cx> * Perl.dis (plCodeFragment): New roles |ElementTypeDefinitionRole| and |AttributeDefinitionRole| implemented. ++ manakai/lib/Message/DOM/ChangeLog 7 Jan 2006 11:55:36 -0000 2006-01-07 Wakaba <wakaba@suika.fam.cx> * DOMMain.dis (checkXMLNamesQName): Checks whether namespace URI is defined for not being warned. * XDoctype.dis: New module. * DOMCore.dis (DOMStringList): Test added. * Makefile: |XDoctype.pm| added. * Tree.dis (Require): Requires |XDoctype.dis|. (ManakaiDOMNodeObjectNode.eq): Added. (Test): |DOMError.location| must return a |DOMLocator| object (it was incorrectly tested to return |null|). (EmptyNodeList.DESTROY): Removed. 2006-01-04 Wakaba <wakaba@suika.fam.cx> * Tree.dis (NodeType): |ELEMENT_TYPE_DEFINITION_NODE| and |ATTRIBUTE_DEFINITION_NODE| node types added. (appendChild, insertBefore, replaceChild): New two node types added and processing instruction nodes as document type definition node child is allowed in |ManakaiDOM:ManakaiDOMLatest| mode. (getNodeReference): New |interface| parameter to filter classes by interface is added. (ElementTypeDefinitionRole): New role. (AttributeDefinitionRole): New role. 2006-01-02 Wakaba <wakaba@suika.fam.cx> * DOMCore.dis (DOMStringList): Reimplemented as tied array.
++ manakai/lib/Message/Util/ChangeLog 28 Dec 2005 03:36:58 -0000 2005-12-27 Wakaba <wakaba@suika.fam.cx> * PerlCode.dis (PCReference): New interface. ++ manakai/lib/Message/Util/DIS/ChangeLog 28 Dec 2005 03:49:57 -0000 2005-12-28 Wakaba <wakaba@suika.fam.cx> * DPG.dis (plCodeFragment): Pushes |pop @ch| rather than |$ch| if an acception clause follows to a code block generated from a child match statement so that tokenizer does do the correct thing. Support for |builtin:nestedBlockAsText| special rule is removed. |pg:ifTrueStatement| is supported. |pg:returnStatement| is supported. 2005-12-27 Wakaba <wakaba@suika.fam.cx> * DPG.dis (VALIDITY_ERR): New error code. ($merge_adjacent_range): New subfunction. Adjacent character ranges are now merged so that |if| conditions in scanner methods are simplified. ($array_uniq): New subfunction. Filters states so that state number don't explode. (plCodeFragment): Now a DPG parser can have more than one tokenizer. The |pg:qMatch| rvalue is supported. (DPGMatchStatementElement): The match statement now accepts attributes. (DPGRuleRefStatementElement): The ruleref statement now accepts attributes. (AttributeSpecificationList): The attribute specification now accepts a |NAME| as an attribute value as well as |STRING|s. (CodeBlock): The |pg:qLexmodeStatement| is supported. (lexmode.default): |QKEYWORD| token type is added. (ErrDef): Errors |unique-lexmode-name-error|, |rule-not-defined-error|, |lexmode-not-defined-error| and properties added. 2005-12-25 Wakaba <wakaba@suika.fam.cx> * DPG.dis (dpgGetAttributeList): New method. (plCodeFragment): |:terminator?| option for a match block is supported. |pg:matchElseBlock| is implemented. ++ manakai/lib/Message/DOM/ChangeLog 28 Dec 2005 03:36:24 -0000 2005-12-28 Wakaba <wakaba@suika.fam.cx> * XMLParser.dis: Some modifications made. 2005-12-27 Wakaba <wakaba@suika.fam.cx> * DOMLS.dis (PARSE_ERR, SERIALIZE_ERR): They are now a global named resource. * Makefile: Rules to make |XMLParser.pm| is added. * XMLParser.dis: New file. 2005-12-24 Wakaba <wakaba@suika.fam.cx> * DOMCore.dis (ManakaiDOMError._FORMATTER_PACKAGE_): Error message formatter can now vary by error types. (DOMLocator.utf32Offset): New (manakai extended) attribute.
++ manakai/t/ChangeLog 20 Nov 2005 09:49:17 -0000 2005-11-20 Wakaba <wakaba@suika.fam.cx> * .cvsignore: |util-dis-dnlite.t| added. * Makefile: Rules for |util-dis-dnlite.t| added. ++ manakai/lib/Message/Util/ChangeLog 20 Nov 2005 09:45:10 -0000 2005-11-20 Wakaba <wakaba@suika.fam.cx> * Makefile: |../DOM/Tree.dis| added. ++ manakai/lib/Message/Util/DIS/ChangeLog 20 Nov 2005 09:47:06 -0000 2005-11-20 Wakaba <wakaba@suika.fam.cx> * DNLite.dis (forMatch): Matching rule revised so that multiple specification of same |For| URI with different operators work as intended. * Perl.dis: Typo fixed. * Test.dis: |uri| parameters added. ++ manakai/lib/Message/DOM/ChangeLog 20 Nov 2005 09:38:53 -0000 2005-11-20 Wakaba <wakaba@suika.fam.cx> * DOMMain.dis: Unused declarations and definitions removed. * DOMCore.dis: DOM document tree related interfaces removed. * Tree.dis: New module separated from |DOMCore.dis|. * DOMXML.dis: Some referent changed to |Tree.dis|. * Makefile: |Tree.dis| added.
++ manakai/lib/Message/Util/ChangeLog 12 Oct 2005 14:38:20 -0000 2005-10-12 Wakaba <wakaba@suika.fam.cx> * PerlCode.dis (ForClassCompat): Removed. * ManakaiNode.dis (ManakaiDOMNodeObject, ManakaiDOMNodeReference): Removed. (newNode): New method. (generateUniqueID): Algorithm has changed to save random string generation time. * DIS.dis (AUTOLOAD): "$Error::Level" fixed to "$Error::Depth". ++ manakai/lib/Message/DOM/ChangeLog 12 Oct 2005 14:30:20 -0000 2005-10-12 Wakaba <wakaba@suika.fam.cx> * DOMCore.dis: Don't set "infoset:prefix" internal property unless it has non-null value. (newObject): "refNode" parameter introduced. (ManakaiDOMNode.newObject): Calls "NodeStem.newNode" method if "refNode" parameter is specified. (cloneNode): Don't set "read-only" flag. (getNodeReference): Caches the result. (selectAttributeNodeForRemove): Don't removes any other non-namespace-aware attribute nodes.
++ manakai/bin/ChangeLog 12 Oct 2005 00:13:08 -0000 2005-10-11 Wakaba <wakaba@suika.fam.cx> * dac2pm.pl: Reports how long it takes at END. ++ manakai/lib/Message/Util/ChangeLog 12 Oct 2005 00:25:36 -0000 2005-10-11 Wakaba <wakaba@suika.fam.cx> * PerlCode.dis (IfClsDef, IFClsETDef): New version of classes based on DOMCore and element type definitions added. (localName): Renamed to "pcLocalName" to avoid conflict with "Node.localName" attribute. 2005-10-10 Wakaba <wakaba@suika.fam.cx> * DIS.dis (Require): Unused reference to "PerlCode.dis" removed. * Makefile: Rules to make "PerlCode.pm" separated from ones for "DIS.pm". * ManakaiNode.dis (mn:unsetXRefNode): "$referent" parameter is replaced with "$referrer->{$propName}". * PerlCode.dis (Require): References "DOMCore.dis". (DefaultFor): Changed to "ManakaiDOM:ManakaiDOMLatest". (Util: for ManakaiDOM:ManakaiDOM): New. ++ manakai/lib/Message/Util/DIS/ChangeLog 12 Oct 2005 00:30:10 -0000 2005-10-11 Wakaba <wakaba@suika.fam.cx> * Perl.dis (plImplementation): Changed to direct instantiation of "ManakaiPCImplementation" class. (getPerlNameList, getPerlOperatorList): New methods. (plCodeFragment): Now allows subroutines having more than two method names and operators. (plMethodOperator): Removed. 2005-10-10 Wakaba <wakaba@suika.fam.cx> * DNLite.dis (Require): Reference to "DIS/Perl.dis" added. * Perl.dis (Require): Reference to "PerlCode.dis" added. ++ manakai/lib/Message/DOM/ChangeLog 12 Oct 2005 00:15:44 -0000 2005-10-11 Wakaba <wakaba@suika.fam.cx> * DOMCore.dis (appendChild, createElementNS, createAttributeNS, setAttribute, setAttributeNS): "strictErrorChecking" attribute supported. (doStrictErrorChecking): New code. * DOMMain.dis (XML10Name, XML11Name): "strictErrorChecking" attribute supported. * Makefile: Rule to make "DOMFeature.pm" restored. 2005-10-10 Wakaba <wakaba@suika.fam.cx> * DOMCore.dis (ADOPT_NODE_TYPE_NOT_SUPPORTED_ERR): New error subcode. (adoptNode): Implemented.
++ manakai/t/ChangeLog 6 Oct 2005 10:33:09 -0000 2005-10-06 Wakaba <wakaba@suika.fam.cx> * Makefile: Updated for new version of "domts2perl.pl". ++ manakai/bin/ChangeLog 6 Oct 2005 10:26:28 -0000 2005-10-06 Wakaba <wakaba@suika.fam.cx> * mkdommemlist.pl: Revised for new "dae" database. * domts2perl.pl (--domtest2perl-option): New option. * domtest2perl.pl: Revised for new DOM Perl binding. * Makefile: Rules to make "dommemlist.pl.tmp" revised. ++ manakai/lib/Message/Util/ChangeLog 6 Oct 2005 10:30:19 -0000 2005-10-06 Wakaba <wakaba@suika.fam.cx> * DIS.dis (getAnyResourceURIList, getModuleURIList): New methods. ++ manakai/lib/Message/Util/DIS/ChangeLog 6 Oct 2005 10:32:00 -0000 2005-10-06 Wakaba <wakaba@suika.fam.cx> * Perl.dis (plFullyQualifiedName): Fully qualified name of the constant function is now a name in the package of the class (it was a name in module package). * Value.dis (getResource): Use "getAnyResource" method instead of "getResource" method. ++ manakai/lib/Message/DOM/ChangeLog 6 Oct 2005 10:37:05 -0000 2005-10-06 Wakaba <wakaba@suika.fam.cx> * DOMCore.dis (ManakaiDOMEmptyNodeList): New class. (ManakaiDOMCharacterData): Methods reimplemented. (splitText): Reimplemented. (childNodes): Returns a "ManakaiDOMEmptyNodeList" for non-parent node types. * DOMXML.dis (childNodes): Returns a "ManakaiDOMEmptyNodeList" for non-parent node types. 2005-10-05 Wakaba <wakaba@suika.fam.cx> * ManakaiDOMLS2003.dis: Revised to new format. * GenericLS.dis (DOMLS:ParseString): New feature. * DOMMain.pm (StringExtend): Code portions of raising ++ manakai/lib/manakai/ChangeLog 6 Oct 2005 10:32:30 -0000 2005-10-06 Wakaba <wakaba@suika.fam.cx> * domtest.pl, genlib.pl: Use new DOM Perl binding.
++ manakai/bin/ChangeLog 30 Sep 2005 12:38:36 -0000 2005-09-30 Wakaba <wakaba@suika.fam.cx> * mkdisdump.pl (append_module_group_documentation, append_document_documentation): New functions. (append_class_documentation, append_interface_documentation): Generates method/attribute/constgroup information (in partial mode) even if "is_partial" option is true to compute inheriting class member information correctly. (--resource-uri): New option. * Makefile (error.xml, minimpl.xml): New rules. ++ manakai/lib/Message/Util/ChangeLog 30 Sep 2005 12:50:16 -0000 2005-09-30 Wakaba <wakaba@suika.fam.cx> * DIS.dis (readProperties): Saves property name to values. (getPropertyModuleList): New method. * ManakaiNode.dis: Use "disPerl:H" instead of "disPerl:Q" for hash keys. (NodeStem): Property value "mn:treeID" has changed to scalar reference. ++ manakai/lib/Message/Util/Error/ChangeLog 30 Sep 2005 12:49:59 -0000 2005-09-30 Wakaba <wakaba@suika.fam.cx> * DOMException.dis (dx:ManakaiErrorModules): New documentation. ++ manakai/lib/Message/Util/DIS/ChangeLog 30 Sep 2005 12:48:08 -0000 2005-09-30 Wakaba <wakaba@suika.fam.cx> * Value.dis (name): New attribute. * Perl.dis (plFullyQualifiedName): Use module's package name properties if available. ++ manakai/lib/Message/DOM/ChangeLog 30 Sep 2005 12:40:49 -0000 2005-09-30 Wakaba <wakaba@suika.fam.cx> * DOMCore.dis, SimpleLS.dis: Shares namespace URIs and local names where possible. * DOMFeature.dis: Documentation for DOM Minimum Implementation added (still work in progress). * Makefile (feature.dae, feature-spec.dae): New rules. ++ manakai/lib/manakai/ChangeLog 30 Sep 2005 12:53:24 -0000 2005-09-30 Wakaba <wakaba@suika.fam.cx> * DISCore.dis: Documentation-related and meta-informational resoruces are moved to new "Document.dis" module. The module now references "Document.dis". (DISCore:module, DISCore:resource): New properties. * DISRDF.dis: Some resources added from FOAF vocabulary. * Document.dis: New module. * DISIDL.dis: Some IDL comcepts added. New name given to IDL datatypes. * DISLang.dis (dis:prefix): Removed. (Moved to "DISIDL.dis" and it is now obsolete.) 2005-09-29 Wakaba <wakaba@suika.fam.cx> * DISPerl.dis (DISPerl:HashStringRef, DISPerl:StringRef): New.
++ 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.
++ 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.
++ manakai/lib/Message/ChangeLog 22 Sep 2005 12:48:57 -0000 2005-09-22 Wakaba <wakaba@suika.fam.cx> * Makefile: Rules to build subdirectories added. ++ manakai/lib/Message/Markup/ChangeLog 22 Sep 2005 12:52:49 -0000 2005-09-22 Wakaba <wakaba@suika.fam.cx> * Makefile: DAC_SUFFIX changed to ".dad". ++ manakai/lib/Message/Util/ChangeLog 22 Sep 2005 12:52:57 -0000 * Makefile: DAC_SUFFIX changed to ".dad". ++ manakai/lib/Message/DOM/ChangeLog 22 Sep 2005 12:52:41 -0000 2005-09-22 Wakaba <wakaba@suika.fam.cx> * Makefile: DAC_SUFFIX changed to ".dad". ++ manakai/lib/manakai/ChangeLog 22 Sep 2005 12:53:54 -0000 2005-09-22 Wakaba <wakaba@suika.fam.cx> * Makefile: DAC_SUFFIX changed to ".dad". ++ manakai/lib/ChangeLog 22 Sep 2005 12:48:26 -0000 2005-09-22 Wakaba <wakaba@suika.fam.cx> * Makefile: Old "bootstrap" rules all removed.
Perl-related methods moved from DIS to DIS/Perl; DIS readProperties method implemented (still buggy)
Documentation for exceptions and method inheritance; interfaces added to DIS and PerlCode
New DOMFeature module introduced
New things to support generation of the document added
Simple serializer implemented
LSInput for bootstrap added; lib/Message/DOM/DOMLS.dis is now dac-compilable
Element-type specialized class implemented; interface association bug fixed
DOMHTML and DOMWebForms now (maybe) compilable
Make phase3 Message/Util and Message/Markup and Message/DOM/DOMMetaImpl now ready
DOMImplementationRegistryVar moves from DOMMain to DOMMetaImpl; DOMMinimumImplementation added to DOMMetaImpl; SuikaWikiConfig21 element type bindings now work; TreeCore:subnode0 property type added to ManakaiNode; Util/DIS module added (but not completed)
Assertion in dis perl code implemented; DISPerl:raiseException implemented; Scripts updated for new dis format; NodeList perl array representation implemented
DISPerl:ScalarVariable: new type; domtest: New cdis support
DOMLS and DOMEvents rewritten in new style
Classes implement NodeList and NamedNodeMap are merged to DOMCore module
Daily (or weekly?)
Split pods to separate files
Some files moved; DOM Level 3 LS configuration parameters and errors definition added
ManakaiDOM.dis renamed as ManakaiDOMMain.dis
Daily commitment
Daily commitment
Moved
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.
admin@suikawiki.org | ViewVC Help |
Powered by ViewVC 1.1.24 |