2005-03-06 Wakaba * DIS.dis (Require): Loads PerlCode module. 2005-03-05 Wakaba * PerlCode.dis: Operator overloading is implemented. 2005-03-04 Wakaba * ManakaiNode.dis: Checks type, to support SuikaWikiConfig21 module's binding properties. 2005-03-03 Wakaba * PerlCode.dis: New module. 2005-02-26 Wakaba * DIS.dis (DISModuleResolver): New interface. 2005-02-21 Wakaba * DIS.dis: New module. * ManakaiNode.dis: New "subnode0" property category introduced. 2005-02-17 Wakaba * ManakaiNode.dis: New module. 2005-01-05 Wakaba * Error.pm (___rule_def[p]): Don't output anything if not exists that parameter. 2004-09-30 Wakaba * Error.pm (___rule_def): "p" added; now "t" is obsolete. 2004-04-02 Wakaba * Error.pm (report): Error depth fixed. (___rule_def:t): New parameters empty and undef introduced. 2004-01-17 Wakaba * Error.pm: Some fixes w.r.t. Error::Depth. 2003-12-06 Wakaba * Error.pm (___error_def): Renamed from ___errors. 2003-12-01 Wakaba * Error.pm (___get_error_def): Now support inherit. (It was not work.) 2003-11-15 Wakaba * Error.pm: Use Message::Util::Formatter::Text to construct error messages. 2003-11-13 Wakaba * Formatter: New directory. 2003-11-12 Wakaba * Error.pm: Rewritten. 2003-10-25 Wakaba * Formatter.pm (replace): Allow '%foo () ;'. 2003-09-17 Wakaba * HostPermit.pm: New module. 2003-08-05 Wakaba * Error.pm (_default_error_handler): Syntax fix. * Error/: New directory. 2003-07-29 Wakaba * Error.pm: New module. 2003-05-10 Wakaba * Formatter.pm (replace): Bug fix of pattern. 2003-04-29 Wakaba * Formatter.pm (replace): {...} block is supported. (Message::Util::Formatter::_returned): New package. It is very very tiny subset of SuikaWiki::Markup::XML. (replace): Return structured string, not bare string. This function is useful to make tree (such as XML's) from formatting template (and its nested parameters). 2003-03-28 Wakaba * Formatter.pm (replace): Treat oo of "str"oo of attr value as option and parse attr value if 'p' option is specified. (replace): Replace '-' to '_' in attr name. 2003-01-26 Wakaba * Formatter.pm (replace): Trim attribute name/value pair. 2003-01-04 Wakaba * Formatter.pm (replace): Don't split by ',' in quoted-strings. 2002-12-15 Wakaba * Formatter.pm (%char;): Removed. 2002-12-05 Wakaba * Formatter.pm (%FMT2TXT): New (internal) initial format rule, "-bare_text". (replace): "Replace" non-%-text with "-bare_text" rule. (pod): Methods and initial rules are documented. 2002-12-04 Wakaba * Formatter.pm (replace): Accept ")" in quoted-string. 2002-11-13 Wakaba * ChangeLog: New file. * Formatter.pm: New module.