--- tiarra-20050410/sample.conf	2005-04-10 00:15:10.000000000 +0900
+++ tiarra-20050501/sample.conf	2005-05-01 21:44:26.000000000 +0900
@@ -695,6 +695,7 @@
   # クライアントからの個人的なprivが相手に届かなくなる現象を回避する。
 
   # このモジュールは個人宛てのprivmsgの送信者のnickにネットワーク名を付加します。
+  # また、最後に声をかけられてから5分以内の nick 変更をクライアントに伝えます。
   # 設定項目はありません。
 }
 
--- tiarra-20050410/all.conf	2005-04-10 00:15:10.000000000 +0900
+++ tiarra-20050501/all.conf	2005-05-01 21:44:26.000000000 +0900
@@ -939,6 +939,14 @@
   # この時コマンドはTiarraが握り潰すので、IRCプロトコル上で定義された
   # コマンド名を設定すべきではありません。
   command: eval
+
+  # hex eval を実行するコマンド名。省略されるとコマンドを追加しません。
+  # この時コマンドはTiarraが握り潰すので、IRCプロトコル上で定義された
+  # コマンド名を設定すべきではありません。
+  hex-command: hexeval
+
+  # 表示する最大行数を指定します。省略するとすべての行を表示します。
+  max-line: 30
 }
 
 + Client::GetVersion {
@@ -1298,6 +1306,7 @@
   # クライアントからの個人的なprivが相手に届かなくなる現象を回避する。
 
   # このモジュールは個人宛てのprivmsgの送信者のnickにネットワーク名を付加します。
+  # また、最後に声をかけられてから5分以内の nick 変更をクライアントに伝えます。
   # 設定項目はありません。
 }
 
@@ -1340,7 +1349,7 @@
 
   # 構文: + <nick> <IRC Message>
   # <nick>は反応するbotのnickを表すマスク。
-  # <IRCMessage>はサーバーに向けて発行するIRCメッセージ。
+  # <Tiarra::IRC::Message>はサーバーに向けて発行するIRCメッセージ。
   #
   # 例:
   # + hoge NICK [hoge]
--- tiarra-20050410/ChangeLog.svn	2005-04-10 00:15:31.000000000 +0900
+++ tiarra-20050501/ChangeLog.svn	2005-05-01 21:44:49.000000000 +0900
@@ -1,26 +1,103 @@
 ------------------------------------------------------------------------
-r890 | topia | 2005-04-10 00:13:28 +0900 (Sun, 10 Apr 2005) | 2 lines
+r899 | topia | 2005-05-01 21:43:24 +0900 (Sun, 01 May 2005) | 2 lines
+Changed paths:
+   M /trunk/module/Client/Guess.pm
+
+* relax regexs.
+
+------------------------------------------------------------------------
+r898 | topia | 2005-05-01 21:42:10 +0900 (Sun, 01 May 2005) | 2 lines
+Changed paths:
+   M /trunk/module/System/SendMessage.pm
+
+* add MatchedChannels to Response Headers.
+
+------------------------------------------------------------------------
+r897 | topia | 2005-05-01 21:41:25 +0900 (Sun, 01 May 2005) | 1 line
+Changed paths:
+   M /trunk/all.conf
+   M /trunk/doc/module/Auto.html
+   M /trunk/doc/module/CTCP.html
+   M /trunk/doc/module/Channel.html
+   M /trunk/doc/module/Client.html
+   M /trunk/doc/module/Debug.html
+   M /trunk/doc/module/Log.html
+   M /trunk/doc/module/System.html
+   M /trunk/doc/module/User.html
+   M /trunk/doc/module-toc.html
+   M /trunk/sample.conf
+
+* regen.
+------------------------------------------------------------------------
+r896 | topia | 2005-05-01 21:40:25 +0900 (Sun, 01 May 2005) | 1 line
+Changed paths:
+   M /trunk/doc/default.css
+   M /trunk/doc-src/contents.html
+   M /trunk/doc-src/module-toc.html
+   M /trunk/makedoc
+
+* rewrite documentation html template and css.
+------------------------------------------------------------------------
+r895 | topia | 2005-04-29 16:38:14 +0900 (Fri, 29 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/module/Log/Writer/File.pm
+
+* mkdirs rewrite with File::Path/mkpath.
+
+------------------------------------------------------------------------
+r894 | topia | 2005-04-25 19:32:56 +0900 (Mon, 25 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/main/Configuration/Parser.pm
+
+* whitespace fixes.
+
+* permit empty value on pair.
+
+------------------------------------------------------------------------
+r893 | topia | 2005-04-20 21:33:59 +0900 (Wed, 20 Apr 2005) | 1 line
+Changed paths:
+   M /trunk/main/RunLoop.pm
+
+* fix unknown bug.
+------------------------------------------------------------------------
+r892 | topia | 2005-04-18 08:33:53 +0900 (Mon, 18 Apr 2005) | 4 lines
+Changed paths:
+   M /trunk/main/RunLoop.pm
+
+* add $this->{control_port} (control port config reloading feature step 1).
+
+* check client-is-connected on broadcast_to_clients (fix die bug).
+
+------------------------------------------------------------------------
+r891 | topia | 2005-04-10 00:29:36 +0900 (Sun, 10 Apr 2005) | 2 lines
+Changed paths:
+   M /trunk/tiarra
+
+* drop default stdin config reading feature.
+
+------------------------------------------------------------------------
+r890 | topia | 2005-04-10 00:13:06 +0900 (Sun, 10 Apr 2005) | 2 lines
 Changed paths:
    M /trunk/tiarra
 
 * improve startup process: make unknown config with quiet to error.
 
 ------------------------------------------------------------------------
-r889 | topia | 2005-04-06 13:35:43 +0900 (Wed, 06 Apr 2005) | 2 lines
+r889 | topia | 2005-04-06 13:35:21 +0900 (Wed, 06 Apr 2005) | 2 lines
 Changed paths:
    M /trunk/module/System/PrivTranslator.pm
 
 * long cache time.
 
 ------------------------------------------------------------------------
-r888 | topia | 2005-04-03 17:34:07 +0900 (Sun, 03 Apr 2005) | 2 lines
+r888 | topia | 2005-04-03 17:33:45 +0900 (Sun, 03 Apr 2005) | 2 lines
 Changed paths:
    M /trunk/main/Tiarra/IRC/Message.pm
 
 * fix remark index bug.
 
 ------------------------------------------------------------------------
-r887 | topia | 2005-04-03 16:50:31 +0900 (Sun, 03 Apr 2005) | 4 lines
+r887 | topia | 2005-04-03 16:50:09 +0900 (Sun, 03 Apr 2005) | 4 lines
 Changed paths:
    M /trunk/main/Tiarra/IRC/Prefix.pm
 
@@ -29,21 +106,21 @@
 * add name to ->new argument.
 
 ------------------------------------------------------------------------
-r886 | topia | 2005-03-30 21:59:54 +0900 (Wed, 30 Mar 2005) | 2 lines
+r886 | topia | 2005-03-30 21:59:32 +0900 (Wed, 30 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/main/Mask.pm
 
 * drop support of number (channel match fail...).
 
 ------------------------------------------------------------------------
-r885 | topia | 2005-03-30 20:27:24 +0900 (Wed, 30 Mar 2005) | 2 lines
+r885 | topia | 2005-03-30 20:27:02 +0900 (Wed, 30 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/main/Tiarra/Socket/Lined.pm
 
 * fix typo.
 
 ------------------------------------------------------------------------
-r884 | topia | 2005-03-30 16:14:01 +0900 (Wed, 30 Mar 2005) | 6 lines
+r884 | topia | 2005-03-30 16:13:39 +0900 (Wed, 30 Mar 2005) | 6 lines
 Changed paths:
    M /trunk/main/IrcIO.pm
    M /trunk/main/Module.pm
@@ -56,33 +133,33 @@
 * implement item delete to remark.
 
 ------------------------------------------------------------------------
-r883 | topia | 2005-03-29 23:32:04 +0900 (Tue, 29 Mar 2005) | 2 lines
+r883 | topia | 2005-03-29 23:31:42 +0900 (Tue, 29 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * global_to_local on nick notice.
 
 ------------------------------------------------------------------------
-r882 | topia | 2005-03-29 21:53:35 +0900 (Tue, 29 Mar 2005) | 1 line
+r882 | topia | 2005-03-29 21:53:13 +0900 (Tue, 29 Mar 2005) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * show termination progress.
 ------------------------------------------------------------------------
-r881 | topia | 2005-03-29 21:33:43 +0900 (Tue, 29 Mar 2005) | 1 line
+r881 | topia | 2005-03-29 21:33:21 +0900 (Tue, 29 Mar 2005) | 1 line
 Changed paths:
    M /trunk/module/Log/Raw.pm
 
 * fix destruction/sync bug.
 ------------------------------------------------------------------------
-r880 | topia | 2005-03-28 17:23:16 +0900 (Mon, 28 Mar 2005) | 1 line
+r880 | topia | 2005-03-28 17:22:54 +0900 (Mon, 28 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/IrcIO.pm
    M /trunk/main/Tiarra/IRC/Message.pm
 
 * add "remark" encoding.
 ------------------------------------------------------------------------
-r879 | topia | 2005-03-28 17:09:10 +0900 (Mon, 28 Mar 2005) | 4 lines
+r879 | topia | 2005-03-28 17:08:48 +0900 (Mon, 28 Mar 2005) | 4 lines
 Changed paths:
    M /trunk/module/Client/GetVersion.pm
 
@@ -91,7 +168,7 @@
 * use constant pragma.
 
 ------------------------------------------------------------------------
-r878 | topia | 2005-03-28 13:16:13 +0900 (Mon, 28 Mar 2005) | 2 lines
+r878 | topia | 2005-03-28 13:15:51 +0900 (Mon, 28 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/main/Module.pm
    A /trunk/main/Tiarra/Mixin/AttachPackage.pm (from /trunk/main/Tiarra/Mixin/AttachPackage.pm:876)
@@ -99,7 +176,7 @@
 * revert r877.
   - want to use constant FOOBAR => __PACKAGE__->attached_package(qw(baz)).
 ------------------------------------------------------------------------
-r877 | topia | 2005-03-28 12:34:35 +0900 (Mon, 28 Mar 2005) | 3 lines
+r877 | topia | 2005-03-28 12:34:13 +0900 (Mon, 28 Mar 2005) | 3 lines
 Changed paths:
    M /trunk/main/Module.pm
    D /trunk/main/Tiarra/Mixin/AttachPackage.pm
@@ -108,7 +185,7 @@
   - this is not bad idea to source cleanup, but not optimized.
   - want to use sub () { __PACKAGE__."/...." } instead.
 ------------------------------------------------------------------------
-r876 | topia | 2005-03-28 04:07:29 +0900 (Mon, 28 Mar 2005) | 3 lines
+r876 | topia | 2005-03-28 04:07:07 +0900 (Mon, 28 Mar 2005) | 3 lines
 Changed paths:
    M /trunk/main/Module.pm
 
@@ -116,20 +193,20 @@
 
 * refrect renaming Tiarra::Mixin::NewIRCMessage.
 ------------------------------------------------------------------------
-r875 | topia | 2005-03-28 04:05:46 +0900 (Mon, 28 Mar 2005) | 1 line
+r875 | topia | 2005-03-28 04:05:24 +0900 (Mon, 28 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/CTCP.pm
 
 * call load_stubs.
 ------------------------------------------------------------------------
-r874 | topia | 2005-03-28 04:04:59 +0900 (Mon, 28 Mar 2005) | 1 line
+r874 | topia | 2005-03-28 04:04:37 +0900 (Mon, 28 Mar 2005) | 1 line
 Changed paths:
    R /trunk/main/Tiarra/IRC/NewMessageMixin.pm
    A /trunk/main/Tiarra/Mixin/NewIRCMessage.pm (from /trunk/main/Tiarra/IRC/NewMessageMixin.pm:872)
 
 * rename Tiarra::IRC::NewMessageMixin to Tiarra::Mixin::NewIRCMessage.
 ------------------------------------------------------------------------
-r873 | topia | 2005-03-28 04:04:11 +0900 (Mon, 28 Mar 2005) | 3 lines
+r873 | topia | 2005-03-28 04:03:49 +0900 (Mon, 28 Mar 2005) | 3 lines
 Changed paths:
    A /trunk/main/Tiarra/Mixin
    A /trunk/main/Tiarra/Mixin/AttachPackage.pm
@@ -138,14 +215,14 @@
 
 * add new mixin "attach_package".
 ------------------------------------------------------------------------
-r872 | topia | 2005-03-27 21:16:02 +0900 (Sun, 27 Mar 2005) | 2 lines
+r872 | topia | 2005-03-27 21:15:40 +0900 (Sun, 27 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/module/System/PrivTranslator.pm
 
 * add nick tracking feature.
 
 ------------------------------------------------------------------------
-r871 | topia | 2005-03-27 19:43:26 +0900 (Sun, 27 Mar 2005) | 4 lines
+r871 | topia | 2005-03-27 19:43:04 +0900 (Sun, 27 Mar 2005) | 4 lines
 Changed paths:
    M /trunk/main/Tiarra/IRC/Message.pm
 
@@ -154,14 +231,14 @@
 * make loading Data::Dumper on-demand.
 
 ------------------------------------------------------------------------
-r870 | topia | 2005-03-27 19:41:55 +0900 (Sun, 27 Mar 2005) | 2 lines
+r870 | topia | 2005-03-27 19:41:33 +0900 (Sun, 27 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/main/Tiarra/IRC/Prefix.pm
 
 * add ->clone.
 
 ------------------------------------------------------------------------
-r869 | topia | 2005-03-27 17:52:27 +0900 (Sun, 27 Mar 2005) | 1 line
+r869 | topia | 2005-03-27 17:52:05 +0900 (Sun, 27 Mar 2005) | 1 line
 Changed paths:
    M /trunk/module/Auto/AliasDB/CallbackUtils.pm
    M /trunk/module/Auto/ChannelWithoutOper.pm
@@ -203,7 +280,7 @@
 
 * second migration to use ->construct_irc_message(for modules).
 ------------------------------------------------------------------------
-r868 | topia | 2005-03-27 13:27:29 +0900 (Sun, 27 Mar 2005) | 4 lines
+r868 | topia | 2005-03-27 13:27:07 +0900 (Sun, 27 Mar 2005) | 4 lines
 Changed paths:
    M /trunk/module/System/SendMessage.pm
 
@@ -212,7 +289,7 @@
 * error message tweaks; header name is Channel, isn't Mask.
 
 ------------------------------------------------------------------------
-r867 | topia | 2005-03-27 02:07:57 +0900 (Sun, 27 Mar 2005) | 1 line
+r867 | topia | 2005-03-27 02:07:35 +0900 (Sun, 27 Mar 2005) | 1 line
 Changed paths:
    M /trunk/AUTHORS
    M /trunk/ChangeLog
@@ -245,7 +322,7 @@
 
 * add more mime-type.
 ------------------------------------------------------------------------
-r866 | topia | 2005-03-27 01:57:29 +0900 (Sun, 27 Mar 2005) | 1 line
+r866 | topia | 2005-03-27 01:57:07 +0900 (Sun, 27 Mar 2005) | 1 line
 Changed paths:
    M /trunk/bundle/Unicode/Japanese.pm
    M /trunk/bundle/enum.pm
@@ -412,19 +489,19 @@
 
 * add mime-type.
 ------------------------------------------------------------------------
-r865 | topia | 2005-03-26 22:37:18 +0900 (Sat, 26 Mar 2005) | 1 line
+r865 | topia | 2005-03-26 22:36:56 +0900 (Sat, 26 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/CTCP.pm
 
 * fix typo.
 ------------------------------------------------------------------------
-r864 | topia | 2005-03-26 22:31:11 +0900 (Sat, 26 Mar 2005) | 1 line
+r864 | topia | 2005-03-26 22:30:49 +0900 (Sat, 26 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/CTCP.pm
 
 * rewrite. add extract_from_text, make_text, dequote and quote (as class method).
 ------------------------------------------------------------------------
-r863 | topia | 2005-03-26 22:28:42 +0900 (Sat, 26 Mar 2005) | 5 lines
+r863 | topia | 2005-03-26 22:28:20 +0900 (Sat, 26 Mar 2005) | 5 lines
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
    M /trunk/main/IrcIO/Server.pm
@@ -442,13 +519,13 @@
 
 * main/LocalChannelManager.pm: use NumericReply.
 ------------------------------------------------------------------------
-r862 | topia | 2005-03-26 22:06:03 +0900 (Sat, 26 Mar 2005) | 1 line
+r862 | topia | 2005-03-26 22:05:41 +0900 (Sat, 26 Mar 2005) | 1 line
 Changed paths:
    M /trunk/module/Client/Guess.pm
 
 * add Conversation.
 ------------------------------------------------------------------------
-r861 | topia | 2005-03-26 22:01:41 +0900 (Sat, 26 Mar 2005) | 3 lines
+r861 | topia | 2005-03-26 22:01:19 +0900 (Sat, 26 Mar 2005) | 3 lines
 Changed paths:
    M /trunk/module/Client/Eval.pm
 
@@ -456,34 +533,34 @@
 
 * protect huge instance(such as runloop) from dump.
 ------------------------------------------------------------------------
-r860 | topia | 2005-03-26 21:51:37 +0900 (Sat, 26 Mar 2005) | 1 line
+r860 | topia | 2005-03-26 21:51:15 +0900 (Sat, 26 Mar 2005) | 1 line
 Changed paths:
    M /trunk/module/Client/GetVersion.pm
 
 * clear expire remark on successful.
 ------------------------------------------------------------------------
-r859 | topia | 2005-03-26 03:03:20 +0900 (Sat, 26 Mar 2005) | 2 lines
+r859 | topia | 2005-03-26 03:02:58 +0900 (Sat, 26 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/module/Client/Cache.pm
 
 * we really unnecessary deep clone of message template.
 
 ------------------------------------------------------------------------
-r858 | topia | 2005-03-26 02:59:51 +0900 (Sat, 26 Mar 2005) | 2 lines
+r858 | topia | 2005-03-26 02:59:29 +0900 (Sat, 26 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/main/Tiarra/IRC/Message.pm
 
 * inhibits generator deep clone.
 
 ------------------------------------------------------------------------
-r857 | topia | 2005-03-26 02:39:07 +0900 (Sat, 26 Mar 2005) | 2 lines
+r857 | topia | 2005-03-26 02:38:45 +0900 (Sat, 26 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/main/Tiarra/IRC/Message.pm
 
 * add generator attribute (partially support).
 
 ------------------------------------------------------------------------
-r855 | topia | 2005-03-24 21:06:02 +0900 (Thu, 24 Mar 2005) | 4 lines
+r855 | topia | 2005-03-24 21:05:40 +0900 (Thu, 24 Mar 2005) | 4 lines
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
@@ -492,7 +569,7 @@
 * make reload-safe.
 
 ------------------------------------------------------------------------
-r854 | topia | 2005-03-24 20:54:49 +0900 (Thu, 24 Mar 2005) | 4 lines
+r854 | topia | 2005-03-24 20:54:27 +0900 (Thu, 24 Mar 2005) | 4 lines
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
@@ -501,27 +578,27 @@
 * fix _handle_fix_nick's params.
 
 ------------------------------------------------------------------------
-r853 | topia | 2005-03-23 13:31:19 +0900 (Wed, 23 Mar 2005) | 1 line
+r853 | topia | 2005-03-23 13:30:57 +0900 (Wed, 23 Mar 2005) | 1 line
 Changed paths:
    M /trunk/bundle/Unicode/Japanese.pm
 
 * update to Unicode::Japanese 0.26(from 0.22).
 ------------------------------------------------------------------------
-r852 | topia | 2005-03-23 10:45:54 +0900 (Wed, 23 Mar 2005) | 2 lines
+r852 | topia | 2005-03-23 10:45:32 +0900 (Wed, 23 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/main/Module/Use.pm
 
 * use ModuleManager->__initialized.
 
 ------------------------------------------------------------------------
-r851 | topia | 2005-03-23 10:44:39 +0900 (Wed, 23 Mar 2005) | 2 lines
+r851 | topia | 2005-03-23 10:44:17 +0900 (Wed, 23 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/main/ModuleManager.pm
 
 * add internal public method _initialized.
 
 ------------------------------------------------------------------------
-r850 | topia | 2005-03-22 01:56:03 +0900 (Tue, 22 Mar 2005) | 1 line
+r850 | topia | 2005-03-22 01:55:41 +0900 (Tue, 22 Mar 2005) | 1 line
 Changed paths:
    M /trunk/all.conf
    M /trunk/doc/module/Client.html
@@ -531,28 +608,28 @@
 
 * regen.
 ------------------------------------------------------------------------
-r849 | topia | 2005-03-22 01:54:09 +0900 (Tue, 22 Mar 2005) | 2 lines
+r849 | topia | 2005-03-22 01:53:47 +0900 (Tue, 22 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/module/Client/PatchworkMessage.pm
 
 * mark as obsolete.
 
 ------------------------------------------------------------------------
-r848 | topia | 2005-03-22 01:50:41 +0900 (Tue, 22 Mar 2005) | 2 lines
+r848 | topia | 2005-03-22 01:50:19 +0900 (Tue, 22 Mar 2005) | 2 lines
 Changed paths:
    A /trunk/module/Client/Conservative.pm
 
 * add.
 
 ------------------------------------------------------------------------
-r847 | topia | 2005-03-21 19:38:56 +0900 (Mon, 21 Mar 2005) | 2 lines
+r847 | topia | 2005-03-21 19:38:34 +0900 (Mon, 21 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/main/Module.pm
 
 * get rid of RunLoop use for flymake on-the-fly syntax checking.
 
 ------------------------------------------------------------------------
-r846 | topia | 2005-03-20 21:12:30 +0900 (Sun, 20 Mar 2005) | 4 lines
+r846 | topia | 2005-03-20 21:12:08 +0900 (Sun, 20 Mar 2005) | 4 lines
 Changed paths:
    M /trunk/doc-src/conf-main.tdoc
 
@@ -561,7 +638,7 @@
 * we really want commented out networks/default.
 
 ------------------------------------------------------------------------
-r845 | topia | 2005-03-20 18:19:41 +0900 (Sun, 20 Mar 2005) | 3 lines
+r845 | topia | 2005-03-20 18:19:19 +0900 (Sun, 20 Mar 2005) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/SharedMixin.pm
 
@@ -569,20 +646,20 @@
 
 * use ->can for fetch closure.
 ------------------------------------------------------------------------
-r844 | topia | 2005-03-20 18:19:15 +0900 (Sun, 20 Mar 2005) | 1 line
+r844 | topia | 2005-03-20 18:18:53 +0900 (Sun, 20 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
 * fix mis-spell.
 ------------------------------------------------------------------------
-r842 | topia | 2005-03-15 23:01:50 +0900 (Tue, 15 Mar 2005) | 2 lines
+r842 | topia | 2005-03-15 23:01:28 +0900 (Tue, 15 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode/CP932JIS.pm
 
 * fix infinite loop.
 
 ------------------------------------------------------------------------
-r841 | topia | 2005-03-12 22:32:45 +0900 (Sat, 12 Mar 2005) | 3 lines
+r841 | topia | 2005-03-12 22:32:23 +0900 (Sat, 12 Mar 2005) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/IRC/Message.pm
 
@@ -590,13 +667,13 @@
 
 * fix ->purge_raw_params.
 ------------------------------------------------------------------------
-r840 | topia | 2005-03-12 21:40:04 +0900 (Sat, 12 Mar 2005) | 1 line
+r840 | topia | 2005-03-12 21:39:42 +0900 (Sat, 12 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode/CP932JIS.pm
 
 * re-fix escape sequence of encode to jis.
 ------------------------------------------------------------------------
-r839 | topia | 2005-03-12 21:33:58 +0900 (Sat, 12 Mar 2005) | 7 lines
+r839 | topia | 2005-03-12 21:33:36 +0900 (Sat, 12 Mar 2005) | 7 lines
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode/CP932JIS.pm
 
@@ -608,13 +685,13 @@
 
 * cosmetic fixes.
 ------------------------------------------------------------------------
-r838 | topia | 2005-03-12 18:29:24 +0900 (Sat, 12 Mar 2005) | 1 line
+r838 | topia | 2005-03-12 18:29:02 +0900 (Sat, 12 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/IRC/Message.pm
 
 * we want clone raw_params on Tiarra::IRC::Message->clone.
 ------------------------------------------------------------------------
-r837 | topia | 2005-03-12 18:24:24 +0900 (Sat, 12 Mar 2005) | 3 lines
+r837 | topia | 2005-03-12 18:24:02 +0900 (Sat, 12 Mar 2005) | 3 lines
 Changed paths:
    M /trunk/module/Log/Raw.pm
 
@@ -622,49 +699,49 @@
 
 * fix bug of raw encoding check order.
 ------------------------------------------------------------------------
-r836 | topia | 2005-03-12 18:10:48 +0900 (Sat, 12 Mar 2005) | 1 line
+r836 | topia | 2005-03-12 18:10:26 +0900 (Sat, 12 Mar 2005) | 1 line
 Changed paths:
    M /trunk/module/Log/Raw.pm
 
 * add temporary feature to debug.
 ------------------------------------------------------------------------
-r835 | topia | 2005-03-09 21:24:03 +0900 (Wed, 09 Mar 2005) | 1 line
+r835 | topia | 2005-03-09 21:23:41 +0900 (Wed, 09 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode/CP932JIS.pm
 
 * use CP932 for decode ascii.
 ------------------------------------------------------------------------
-r834 | topia | 2005-03-08 11:20:53 +0900 (Tue, 08 Mar 2005) | 1 line
+r834 | topia | 2005-03-08 11:20:31 +0900 (Tue, 08 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/IRC/Message.pm
 
 * use Tiarra::Encoding->from_to.
 ------------------------------------------------------------------------
-r833 | topia | 2005-03-08 11:19:59 +0900 (Tue, 08 Mar 2005) | 1 line
+r833 | topia | 2005-03-08 11:19:37 +0900 (Tue, 08 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Encoding.pm
 
 * add ->from_to.
 ------------------------------------------------------------------------
-r832 | topia | 2005-03-08 11:19:34 +0900 (Tue, 08 Mar 2005) | 1 line
+r832 | topia | 2005-03-08 11:19:12 +0900 (Tue, 08 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode.pm
 
 * remove binary.
 ------------------------------------------------------------------------
-r831 | topia | 2005-03-08 09:55:20 +0900 (Tue, 08 Mar 2005) | 1 line
+r831 | topia | 2005-03-08 09:54:58 +0900 (Tue, 08 Mar 2005) | 1 line
 Changed paths:
    M /trunk/module/Log/Raw.pm
 
 * fix use charset bug.
 ------------------------------------------------------------------------
-r830 | topia | 2005-03-08 09:28:45 +0900 (Tue, 08 Mar 2005) | 1 line
+r830 | topia | 2005-03-08 09:28:23 +0900 (Tue, 08 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * add ->{in,out}_encoding.
 ------------------------------------------------------------------------
-r829 | topia | 2005-03-08 09:23:12 +0900 (Tue, 08 Mar 2005) | 3 lines
+r829 | topia | 2005-03-08 09:22:50 +0900 (Tue, 08 Mar 2005) | 3 lines
 Changed paths:
    M /trunk/module/Log/Raw.pm
 
@@ -672,34 +749,34 @@
 
 * add config->charset.
 ------------------------------------------------------------------------
-r828 | topia | 2005-03-08 09:05:02 +0900 (Tue, 08 Mar 2005) | 1 line
+r828 | topia | 2005-03-08 09:04:40 +0900 (Tue, 08 Mar 2005) | 1 line
 Changed paths:
    M /trunk/module/Log/Raw.pm
 
 * add server_name to log format.
 ------------------------------------------------------------------------
-r826 | topia | 2005-03-08 07:32:39 +0900 (Tue, 08 Mar 2005) | 2 lines
+r826 | topia | 2005-03-08 07:32:17 +0900 (Tue, 08 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/module/Client/Cotton.pm
 
 * fix Tiarra::Utils old-style using.
 
 ------------------------------------------------------------------------
-r825 | topia | 2005-03-08 07:22:59 +0900 (Tue, 08 Mar 2005) | 2 lines
+r825 | topia | 2005-03-08 07:22:37 +0900 (Tue, 08 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/main/Tiarra/TerminateManager.pm
 
 * remove Tiarra::Utils require.
 
 ------------------------------------------------------------------------
-r824 | topia | 2005-03-08 07:20:55 +0900 (Tue, 08 Mar 2005) | 2 lines
+r824 | topia | 2005-03-08 07:20:33 +0900 (Tue, 08 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
 * (utils): fix from old commit.
 
 ------------------------------------------------------------------------
-r823 | topia | 2005-03-08 03:06:12 +0900 (Tue, 08 Mar 2005) | 1 line
+r823 | topia | 2005-03-08 03:05:50 +0900 (Tue, 08 Mar 2005) | 1 line
 Changed paths:
    M /trunk/all.conf
    M /trunk/doc/module/Log.html
@@ -707,14 +784,14 @@
 
 * regen docs.
 ------------------------------------------------------------------------
-r822 | topia | 2005-03-08 03:05:42 +0900 (Tue, 08 Mar 2005) | 2 lines
+r822 | topia | 2005-03-08 03:05:20 +0900 (Tue, 08 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/module/Debug/RawLog.pm
 
 * fix wrong encoding(iso-2022-jp to euc-jp).
 
 ------------------------------------------------------------------------
-r821 | topia | 2005-03-08 02:58:37 +0900 (Tue, 08 Mar 2005) | 5 lines
+r821 | topia | 2005-03-08 02:58:15 +0900 (Tue, 08 Mar 2005) | 5 lines
 Changed paths:
    A /trunk/run (from /trunk/run-subr:817)
    A /trunk/run-main (from /trunk/run:817)
@@ -726,7 +803,7 @@
 
 * make run-subr symlink to run for compatible issue.
 ------------------------------------------------------------------------
-r817 | topia | 2005-03-08 02:09:18 +0900 (Tue, 08 Mar 2005) | 3 lines
+r817 | topia | 2005-03-08 02:08:56 +0900 (Tue, 08 Mar 2005) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/Utils/CallWrapper.pm
    M /trunk/main/Tiarra/Utils/Core.pm
@@ -736,13 +813,13 @@
 
 * cosmetic tweaks.
 ------------------------------------------------------------------------
-r816 | topia | 2005-03-08 02:07:18 +0900 (Tue, 08 Mar 2005) | 1 line
+r816 | topia | 2005-03-08 02:06:56 +0900 (Tue, 08 Mar 2005) | 1 line
 Changed paths:
    A /trunk/module/Log/Raw.pm
 
 * add.
 ------------------------------------------------------------------------
-r815 | topia | 2005-03-07 17:30:45 +0900 (Mon, 07 Mar 2005) | 6 lines
+r815 | topia | 2005-03-07 17:30:23 +0900 (Mon, 07 Mar 2005) | 6 lines
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
@@ -753,13 +830,13 @@
 * compact use lines.
 
 ------------------------------------------------------------------------
-r814 | topia | 2005-03-07 12:29:36 +0900 (Mon, 07 Mar 2005) | 1 line
+r814 | topia | 2005-03-07 12:29:14 +0900 (Mon, 07 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/SharedMixin.pm
 
 * initialize subroutine rewrite with re-require safe way.
 ------------------------------------------------------------------------
-r813 | topia | 2005-03-07 11:40:33 +0900 (Mon, 07 Mar 2005) | 5 lines
+r813 | topia | 2005-03-07 11:40:11 +0900 (Mon, 07 Mar 2005) | 5 lines
 Changed paths:
    M /trunk/main/Tiarra/IRC/Message.pm
 
@@ -769,19 +846,19 @@
 
 * (encoding_params): fix already purged error condition.
 ------------------------------------------------------------------------
-r812 | topia | 2005-03-07 04:00:42 +0900 (Mon, 07 Mar 2005) | 1 line
+r812 | topia | 2005-03-07 04:00:20 +0900 (Mon, 07 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode.pm
 
 * add 'binary' charset.
 ------------------------------------------------------------------------
-r811 | topia | 2005-03-07 03:59:11 +0900 (Mon, 07 Mar 2005) | 1 line
+r811 | topia | 2005-03-07 03:58:49 +0900 (Mon, 07 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * permit '0' for nick_p.
 ------------------------------------------------------------------------
-r810 | topia | 2005-03-07 03:58:14 +0900 (Mon, 07 Mar 2005) | 4 lines
+r810 | topia | 2005-03-07 03:57:52 +0900 (Mon, 07 Mar 2005) | 4 lines
 Changed paths:
    M /trunk/main/RunLoop.pm
 
@@ -790,7 +867,7 @@
 * ($RunLoop::Hook::HOOK_TARGET_DEFAULT):
   - call tie on un-initialized only (re-entrant safe).
 ------------------------------------------------------------------------
-r809 | topia | 2005-03-05 05:28:20 +0900 (Sat, 05 Mar 2005) | 3 lines
+r809 | topia | 2005-03-05 05:27:58 +0900 (Sat, 05 Mar 2005) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode/CP932JIS.pm
 
@@ -798,13 +875,13 @@
 
 * add 2212 -> ff0d.
 ------------------------------------------------------------------------
-r808 | topia | 2005-03-02 08:59:13 +0900 (Wed, 02 Mar 2005) | 1 line
+r808 | topia | 2005-03-02 08:58:51 +0900 (Wed, 02 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode/CP932JIS.pm
 
 * add fullwidth reverse soldius conversion.
 ------------------------------------------------------------------------
-r807 | topia | 2005-03-02 07:18:41 +0900 (Wed, 02 Mar 2005) | 1 line
+r807 | topia | 2005-03-02 07:18:19 +0900 (Wed, 02 Mar 2005) | 1 line
 Changed paths:
    A /trunk/main/Tiarra/Encoding/Encode/CP932JIS.pm (from /trunk/main/Tiarra/Encoding/Encode/IRCJIS.pm:806)
    D /trunk/main/Tiarra/Encoding/Encode/IRCJIS.pm
@@ -812,7 +889,7 @@
 
 * irc-jis renamed to cp932-jis.
 ------------------------------------------------------------------------
-r806 | topia | 2005-03-02 00:43:01 +0900 (Wed, 02 Mar 2005) | 3 lines
+r806 | topia | 2005-03-02 00:42:39 +0900 (Wed, 02 Mar 2005) | 3 lines
 Changed paths:
    A /trunk/main/Tiarra/Encoding/Encode
    A /trunk/main/Tiarra/Encoding/Encode/IRCJIS.pm
@@ -822,21 +899,21 @@
 
 * use Tiarra::Encoding::Encode::IRCJIS (as optional).
 ------------------------------------------------------------------------
-r805 | topia | 2005-03-01 09:58:18 +0900 (Tue, 01 Mar 2005) | 2 lines
+r805 | topia | 2005-03-01 09:57:56 +0900 (Tue, 01 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode.pm
 
 * do force-stringify to avoid bug old encode.
 
 ------------------------------------------------------------------------
-r804 | topia | 2005-03-01 09:31:10 +0900 (Tue, 01 Mar 2005) | 2 lines
+r804 | topia | 2005-03-01 09:30:48 +0900 (Tue, 01 Mar 2005) | 2 lines
 Changed paths:
    M /trunk/module/System/Pong.pm
 
 * whitespace fixes.
 
 ------------------------------------------------------------------------
-r803 | topia | 2005-03-01 07:41:29 +0900 (Tue, 01 Mar 2005) | 11 lines
+r803 | topia | 2005-03-01 07:41:07 +0900 (Tue, 01 Mar 2005) | 11 lines
 Changed paths:
    M /trunk/main/Configuration/Block.pm
    M /trunk/main/ControlPort.pm
@@ -864,26 +941,26 @@
   - (add_encoded_word): use Tiarra::Encoding's mime encoding.
   - drop MIME::Base64 require and perl_(en|de)code_base64 function.
 ------------------------------------------------------------------------
-r802 | topia | 2005-03-01 05:05:06 +0900 (Tue, 01 Mar 2005) | 1 line
+r802 | topia | 2005-03-01 05:04:44 +0900 (Tue, 01 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode.pm
 
 * fix conv params bug.
 ------------------------------------------------------------------------
-r801 | topia | 2005-03-01 05:01:19 +0900 (Tue, 01 Mar 2005) | 1 line
+r801 | topia | 2005-03-01 05:00:57 +0900 (Tue, 01 Mar 2005) | 1 line
 Changed paths:
    M /trunk/module/Auto/AliasDB.pm
    M /trunk/module/Auto/Random.pm
 
 * kill unnecessary unijp require.
 ------------------------------------------------------------------------
-r800 | topia | 2005-03-01 04:59:18 +0900 (Tue, 01 Mar 2005) | 1 line
+r800 | topia | 2005-03-01 04:58:56 +0900 (Tue, 01 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode.pm
 
 * fix typo on last commit.
 ------------------------------------------------------------------------
-r799 | topia | 2005-03-01 04:52:47 +0900 (Tue, 01 Mar 2005) | 5 lines
+r799 | topia | 2005-03-01 04:52:25 +0900 (Tue, 01 Mar 2005) | 5 lines
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode.pm
 
@@ -893,13 +970,13 @@
 
 * cosmetic changes.
 ------------------------------------------------------------------------
-r798 | topia | 2005-03-01 04:48:36 +0900 (Tue, 01 Mar 2005) | 1 line
+r798 | topia | 2005-03-01 04:48:14 +0900 (Tue, 01 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/OptionalModules.pm
 
 * add MIME::Base64.
 ------------------------------------------------------------------------
-r797 | topia | 2005-03-01 04:32:47 +0900 (Tue, 01 Mar 2005) | 3 lines
+r797 | topia | 2005-03-01 04:32:25 +0900 (Tue, 01 Mar 2005) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/Encoding/UniJP.pm
 
@@ -907,19 +984,19 @@
 
 * mark h2z* and z2h* to force return $this.
 ------------------------------------------------------------------------
-r796 | topia | 2005-03-01 04:31:56 +0900 (Tue, 01 Mar 2005) | 1 line
+r796 | topia | 2005-03-01 04:31:34 +0900 (Tue, 01 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode.pm
 
 * check $enc defined.
 ------------------------------------------------------------------------
-r795 | topia | 2005-03-01 04:31:09 +0900 (Tue, 01 Mar 2005) | 1 line
+r795 | topia | 2005-03-01 04:30:47 +0900 (Tue, 01 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Encoding.pm
 
 * call ->_init when we can.
 ------------------------------------------------------------------------
-r794 | topia | 2005-03-01 04:07:41 +0900 (Tue, 01 Mar 2005) | 1 line
+r794 | topia | 2005-03-01 04:07:19 +0900 (Tue, 01 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Configuration/Parser.pm
    M /trunk/main/Configuration.pm
@@ -928,7 +1005,7 @@
 
 * kill unnecessary unijp require.
 ------------------------------------------------------------------------
-r793 | topia | 2005-03-01 04:06:01 +0900 (Tue, 01 Mar 2005) | 3 lines
+r793 | topia | 2005-03-01 04:05:39 +0900 (Tue, 01 Mar 2005) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/OptionalModules.pm
 
@@ -936,14 +1013,14 @@
 
 * rewrite ->check with require instead of use $_ ().
 ------------------------------------------------------------------------
-r792 | topia | 2005-03-01 03:53:52 +0900 (Tue, 01 Mar 2005) | 1 line
+r792 | topia | 2005-03-01 03:53:30 +0900 (Tue, 01 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode.pm
    M /trunk/main/Tiarra/Encoding/UniJP.pm
 
 * more unijp conformance: ->getcode return unknown.
 ------------------------------------------------------------------------
-r791 | topia | 2005-03-01 03:42:28 +0900 (Tue, 01 Mar 2005) | 3 lines
+r791 | topia | 2005-03-01 03:42:06 +0900 (Tue, 01 Mar 2005) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode.pm
 
@@ -951,32 +1028,32 @@
 
 * warn and ignore when _find_canon_encs found unsupported encoding.
 ------------------------------------------------------------------------
-r790 | topia | 2005-03-01 03:40:53 +0900 (Tue, 01 Mar 2005) | 1 line
+r790 | topia | 2005-03-01 03:40:31 +0900 (Tue, 01 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
 * fix typo.
 ------------------------------------------------------------------------
-r789 | topia | 2005-03-01 03:26:16 +0900 (Tue, 01 Mar 2005) | 1 line
+r789 | topia | 2005-03-01 03:25:54 +0900 (Tue, 01 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Encoding/Encode.pm
    M /trunk/main/Tiarra/Encoding/UniJP.pm
 
 * add comma seperated guess-list feature for ->set.
 ------------------------------------------------------------------------
-r788 | topia | 2005-03-01 03:15:02 +0900 (Tue, 01 Mar 2005) | 1 line
+r788 | topia | 2005-03-01 03:14:40 +0900 (Tue, 01 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * fix buggy socket closing.
 ------------------------------------------------------------------------
-r787 | topia | 2005-03-01 03:12:45 +0900 (Tue, 01 Mar 2005) | 1 line
+r787 | topia | 2005-03-01 03:12:23 +0900 (Tue, 01 Mar 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
 
 * pass errno to callback.
 ------------------------------------------------------------------------
-r786 | topia | 2005-03-01 03:10:21 +0900 (Tue, 01 Mar 2005) | 1 line
+r786 | topia | 2005-03-01 03:09:59 +0900 (Tue, 01 Mar 2005) | 1 line
 Changed paths:
    A /trunk/main/Tiarra/Encoding
    A /trunk/main/Tiarra/Encoding/Encode.pm
@@ -985,7 +1062,7 @@
 
 * add Tiarra::Encoding for Unicode::Japanese compatible Encoding convertion layer.
 ------------------------------------------------------------------------
-r785 | topia | 2005-02-28 04:31:31 +0900 (Mon, 28 Feb 2005) | 3 lines
+r785 | topia | 2005-02-28 04:31:09 +0900 (Mon, 28 Feb 2005) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/IRC/Message.pm
 
@@ -993,25 +1070,25 @@
 
 * fix to avoid unijp bug.
 ------------------------------------------------------------------------
-r784 | topia | 2005-02-27 15:55:47 +0900 (Sun, 27 Feb 2005) | 1 line
+r784 | topia | 2005-02-27 15:55:25 +0900 (Sun, 27 Feb 2005) | 1 line
 Changed paths:
    M /trunk/module/Tools/GroupDB.pm
 
 * add ->find_group_with_hash, ->find_groups_with_hash.
 ------------------------------------------------------------------------
-r783 | topia | 2005-02-27 15:54:53 +0900 (Sun, 27 Feb 2005) | 1 line
+r783 | topia | 2005-02-27 15:54:31 +0900 (Sun, 27 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * add comment to explain connection flow.
 ------------------------------------------------------------------------
-r782 | topia | 2005-02-27 15:53:50 +0900 (Sun, 27 Feb 2005) | 1 line
+r782 | topia | 2005-02-27 15:53:28 +0900 (Sun, 27 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * add REOPLIST to attach_translator.
 ------------------------------------------------------------------------
-r781 | topia | 2005-02-27 15:53:03 +0900 (Sun, 27 Feb 2005) | 3 lines
+r781 | topia | 2005-02-27 15:52:41 +0900 (Sun, 27 Feb 2005) | 3 lines
 Changed paths:
    M /trunk/main/PersonalInfo.pm
 
@@ -1019,7 +1096,7 @@
 
 * cosmetic changes.
 ------------------------------------------------------------------------
-r780 | topia | 2005-02-25 00:02:10 +0900 (Fri, 25 Feb 2005) | 11 lines
+r780 | topia | 2005-02-25 00:01:48 +0900 (Fri, 25 Feb 2005) | 11 lines
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
    M /trunk/main/IrcIO/Server.pm
@@ -1039,37 +1116,37 @@
 
 * handle read/write error and exception.
 ------------------------------------------------------------------------
-r779 | topia | 2005-02-24 23:48:44 +0900 (Thu, 24 Feb 2005) | 1 line
+r779 | topia | 2005-02-24 23:48:22 +0900 (Thu, 24 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/ExternalSocket.pm
 
 * make exception optional.
 ------------------------------------------------------------------------
-r778 | topia | 2005-02-24 23:44:35 +0900 (Thu, 24 Feb 2005) | 1 line
+r778 | topia | 2005-02-24 23:44:13 +0900 (Thu, 24 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/ExternalSocket.pm
 
 * add exception handler.
 ------------------------------------------------------------------------
-r777 | topia | 2005-02-24 18:37:24 +0900 (Thu, 24 Feb 2005) | 1 line
+r777 | topia | 2005-02-24 18:37:02 +0900 (Thu, 24 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
 * avoid compatibility bug.
 ------------------------------------------------------------------------
-r776 | topia | 2005-02-24 18:34:43 +0900 (Thu, 24 Feb 2005) | 1 line
+r776 | topia | 2005-02-24 18:34:21 +0900 (Thu, 24 Feb 2005) | 1 line
 Changed paths:
    M /trunk/module/Tools/GroupDB.pm
 
 * drop backward compatibility of scalar-ref.
 ------------------------------------------------------------------------
-r775 | topia | 2005-02-24 18:14:53 +0900 (Thu, 24 Feb 2005) | 1 line
+r775 | topia | 2005-02-24 18:14:31 +0900 (Thu, 24 Feb 2005) | 1 line
 Changed paths:
    M /trunk/module/Auto/AliasDB.pm
 
 * passing data type more simply.
 ------------------------------------------------------------------------
-r774 | topia | 2005-02-24 15:40:36 +0900 (Thu, 24 Feb 2005) | 5 lines
+r774 | topia | 2005-02-24 15:40:14 +0900 (Thu, 24 Feb 2005) | 5 lines
 Changed paths:
    M /trunk/main/Tiarra/IRC/Message.pm
 
@@ -1079,31 +1156,31 @@
 
 * ->prefix re-return Tiarra::IRC::Prefix!
 ------------------------------------------------------------------------
-r773 | topia | 2005-02-24 14:42:42 +0900 (Thu, 24 Feb 2005) | 1 line
+r773 | topia | 2005-02-24 14:42:20 +0900 (Thu, 24 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/IRCMessage.pm
 
 * add comment.  
 ------------------------------------------------------------------------
-r772 | topia | 2005-02-24 14:41:34 +0900 (Thu, 24 Feb 2005) | 1 line
+r772 | topia | 2005-02-24 14:41:12 +0900 (Thu, 24 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/IRC/Message.pm
 
 * add ->raw_prefix.
 ------------------------------------------------------------------------
-r771 | topia | 2005-02-24 14:41:03 +0900 (Thu, 24 Feb 2005) | 1 line
+r771 | topia | 2005-02-24 14:40:41 +0900 (Thu, 24 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/IRC/Prefix.pm
 
 * add overload to string.
 ------------------------------------------------------------------------
-r770 | topia | 2005-02-24 14:19:49 +0900 (Thu, 24 Feb 2005) | 1 line
+r770 | topia | 2005-02-24 14:19:27 +0900 (Thu, 24 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/IRCMessage.pm
 
 * proxy to Tiarra::IRC::Message (from IRCMessage).
 ------------------------------------------------------------------------
-r769 | topia | 2005-02-24 14:19:00 +0900 (Thu, 24 Feb 2005) | 3 lines
+r769 | topia | 2005-02-24 14:18:38 +0900 (Thu, 24 Feb 2005) | 3 lines
 Changed paths:
    A /trunk/main/Tiarra/IRC
    A /trunk/main/Tiarra/IRC/Message.pm (from /trunk/main/IRCMessage.pm:768)
@@ -1113,7 +1190,7 @@
 
 * split prefix function to Tiarra::IRC::Prefix.
 ------------------------------------------------------------------------
-r768 | topia | 2005-02-24 11:10:33 +0900 (Thu, 24 Feb 2005) | 1 line
+r768 | topia | 2005-02-24 11:10:11 +0900 (Thu, 24 Feb 2005) | 1 line
 Changed paths:
    M /trunk/all.conf
    M /trunk/doc/module/Auto.html
@@ -1121,14 +1198,14 @@
 
 * regen.
 ------------------------------------------------------------------------
-r767 | topia | 2005-02-24 11:08:34 +0900 (Thu, 24 Feb 2005) | 2 lines
+r767 | topia | 2005-02-24 11:08:12 +0900 (Thu, 24 Feb 2005) | 2 lines
 Changed paths:
    M /trunk/module/Auto/Reply.pm
 
 * fix documentation bug.
 
 ------------------------------------------------------------------------
-r766 | topia | 2005-02-24 00:41:13 +0900 (Thu, 24 Feb 2005) | 13 lines
+r766 | topia | 2005-02-24 00:40:51 +0900 (Thu, 24 Feb 2005) | 13 lines
 Changed paths:
    M /trunk/module/Tools/GroupDB.pm
 
@@ -1146,7 +1223,7 @@
 
 * cosmetic fixes.
 ------------------------------------------------------------------------
-r765 | topia | 2005-02-23 23:02:45 +0900 (Wed, 23 Feb 2005) | 6 lines
+r765 | topia | 2005-02-23 23:02:23 +0900 (Wed, 23 Feb 2005) | 6 lines
 Changed paths:
    M /trunk/module/Tools/Hash.pm
 
@@ -1157,7 +1234,7 @@
 * call closure without parent on with_session.
 
 ------------------------------------------------------------------------
-r764 | topia | 2005-02-23 19:04:16 +0900 (Wed, 23 Feb 2005) | 7 lines
+r764 | topia | 2005-02-23 19:03:54 +0900 (Wed, 23 Feb 2005) | 7 lines
 Changed paths:
    M /trunk/module/Tools/Hash.pm
 
@@ -1169,13 +1246,13 @@
 
 * add del_key alias and use ->queue_cleanup on delete values.
 ------------------------------------------------------------------------
-r763 | topia | 2005-02-23 18:53:12 +0900 (Wed, 23 Feb 2005) | 1 line
+r763 | topia | 2005-02-23 18:52:50 +0900 (Wed, 23 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils/CallWrapper.pm
 
 * ignore error ensure-cleaner.
 ------------------------------------------------------------------------
-r762 | topia | 2005-02-22 05:05:25 +0900 (Tue, 22 Feb 2005) | 2 lines
+r762 | topia | 2005-02-22 05:05:03 +0900 (Tue, 22 Feb 2005) | 2 lines
 Changed paths:
    A /trunk/all.conf
    A /trunk/doc-src/all.conf.in
@@ -1211,47 +1288,47 @@
 * new configuration file: all.conf.
   - get rid of non-essential modules to all.conf.
 ------------------------------------------------------------------------
-r761 | topia | 2005-02-22 03:30:05 +0900 (Tue, 22 Feb 2005) | 2 lines
+r761 | topia | 2005-02-22 03:29:43 +0900 (Tue, 22 Feb 2005) | 2 lines
 Changed paths:
    M /trunk/module/Log/Logger.pm
 
 * fix with null part message.
 
 ------------------------------------------------------------------------
-r760 | topia | 2005-02-22 03:29:36 +0900 (Tue, 22 Feb 2005) | 2 lines
+r760 | topia | 2005-02-22 03:29:14 +0900 (Tue, 22 Feb 2005) | 2 lines
 Changed paths:
    M /trunk/main/Tiarra/Utils/CallWrapper.pm
 
 * fix with real_(die|warn).
 
 ------------------------------------------------------------------------
-r759 | topia | 2005-02-18 20:30:55 +0900 (Fri, 18 Feb 2005) | 2 lines
+r759 | topia | 2005-02-18 20:30:33 +0900 (Fri, 18 Feb 2005) | 2 lines
 Changed paths:
    M /trunk/module/Channel/Mode/Oper/Grant.pm
 
 * rewrite logic.
 
 ------------------------------------------------------------------------
-r757 | topia | 2005-02-17 09:34:44 +0900 (Thu, 17 Feb 2005) | 1 line
+r757 | topia | 2005-02-17 09:34:22 +0900 (Thu, 17 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/TiarraDoc.pm
 
 * whitespace fixes.
 ------------------------------------------------------------------------
-r756 | topia | 2005-02-17 09:34:20 +0900 (Thu, 17 Feb 2005) | 1 line
+r756 | topia | 2005-02-17 09:33:58 +0900 (Thu, 17 Feb 2005) | 1 line
 Changed paths:
    M /trunk/makedoc
 
 * whitespace fixes.
 ------------------------------------------------------------------------
-r755 | topia | 2005-02-17 09:20:48 +0900 (Thu, 17 Feb 2005) | 1 line
+r755 | topia | 2005-02-17 09:20:26 +0900 (Thu, 17 Feb 2005) | 1 line
 Changed paths:
    M /trunk/doc/module/Channel.html
    M /trunk/sample.conf
 
 * regen docmentation.
 ------------------------------------------------------------------------
-r754 | topia | 2005-02-17 09:19:01 +0900 (Thu, 17 Feb 2005) | 6 lines
+r754 | topia | 2005-02-17 09:18:39 +0900 (Thu, 17 Feb 2005) | 6 lines
 Changed paths:
    M /trunk/module/Channel/Mode/Oper/Grant.pm
 
@@ -1262,37 +1339,37 @@
 * whitespace fixes.
 
 ------------------------------------------------------------------------
-r753 | topia | 2005-02-16 19:22:29 +0900 (Wed, 16 Feb 2005) | 1 line
+r753 | topia | 2005-02-16 19:22:07 +0900 (Wed, 16 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils/DefineHelper.pm
 
 * deprecation by enum.pm.
 ------------------------------------------------------------------------
-r752 | topia | 2005-02-16 19:19:01 +0900 (Wed, 16 Feb 2005) | 1 line
+r752 | topia | 2005-02-16 19:18:39 +0900 (Wed, 16 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/DefineEnumMixin.pm
 
 * deprecation by enum.pm.
 ------------------------------------------------------------------------
-r751 | topia | 2005-02-16 19:17:38 +0900 (Wed, 16 Feb 2005) | 1 line
+r751 | topia | 2005-02-16 19:17:16 +0900 (Wed, 16 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
 * cosmetic fixes.
 ------------------------------------------------------------------------
-r750 | topia | 2005-02-16 19:16:23 +0900 (Wed, 16 Feb 2005) | 1 line
+r750 | topia | 2005-02-16 19:16:01 +0900 (Wed, 16 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/IRCMessage.pm
 
 * do carp only on MAX_PARAMS exceeded message parsing.
 ------------------------------------------------------------------------
-r749 | topia | 2005-02-16 10:21:44 +0900 (Wed, 16 Feb 2005) | 1 line
+r749 | topia | 2005-02-16 10:21:22 +0900 (Wed, 16 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/IrcIO.pm
 
 * add raw_param purging on read.
 ------------------------------------------------------------------------
-r748 | topia | 2005-02-16 10:16:53 +0900 (Wed, 16 Feb 2005) | 3 lines
+r748 | topia | 2005-02-16 10:16:31 +0900 (Wed, 16 Feb 2005) | 3 lines
 Changed paths:
    M /trunk/main/IRCMessage.pm
 
@@ -1300,13 +1377,13 @@
 
 * use carp for exceeded maximum param, instead of croak.
 ------------------------------------------------------------------------
-r747 | topia | 2005-02-16 10:14:01 +0900 (Wed, 16 Feb 2005) | 1 line
+r747 | topia | 2005-02-16 10:13:39 +0900 (Wed, 16 Feb 2005) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
 * ISUPPORT first-param used for nick.
 ------------------------------------------------------------------------
-r744 | topia | 2005-02-15 03:57:24 +0900 (Tue, 15 Feb 2005) | 3 lines
+r744 | topia | 2005-02-15 03:57:02 +0900 (Tue, 15 Feb 2005) | 3 lines
 Changed paths:
    M /trunk/doc-src/conf-main.tdoc
    M /trunk/main/Configuration.pm
@@ -1316,86 +1393,86 @@
 
 * fix ignore on connecting's handling.
 ------------------------------------------------------------------------
-r740 | topia | 2005-01-22 03:05:55 +0900 (Sat, 22 Jan 2005) | 2 lines
+r740 | topia | 2005-01-22 03:05:33 +0900 (Sat, 22 Jan 2005) | 2 lines
 Changed paths:
    M /trunk/main/Module/Use.pm
 
 * can load without ModuleManager.
 
 ------------------------------------------------------------------------
-r739 | topia | 2005-01-13 11:21:47 +0900 (Thu, 13 Jan 2005) | 1 line
+r739 | topia | 2005-01-13 11:21:25 +0900 (Thu, 13 Jan 2005) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * switch to Cwd & chdir, instead of File::chdir.
 ------------------------------------------------------------------------
-r738 | topia | 2005-01-07 12:11:32 +0900 (Fri, 07 Jan 2005) | 1 line
+r738 | topia | 2005-01-07 12:11:10 +0900 (Fri, 07 Jan 2005) | 1 line
 Changed paths:
    M /trunk/module/Log/Writer/File.pm
 
 * fix harmful my.
 ------------------------------------------------------------------------
-r735 | topia | 2004-12-29 17:28:35 +0900 (Wed, 29 Dec 2004) | 2 lines
+r735 | topia | 2004-12-29 17:28:13 +0900 (Wed, 29 Dec 2004) | 2 lines
 Changed paths:
    M /trunk/tiarra
 
 * fix error.
 
 ------------------------------------------------------------------------
-r734 | topia | 2004-12-29 17:27:38 +0900 (Wed, 29 Dec 2004) | 2 lines
+r734 | topia | 2004-12-29 17:27:16 +0900 (Wed, 29 Dec 2004) | 2 lines
 Changed paths:
    M /trunk/tiarra
 
 * make File::chdir to optional.
 
 ------------------------------------------------------------------------
-r733 | topia | 2004-12-29 16:59:30 +0900 (Wed, 29 Dec 2004) | 1 line
+r733 | topia | 2004-12-29 16:59:08 +0900 (Wed, 29 Dec 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
    M /trunk/main/Tiarra/Socket.pm
 
 * add and use Tiarra::Socket->{errno,errmsg}.
 ------------------------------------------------------------------------
-r732 | topia | 2004-12-29 16:57:57 +0900 (Wed, 29 Dec 2004) | 1 line
+r732 | topia | 2004-12-29 16:57:35 +0900 (Wed, 29 Dec 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Writer.pm
 
 * remove unnecessary 'use'.
 ------------------------------------------------------------------------
-r731 | topia | 2004-12-29 16:50:54 +0900 (Wed, 29 Dec 2004) | 2 lines
+r731 | topia | 2004-12-29 16:50:32 +0900 (Wed, 29 Dec 2004) | 2 lines
 Changed paths:
    M /trunk/INSTALL
 
 * small fixes.
 
 ------------------------------------------------------------------------
-r730 | topia | 2004-12-29 16:50:04 +0900 (Wed, 29 Dec 2004) | 2 lines
+r730 | topia | 2004-12-29 16:49:42 +0900 (Wed, 29 Dec 2004) | 2 lines
 Changed paths:
    M /trunk/tiarra
 
 * fix svnversion call correctly(use File::chdir).
 
 ------------------------------------------------------------------------
-r729 | topia | 2004-12-29 16:49:14 +0900 (Wed, 29 Dec 2004) | 2 lines
+r729 | topia | 2004-12-29 16:48:52 +0900 (Wed, 29 Dec 2004) | 2 lines
 Changed paths:
    M /trunk/tiarra
 
 * add sigusr1 signal handler(reload conf only).
 
 ------------------------------------------------------------------------
-r728 | topia | 2004-11-29 22:40:55 +0900 (Mon, 29 Nov 2004) | 1 line
+r728 | topia | 2004-11-29 22:40:33 +0900 (Mon, 29 Nov 2004) | 1 line
 Changed paths:
    A /trunk/bundle/enum.pm
 
 * add enum-1.16.
 ------------------------------------------------------------------------
-r726 | topia | 2004-11-27 14:14:12 +0900 (Sat, 27 Nov 2004) | 1 line
+r726 | topia | 2004-11-27 14:13:50 +0900 (Sat, 27 Nov 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket/Win32Errno.pm
 
 * get rid of unnecessary Tiarra::Utils use.
 ------------------------------------------------------------------------
-r725 | topia | 2004-11-27 14:13:32 +0900 (Sat, 27 Nov 2004) | 1 line
+r725 | topia | 2004-11-27 14:13:10 +0900 (Sat, 27 Nov 2004) | 1 line
 Changed paths:
    M /trunk/doc/module/Auto.html
    M /trunk/doc/module/Client.html
@@ -1404,7 +1481,7 @@
 
 * regen.
 ------------------------------------------------------------------------
-r724 | topia | 2004-11-27 14:12:39 +0900 (Sat, 27 Nov 2004) | 4 lines
+r724 | topia | 2004-11-27 14:12:17 +0900 (Sat, 27 Nov 2004) | 4 lines
 Changed paths:
    M /trunk/module/Client/ProtectMyself.pm
 
@@ -1413,26 +1490,26 @@
 * remove unnecessary RunLoop use.
 
 ------------------------------------------------------------------------
-r723 | topia | 2004-11-26 08:34:22 +0900 (Fri, 26 Nov 2004) | 2 lines
+r723 | topia | 2004-11-26 08:34:00 +0900 (Fri, 26 Nov 2004) | 2 lines
 Changed paths:
    M /trunk/main/Tiarra/Socket.pm
 
 * add pod.
 
 ------------------------------------------------------------------------
-r722 | topia | 2004-11-24 09:15:13 +0900 (Wed, 24 Nov 2004) | 1 line
+r722 | topia | 2004-11-24 09:14:51 +0900 (Wed, 24 Nov 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/GetVersion.pm
 
 * mention to Client::Guess.
 ------------------------------------------------------------------------
-r721 | topia | 2004-11-24 09:12:25 +0900 (Wed, 24 Nov 2004) | 1 line
+r721 | topia | 2004-11-24 09:12:03 +0900 (Wed, 24 Nov 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/PatchworkMessage.pm
 
 * mention to Client::GetVersion.
 ------------------------------------------------------------------------
-r720 | topia | 2004-11-24 09:03:51 +0900 (Wed, 24 Nov 2004) | 3 lines
+r720 | topia | 2004-11-24 09:03:29 +0900 (Wed, 24 Nov 2004) | 3 lines
 Changed paths:
    M /trunk/module/Client/PatchworkMessage.pm
 
@@ -1440,26 +1517,26 @@
 
 * use utils->cond_yesno to check config.
 ------------------------------------------------------------------------
-r719 | topia | 2004-11-16 15:39:29 +0900 (Tue, 16 Nov 2004) | 1 line
+r719 | topia | 2004-11-16 15:39:07 +0900 (Tue, 16 Nov 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket.pm
 
 * get rid of unnecessary Config.pm requisition.
 ------------------------------------------------------------------------
-r718 | topia | 2004-11-15 20:42:54 +0900 (Mon, 15 Nov 2004) | 1 line
+r718 | topia | 2004-11-15 20:42:32 +0900 (Mon, 15 Nov 2004) | 1 line
 Changed paths:
    M /trunk/main/IRCMessage.pm
 
 * sync new ->define_array_attr_translate_accessor interface.
 ------------------------------------------------------------------------
-r717 | topia | 2004-11-15 20:41:54 +0900 (Mon, 15 Nov 2004) | 2 lines
+r717 | topia | 2004-11-15 20:41:32 +0900 (Mon, 15 Nov 2004) | 2 lines
 Changed paths:
    M /trunk/main/Tiarra/Utils/DefineHelper.pm
 
 * ->define_{array_,}attr_translate_accessor interface change.
   (string to closure->($from, $to))
 ------------------------------------------------------------------------
-r716 | topia | 2004-11-15 18:38:48 +0900 (Mon, 15 Nov 2004) | 16 lines
+r716 | topia | 2004-11-15 18:38:26 +0900 (Mon, 15 Nov 2004) | 16 lines
 Changed paths:
    M /trunk/main/IRCMessage.pm
 
@@ -1480,7 +1557,7 @@
   - handling 2nd format on params of RFC2812 / 2.3.1 Message format in ABNF.
     > 14( SPACE middle ) [ SPACE [ ":" ] trailing ]
 ------------------------------------------------------------------------
-r715 | topia | 2004-11-15 18:18:40 +0900 (Mon, 15 Nov 2004) | 5 lines
+r715 | topia | 2004-11-15 18:18:18 +0900 (Mon, 15 Nov 2004) | 5 lines
 Changed paths:
    M /trunk/main/Tiarra/Utils/DefineHelper.pm
 
@@ -1490,13 +1567,13 @@
 
 * use ->get_caller on ->get_package.
 ------------------------------------------------------------------------
-r714 | topia | 2004-11-06 05:23:07 +0900 (Sat, 06 Nov 2004) | 1 line
+r714 | topia | 2004-11-06 05:22:45 +0900 (Sat, 06 Nov 2004) | 1 line
 Changed paths:
    M /trunk/module/Auto/Calc.pm
 
 * add export function.
 ------------------------------------------------------------------------
-r713 | topia | 2004-11-01 00:39:28 +0900 (Mon, 01 Nov 2004) | 1 line
+r713 | topia | 2004-11-01 00:39:06 +0900 (Mon, 01 Nov 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Writer/Base.pm
    M /trunk/module/Log/Writer/File.pm
@@ -1504,7 +1581,7 @@
 
 * new style Log::Writer loader.
 ------------------------------------------------------------------------
-r712 | topia | 2004-10-31 23:35:07 +0900 (Sun, 31 Oct 2004) | 3 lines
+r712 | topia | 2004-10-31 23:34:45 +0900 (Sun, 31 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/ModuleManager.pm
 
@@ -1512,19 +1589,19 @@
 
 * call destruct on reload even if it isn't tiarra module.
 ------------------------------------------------------------------------
-r711 | topia | 2004-10-31 17:53:20 +0900 (Sun, 31 Oct 2004) | 1 line
+r711 | topia | 2004-10-31 17:52:58 +0900 (Sun, 31 Oct 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Channel.pm
 
 * fallsafe if writer_is_not_defined.
 ------------------------------------------------------------------------
-r710 | topia | 2004-10-31 17:18:15 +0900 (Sun, 31 Oct 2004) | 1 line
+r710 | topia | 2004-10-31 17:17:53 +0900 (Sun, 31 Oct 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Writer/Base.pm
 
 * cache notify for 30 sec.
 ------------------------------------------------------------------------
-r709 | topia | 2004-10-26 07:50:05 +0900 (Tue, 26 Oct 2004) | 3 lines
+r709 | topia | 2004-10-26 07:49:43 +0900 (Tue, 26 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
@@ -1532,13 +1609,13 @@
 
 * return $default even if $default not defined.
 ------------------------------------------------------------------------
-r708 | topia | 2004-10-26 07:44:15 +0900 (Tue, 26 Oct 2004) | 1 line
+r708 | topia | 2004-10-26 07:43:53 +0900 (Tue, 26 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
 * ignore case of cond_yesno.
 ------------------------------------------------------------------------
-r707 | topia | 2004-10-26 05:45:15 +0900 (Tue, 26 Oct 2004) | 5 lines
+r707 | topia | 2004-10-26 05:44:53 +0900 (Tue, 26 Oct 2004) | 5 lines
 Changed paths:
    M /trunk/module/Tools/Hash.pm
 
@@ -1548,20 +1625,20 @@
 
 * add ->add_hash.
 ------------------------------------------------------------------------
-r706 | topia | 2004-10-26 05:42:19 +0900 (Tue, 26 Oct 2004) | 1 line
+r706 | topia | 2004-10-26 05:41:57 +0900 (Tue, 26 Oct 2004) | 1 line
 Changed paths:
    M /trunk/module/Auto/AliasDB.pm
 
 * cleanup duplicate code; do proxy.
 ------------------------------------------------------------------------
-r705 | topia | 2004-10-26 05:34:02 +0900 (Tue, 26 Oct 2004) | 2 lines
+r705 | topia | 2004-10-26 05:33:40 +0900 (Tue, 26 Oct 2004) | 2 lines
 Changed paths:
    M /trunk/tiarra
 
 * add --show-env.
 
 ------------------------------------------------------------------------
-r703 | topia | 2004-10-26 05:20:51 +0900 (Tue, 26 Oct 2004) | 13 lines
+r703 | topia | 2004-10-26 05:20:29 +0900 (Tue, 26 Oct 2004) | 13 lines
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
 
@@ -1579,19 +1656,19 @@
 
 * add retry_count to ->new.
 ------------------------------------------------------------------------
-r702 | topia | 2004-10-26 05:16:31 +0900 (Tue, 26 Oct 2004) | 1 line
+r702 | topia | 2004-10-26 05:16:09 +0900 (Tue, 26 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
 * add ->to_ordinal_number.
 ------------------------------------------------------------------------
-r701 | topia | 2004-10-26 03:31:14 +0900 (Tue, 26 Oct 2004) | 1 line
+r701 | topia | 2004-10-26 03:30:52 +0900 (Tue, 26 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket.pm
 
 * add msg param to ->sock_errno_to_msg.
 ------------------------------------------------------------------------
-r700 | topia | 2004-10-26 03:02:06 +0900 (Tue, 26 Oct 2004) | 3 lines
+r700 | topia | 2004-10-26 03:01:44 +0900 (Tue, 26 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
 
@@ -1599,19 +1676,19 @@
 
 * use ->_warn instead of warn.
 ------------------------------------------------------------------------
-r699 | topia | 2004-10-25 02:51:27 +0900 (Mon, 25 Oct 2004) | 1 line
+r699 | topia | 2004-10-25 02:51:05 +0900 (Mon, 25 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * fix place of remove connecting flag, for finalize cleanup.
 ------------------------------------------------------------------------
-r698 | topia | 2004-10-25 02:37:17 +0900 (Mon, 25 Oct 2004) | 1 line
+r698 | topia | 2004-10-25 02:36:55 +0900 (Mon, 25 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket/Win32Errno.pm
 
 * fix YAML validity.
 ------------------------------------------------------------------------
-r697 | topia | 2004-10-24 21:50:25 +0900 (Sun, 24 Oct 2004) | 9 lines
+r697 | topia | 2004-10-24 21:50:03 +0900 (Sun, 24 Oct 2004) | 9 lines
 Changed paths:
    M /trunk/main/RunLoop.pm
    M /trunk/main/Tiarra/Socket/Connect.pm
@@ -1628,7 +1705,7 @@
 
 * support win32 non-blocking connection.
 ------------------------------------------------------------------------
-r696 | topia | 2004-10-24 10:28:36 +0900 (Sun, 24 Oct 2004) | 4 lines
+r696 | topia | 2004-10-24 10:28:14 +0900 (Sun, 24 Oct 2004) | 4 lines
 Changed paths:
    M /trunk/main/Tiarra/OptionalModules.pm
 
@@ -1637,25 +1714,25 @@
 * add ->{all,repr}_modules, ->check_all.
 
 ------------------------------------------------------------------------
-r695 | topia | 2004-10-24 10:21:14 +0900 (Sun, 24 Oct 2004) | 1 line
+r695 | topia | 2004-10-24 10:20:52 +0900 (Sun, 24 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
 
 * fix bug on wrong case (do require, not Require!).
 ------------------------------------------------------------------------
-r694 | topia | 2004-10-24 10:16:29 +0900 (Sun, 24 Oct 2004) | 1 line
+r694 | topia | 2004-10-24 10:16:07 +0900 (Sun, 24 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
 
 * use sock->sockopt(SO_ERROR) to get error message.
 ------------------------------------------------------------------------
-r693 | topia | 2004-10-24 09:46:47 +0900 (Sun, 24 Oct 2004) | 1 line
+r693 | topia | 2004-10-24 09:46:25 +0900 (Sun, 24 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * fix typo.
 ------------------------------------------------------------------------
-r692 | topia | 2004-10-24 09:42:37 +0900 (Sun, 24 Oct 2004) | 6 lines
+r692 | topia | 2004-10-24 09:42:15 +0900 (Sun, 24 Oct 2004) | 6 lines
 Changed paths:
    M /trunk/main/RunLoop.pm
 
@@ -1666,7 +1743,7 @@
 
 
 ------------------------------------------------------------------------
-r691 | topia | 2004-10-24 09:31:02 +0900 (Sun, 24 Oct 2004) | 3 lines
+r691 | topia | 2004-10-24 09:30:40 +0900 (Sun, 24 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
 
@@ -1674,43 +1751,43 @@
 
 * add ->_errno_to_msg(errno) for generate error message with/without ActivePerl.
 ------------------------------------------------------------------------
-r690 | topia | 2004-10-24 09:25:44 +0900 (Sun, 24 Oct 2004) | 1 line
+r690 | topia | 2004-10-24 09:25:22 +0900 (Sun, 24 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * ignore cleanup sockets on unknown (readable|writable) socket warning.
 ------------------------------------------------------------------------
-r689 | topia | 2004-10-23 20:43:42 +0900 (Sat, 23 Oct 2004) | 1 line
+r689 | topia | 2004-10-23 20:43:20 +0900 (Sat, 23 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
 
 * increase verbosity on error.
 ------------------------------------------------------------------------
-r688 | topia | 2004-10-23 19:58:50 +0900 (Sat, 23 Oct 2004) | 1 line
+r688 | topia | 2004-10-23 19:58:28 +0900 (Sat, 23 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
 
 * add select check.
 ------------------------------------------------------------------------
-r687 | topia | 2004-10-23 19:37:52 +0900 (Sat, 23 Oct 2004) | 1 line
+r687 | topia | 2004-10-23 19:37:30 +0900 (Sat, 23 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
 
 * fix error process.
 ------------------------------------------------------------------------
-r686 | topia | 2004-10-23 19:35:19 +0900 (Sat, 23 Oct 2004) | 1 line
+r686 | topia | 2004-10-23 19:34:57 +0900 (Sat, 23 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
 
 * add sockerror check.
 ------------------------------------------------------------------------
-r685 | topia | 2004-10-23 04:55:25 +0900 (Sat, 23 Oct 2004) | 1 line
+r685 | topia | 2004-10-23 04:55:03 +0900 (Sat, 23 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * rename ->config_or_default to ->config_local_or_general.
 ------------------------------------------------------------------------
-r683 | topia | 2004-10-19 19:24:44 +0900 (Tue, 19 Oct 2004) | 3 lines
+r683 | topia | 2004-10-19 19:24:22 +0900 (Tue, 19 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
 
@@ -1718,19 +1795,19 @@
 
 * use saddr-resolve.
 ------------------------------------------------------------------------
-r682 | topia | 2004-10-19 19:21:43 +0900 (Tue, 19 Oct 2004) | 1 line
+r682 | topia | 2004-10-19 19:21:21 +0900 (Tue, 19 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * get rid of non-necessary module require.
 ------------------------------------------------------------------------
-r681 | topia | 2004-10-19 06:02:08 +0900 (Tue, 19 Oct 2004) | 1 line
+r681 | topia | 2004-10-19 06:01:46 +0900 (Tue, 19 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket.pm
 
 * fix bug on repr_destination/port.
 ------------------------------------------------------------------------
-r680 | topia | 2004-10-19 06:01:16 +0900 (Tue, 19 Oct 2004) | 5 lines
+r680 | topia | 2004-10-19 06:00:54 +0900 (Tue, 19 Oct 2004) | 5 lines
 Changed paths:
    M /trunk/main/Tiarra/Resolver.pm
 
@@ -1740,26 +1817,26 @@
 
 * use 0 as port of getaddrinfo.
 ------------------------------------------------------------------------
-r679 | topia | 2004-10-19 04:50:05 +0900 (Tue, 19 Oct 2004) | 1 line
+r679 | topia | 2004-10-19 04:49:43 +0900 (Tue, 19 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * use connector->current_{addr,type}.
 ------------------------------------------------------------------------
-r678 | topia | 2004-10-19 04:39:10 +0900 (Tue, 19 Oct 2004) | 1 line
+r678 | topia | 2004-10-19 04:38:48 +0900 (Tue, 19 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
 
 * add and use ->current_{addr,port,type}.
 ------------------------------------------------------------------------
-r677 | topia | 2004-10-19 04:32:37 +0900 (Tue, 19 Oct 2004) | 1 line
+r677 | topia | 2004-10-19 04:32:15 +0900 (Tue, 19 Oct 2004) | 1 line
 Changed paths:
    M /trunk/AUTHORS
    A /trunk/module/System/SendMessage.pm
 
 * add System::SendMessage.
 ------------------------------------------------------------------------
-r676 | topia | 2004-10-19 04:31:28 +0900 (Tue, 19 Oct 2004) | 11 lines
+r676 | topia | 2004-10-19 04:31:06 +0900 (Tue, 19 Oct 2004) | 11 lines
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
    M /trunk/main/Tiarra/Socket.pm
@@ -1776,7 +1853,7 @@
 
 * add fogotten non-Blocking option on connector.
 ------------------------------------------------------------------------
-r675 | topia | 2004-10-18 19:38:51 +0900 (Mon, 18 Oct 2004) | 3 lines
+r675 | topia | 2004-10-18 19:38:29 +0900 (Mon, 18 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/Utils/CallWrapper.pm
    M /trunk/main/Tiarra/Utils.pm
@@ -1785,31 +1862,31 @@
 
 * fix bug of dropping false value.
 ------------------------------------------------------------------------
-r674 | topia | 2004-10-18 12:59:18 +0900 (Mon, 18 Oct 2004) | 1 line
+r674 | topia | 2004-10-18 12:58:56 +0900 (Mon, 18 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
 
 * fix bug on _try_connect_{ipv6,unix} error.
 ------------------------------------------------------------------------
-r673 | topia | 2004-10-18 03:12:40 +0900 (Mon, 18 Oct 2004) | 1 line
+r673 | topia | 2004-10-18 03:12:18 +0900 (Mon, 18 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket.pm
 
 * add ->shutdown.
 ------------------------------------------------------------------------
-r672 | topia | 2004-10-18 01:19:42 +0900 (Mon, 18 Oct 2004) | 1 line
+r672 | topia | 2004-10-18 01:19:20 +0900 (Mon, 18 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket.pm
 
 * mention for Win32/select implementation.
 ------------------------------------------------------------------------
-r671 | topia | 2004-10-18 01:13:55 +0900 (Mon, 18 Oct 2004) | 1 line
+r671 | topia | 2004-10-18 01:13:33 +0900 (Mon, 18 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * fix typo.
 ------------------------------------------------------------------------
-r670 | topia | 2004-10-18 01:10:50 +0900 (Mon, 18 Oct 2004) | 3 lines
+r670 | topia | 2004-10-18 01:10:28 +0900 (Mon, 18 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/ExternalSocket.pm
 
@@ -1817,7 +1894,7 @@
 
 * little fixes.
 ------------------------------------------------------------------------
-r669 | topia | 2004-10-18 01:05:38 +0900 (Mon, 18 Oct 2004) | 1 line
+r669 | topia | 2004-10-18 01:05:16 +0900 (Mon, 18 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket/Buffered.pm
    M /trunk/main/Tiarra/Socket/Connect.pm
@@ -1825,7 +1902,7 @@
 
 * add and use Tiarra::Socket->close.
 ------------------------------------------------------------------------
-r668 | topia | 2004-10-18 01:01:12 +0900 (Mon, 18 Oct 2004) | 3 lines
+r668 | topia | 2004-10-18 01:00:50 +0900 (Mon, 18 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/Socket/Connect.pm
 
@@ -1833,7 +1910,7 @@
 
 * add Unix Domain Socket support.
 ------------------------------------------------------------------------
-r667 | topia | 2004-10-18 00:56:40 +0900 (Mon, 18 Oct 2004) | 3 lines
+r667 | topia | 2004-10-18 00:56:18 +0900 (Mon, 18 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/RunLoop.pm
 
@@ -1841,20 +1918,20 @@
 
 * add comment, improve error messages.
 ------------------------------------------------------------------------
-r666 | topia | 2004-10-18 00:43:41 +0900 (Mon, 18 Oct 2004) | 1 line
+r666 | topia | 2004-10-18 00:43:19 +0900 (Mon, 18 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO.pm
    M /trunk/main/LinedINETSocket.pm
 
 * remove unnecessary module require.
 ------------------------------------------------------------------------
-r665 | topia | 2004-10-18 00:42:11 +0900 (Mon, 18 Oct 2004) | 1 line
+r665 | topia | 2004-10-18 00:41:49 +0900 (Mon, 18 Oct 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * use Tiarra::OptionalModules.
 ------------------------------------------------------------------------
-r664 | topia | 2004-10-18 00:41:42 +0900 (Mon, 18 Oct 2004) | 1 line
+r664 | topia | 2004-10-18 00:41:20 +0900 (Mon, 18 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IRCMessage.pm
    A /trunk/main/Tiarra/OptionalModules.pm
@@ -1863,7 +1940,7 @@
 
 * add and use Tiarra::OptionalModules.
 ------------------------------------------------------------------------
-r663 | topia | 2004-10-15 21:14:05 +0900 (Fri, 15 Oct 2004) | 3 lines
+r663 | topia | 2004-10-15 21:13:43 +0900 (Fri, 15 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/LinedINETSocket.pm
 
@@ -1871,7 +1948,7 @@
 
 * ->attach also call ->install(for backward compat.).
 ------------------------------------------------------------------------
-r662 | topia | 2004-10-15 21:11:15 +0900 (Fri, 15 Oct 2004) | 3 lines
+r662 | topia | 2004-10-15 21:10:53 +0900 (Fri, 15 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/ControlPort.pm
 
@@ -1879,44 +1956,44 @@
 
 * use Tiarra::Socket::Lined.
 ------------------------------------------------------------------------
-r661 | topia | 2004-10-15 21:09:10 +0900 (Fri, 15 Oct 2004) | 1 line
+r661 | topia | 2004-10-15 21:08:48 +0900 (Fri, 15 Oct 2004) | 1 line
 Changed paths:
    A /trunk/main/Tiarra/Socket/Lined.pm
 
 * add.
 ------------------------------------------------------------------------
-r660 | topia | 2004-10-15 21:08:45 +0900 (Fri, 15 Oct 2004) | 1 line
+r660 | topia | 2004-10-15 21:08:23 +0900 (Fri, 15 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket/Buffered.pm
 
 * not check $this->sock defineded on shutdown(totally people won't happy with this check).
 ------------------------------------------------------------------------
-r659 | topia | 2004-10-15 21:06:57 +0900 (Fri, 15 Oct 2004) | 1 line
+r659 | topia | 2004-10-15 21:06:35 +0900 (Fri, 15 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket.pm
 
 * return $this on attach/detach.
 ------------------------------------------------------------------------
-r658 | topia | 2004-10-15 21:05:35 +0900 (Fri, 15 Oct 2004) | 1 line
+r658 | topia | 2004-10-15 21:05:13 +0900 (Fri, 15 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Hook.pm
 
 * add ->name for Hook.
 ------------------------------------------------------------------------
-r657 | topia | 2004-10-15 17:26:35 +0900 (Fri, 15 Oct 2004) | 1 line
+r657 | topia | 2004-10-15 17:26:13 +0900 (Fri, 15 Oct 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Writer/Base.pm
 
 * use get_first_defined as first_defined.
 ------------------------------------------------------------------------
-r656 | topia | 2004-10-15 01:29:12 +0900 (Fri, 15 Oct 2004) | 1 line
+r656 | topia | 2004-10-15 01:28:50 +0900 (Fri, 15 Oct 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/ProtectMyself.pm
    M /trunk/module/Tools/HashDB.pm
 
 * use new Tiarra::Utils entry point (utils->).
 ------------------------------------------------------------------------
-r655 | topia | 2004-10-15 01:00:17 +0900 (Fri, 15 Oct 2004) | 1 line
+r655 | topia | 2004-10-15 00:59:55 +0900 (Fri, 15 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/ExternalSocket.pm
    M /trunk/main/Hook.pm
@@ -1934,61 +2011,61 @@
 
 * use new Tiarra::Utils entry point (utils->).
 ------------------------------------------------------------------------
-r654 | topia | 2004-10-15 00:49:51 +0900 (Fri, 15 Oct 2004) | 1 line
+r654 | topia | 2004-10-15 00:49:29 +0900 (Fri, 15 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
 * add utils entry point.
 ------------------------------------------------------------------------
-r653 | topia | 2004-10-08 23:46:07 +0900 (Fri, 08 Oct 2004) | 1 line
+r653 | topia | 2004-10-08 23:45:45 +0900 (Fri, 08 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * fix typo of detach.
 ------------------------------------------------------------------------
-r652 | topia | 2004-10-08 19:21:52 +0900 (Fri, 08 Oct 2004) | 1 line
+r652 | topia | 2004-10-08 19:21:30 +0900 (Fri, 08 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * show connection warning as error message.
 ------------------------------------------------------------------------
-r651 | topia | 2004-10-08 19:20:53 +0900 (Fri, 08 Oct 2004) | 1 line
+r651 | topia | 2004-10-08 19:20:31 +0900 (Fri, 08 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * avoid double error message (we don't use timeout).
 ------------------------------------------------------------------------
-r650 | topia | 2004-10-08 19:00:48 +0900 (Fri, 08 Oct 2004) | 1 line
+r650 | topia | 2004-10-08 19:00:26 +0900 (Fri, 08 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * fix error on non-thread perl.
 ------------------------------------------------------------------------
-r649 | topia | 2004-10-08 18:07:28 +0900 (Fri, 08 Oct 2004) | 1 line
+r649 | topia | 2004-10-08 18:07:06 +0900 (Fri, 08 Oct 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Writer/File.pm
 
 * untaint filename.
 ------------------------------------------------------------------------
-r648 | topia | 2004-10-08 11:44:19 +0900 (Fri, 08 Oct 2004) | 1 line
+r648 | topia | 2004-10-08 11:43:57 +0900 (Fri, 08 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * fix temporary terminate wait value(10) to 400.
 ------------------------------------------------------------------------
-r647 | topia | 2004-10-08 11:40:44 +0900 (Fri, 08 Oct 2004) | 1 line
+r647 | topia | 2004-10-08 11:40:22 +0900 (Fri, 08 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/ExternalSocket.pm
 
 * fix bug.
 ------------------------------------------------------------------------
-r646 | topia | 2004-10-08 11:38:43 +0900 (Fri, 08 Oct 2004) | 1 line
+r646 | topia | 2004-10-08 11:38:21 +0900 (Fri, 08 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/ExternalSocket.pm
 
 * fix typo.
 ------------------------------------------------------------------------
-r645 | topia | 2004-10-08 11:05:28 +0900 (Fri, 08 Oct 2004) | 3 lines
+r645 | topia | 2004-10-08 11:05:06 +0900 (Fri, 08 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/SessionMixin.pm
 
@@ -1996,7 +2073,7 @@
 
 * rename session_{start,finish} -> __session_{start,finish}.
 ------------------------------------------------------------------------
-r644 | topia | 2004-10-08 11:04:12 +0900 (Fri, 08 Oct 2004) | 3 lines
+r644 | topia | 2004-10-08 11:03:50 +0900 (Fri, 08 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/ExternalSocket.pm
    M /trunk/main/IrcIO/Client.pm
@@ -2013,19 +2090,19 @@
 
 * TerminateManager to tiarra.
 ------------------------------------------------------------------------
-r643 | topia | 2004-10-08 08:58:03 +0900 (Fri, 08 Oct 2004) | 1 line
+r643 | topia | 2004-10-08 08:57:41 +0900 (Fri, 08 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Hook.pm
 
 * cosmetic fixes.
 ------------------------------------------------------------------------
-r642 | topia | 2004-10-08 08:56:33 +0900 (Fri, 08 Oct 2004) | 1 line
+r642 | topia | 2004-10-08 08:56:11 +0900 (Fri, 08 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/WrapMainLoop.pm
 
 * lazy load RunLoop, Timer (to avoid perl(?) cleanup bug).
 ------------------------------------------------------------------------
-r641 | topia | 2004-10-08 08:52:40 +0900 (Fri, 08 Oct 2004) | 3 lines
+r641 | topia | 2004-10-08 08:52:18 +0900 (Fri, 08 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/tiarra
 
@@ -2033,13 +2110,13 @@
 
 * call TerminateManager on exit.
 ------------------------------------------------------------------------
-r640 | topia | 2004-10-07 21:11:13 +0900 (Thu, 07 Oct 2004) | 1 line
+r640 | topia | 2004-10-07 21:10:51 +0900 (Thu, 07 Oct 2004) | 1 line
 Changed paths:
    A /trunk/INSTALL
 
 * add.
 ------------------------------------------------------------------------
-r639 | topia | 2004-10-07 21:09:39 +0900 (Thu, 07 Oct 2004) | 3 lines
+r639 | topia | 2004-10-07 21:09:17 +0900 (Thu, 07 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/AUTHORS
 
@@ -2047,19 +2124,19 @@
 
 * mention bundle/*.
 ------------------------------------------------------------------------
-r638 | topia | 2004-10-07 21:08:27 +0900 (Thu, 07 Oct 2004) | 1 line
+r638 | topia | 2004-10-07 21:08:05 +0900 (Thu, 07 Oct 2004) | 1 line
 Changed paths:
    M /trunk/LICENSE
 
 * change comment to ordinary line.
 ------------------------------------------------------------------------
-r637 | topia | 2004-10-07 20:58:12 +0900 (Thu, 07 Oct 2004) | 1 line
+r637 | topia | 2004-10-07 20:57:50 +0900 (Thu, 07 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/WrapMainLoop.pm
 
 * add ->name.
 ------------------------------------------------------------------------
-r636 | topia | 2004-10-07 20:57:42 +0900 (Thu, 07 Oct 2004) | 3 lines
+r636 | topia | 2004-10-07 20:57:20 +0900 (Thu, 07 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/Utils/DefineHelper.pm
 
@@ -2067,25 +2144,25 @@
 
 * add too_many_args error on _generate_attr_closure.
 ------------------------------------------------------------------------
-r635 | topia | 2004-10-07 20:56:02 +0900 (Thu, 07 Oct 2004) | 1 line
+r635 | topia | 2004-10-07 20:55:40 +0900 (Thu, 07 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils/CallWrapper.pm
 
 * fix bug on s/shift/$msg/g;
 ------------------------------------------------------------------------
-r634 | topia | 2004-10-07 20:55:27 +0900 (Thu, 07 Oct 2004) | 1 line
+r634 | topia | 2004-10-07 20:55:05 +0900 (Thu, 07 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
 * fix bug on passing caller level to get_caller.
 ------------------------------------------------------------------------
-r633 | topia | 2004-10-04 07:18:29 +0900 (Mon, 04 Oct 2004) | 1 line
+r633 | topia | 2004-10-04 07:18:07 +0900 (Mon, 04 Oct 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * suppress one callstack.
 ------------------------------------------------------------------------
-r632 | topia | 2004-10-04 07:17:33 +0900 (Mon, 04 Oct 2004) | 3 lines
+r632 | topia | 2004-10-04 07:17:11 +0900 (Mon, 04 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
@@ -2093,7 +2170,7 @@
 
 * check ->{connector} defined.
 ------------------------------------------------------------------------
-r631 | topia | 2004-10-04 07:15:19 +0900 (Mon, 04 Oct 2004) | 5 lines
+r631 | topia | 2004-10-04 07:14:57 +0900 (Mon, 04 Oct 2004) | 5 lines
 Changed paths:
    M /trunk/main/Tiarra/DefineEnumMixin.pm
    M /trunk/main/Tiarra/SharedMixin.pm
@@ -2109,13 +2186,13 @@
 
 * add Tiarra::Utils::DefineHelper->{get_caller,do_with_define_exportlevel}.
 ------------------------------------------------------------------------
-r630 | topia | 2004-10-03 22:22:52 +0900 (Sun, 03 Oct 2004) | 1 line
+r630 | topia | 2004-10-03 22:22:30 +0900 (Sun, 03 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/SessionMixin.pm
 
 * remove debugging message from with_session errmsg.
 ------------------------------------------------------------------------
-r629 | topia | 2004-10-03 22:18:03 +0900 (Sun, 03 Oct 2004) | 9 lines
+r629 | topia | 2004-10-03 22:17:41 +0900 (Sun, 03 Oct 2004) | 9 lines
 Changed paths:
    M /trunk/main/Tiarra/Socket.pm
 
@@ -2129,7 +2206,7 @@
 
 * add interrupt subject callback (experimental feature, may change in future).
 ------------------------------------------------------------------------
-r628 | topia | 2004-10-03 22:03:53 +0900 (Sun, 03 Oct 2004) | 4 lines
+r628 | topia | 2004-10-03 22:03:31 +0900 (Sun, 03 Oct 2004) | 4 lines
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
@@ -2138,97 +2215,97 @@
 
 * fix bug default handler on do_with_errmsg.
 ------------------------------------------------------------------------
-r627 | topia | 2004-10-03 01:36:35 +0900 (Sun, 03 Oct 2004) | 1 line
+r627 | topia | 2004-10-03 01:36:13 +0900 (Sun, 03 Oct 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * re-tweak server replied check regex.
 ------------------------------------------------------------------------
-r626 | topia | 2004-10-03 01:33:38 +0900 (Sun, 03 Oct 2004) | 1 line
+r626 | topia | 2004-10-03 01:33:16 +0900 (Sun, 03 Oct 2004) | 1 line
 Changed paths:
    M /trunk/module/Tools/HashDB.pm
 
 * fix typo.
 ------------------------------------------------------------------------
-r625 | topia | 2004-10-03 01:29:47 +0900 (Sun, 03 Oct 2004) | 1 line
+r625 | topia | 2004-10-03 01:29:25 +0900 (Sun, 03 Oct 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * add Server replied to ignore die callstack.
 ------------------------------------------------------------------------
-r624 | topia | 2004-10-03 01:28:37 +0900 (Sun, 03 Oct 2004) | 1 line
+r624 | topia | 2004-10-03 01:28:15 +0900 (Sun, 03 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * change Server replied warn to printmsg, and tweak message.
 ------------------------------------------------------------------------
-r623 | topia | 2004-10-02 21:02:35 +0900 (Sat, 02 Oct 2004) | 1 line
+r623 | topia | 2004-10-02 21:02:13 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * fix bug in server_addr.
 ------------------------------------------------------------------------
-r622 | topia | 2004-10-02 19:46:01 +0900 (Sat, 02 Oct 2004) | 1 line
+r622 | topia | 2004-10-02 19:45:39 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * fix debug retry timer.
 ------------------------------------------------------------------------
-r621 | topia | 2004-10-02 19:41:45 +0900 (Sat, 02 Oct 2004) | 1 line
+r621 | topia | 2004-10-02 19:41:23 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * fix typo.
 ------------------------------------------------------------------------
-r620 | topia | 2004-10-02 19:40:02 +0900 (Sat, 02 Oct 2004) | 1 line
+r620 | topia | 2004-10-02 19:39:40 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * can't understand bug, pass $connector to _attach.
 ------------------------------------------------------------------------
-r619 | topia | 2004-10-02 19:36:30 +0900 (Sat, 02 Oct 2004) | 1 line
+r619 | topia | 2004-10-02 19:36:08 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * fast initialization default network.
 ------------------------------------------------------------------------
-r617 | topia | 2004-10-02 19:29:44 +0900 (Sat, 02 Oct 2004) | 1 line
+r617 | topia | 2004-10-02 19:29:22 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * fix bug on connection interrupted.
 ------------------------------------------------------------------------
-r616 | topia | 2004-10-02 19:24:15 +0900 (Sat, 02 Oct 2004) | 1 line
+r616 | topia | 2004-10-02 19:23:53 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket.pm
 
 * fix portability.
 ------------------------------------------------------------------------
-r615 | topia | 2004-10-02 19:22:34 +0900 (Sat, 02 Oct 2004) | 1 line
+r615 | topia | 2004-10-02 19:22:12 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket.pm
 
 * supply error-message on internal error.
 ------------------------------------------------------------------------
-r614 | topia | 2004-10-02 19:20:54 +0900 (Sat, 02 Oct 2004) | 1 line
+r614 | topia | 2004-10-02 19:20:32 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * show connect_error detail.
 ------------------------------------------------------------------------
-r613 | topia | 2004-10-02 19:20:26 +0900 (Sat, 02 Oct 2004) | 1 line
+r613 | topia | 2004-10-02 19:20:04 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket.pm
 
 * supply msg to all connect_error.
 ------------------------------------------------------------------------
-r612 | topia | 2004-10-02 19:15:10 +0900 (Sat, 02 Oct 2004) | 1 line
+r612 | topia | 2004-10-02 19:14:48 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Socket.pm
 
 * fix typo.
 ------------------------------------------------------------------------
-r611 | topia | 2004-10-02 19:10:27 +0900 (Sat, 02 Oct 2004) | 1 line
+r611 | topia | 2004-10-02 19:10:05 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
    M /trunk/main/IrcIO/Server.pm
@@ -2238,19 +2315,19 @@
 
 * new Socket/RunLoop framework!
 ------------------------------------------------------------------------
-r610 | topia | 2004-10-02 19:03:10 +0900 (Sat, 02 Oct 2004) | 1 line
+r610 | topia | 2004-10-02 19:02:48 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/module/Tools/HashDB.pm
 
 * check $this->time defined.
 ------------------------------------------------------------------------
-r609 | topia | 2004-10-02 19:01:46 +0900 (Sat, 02 Oct 2004) | 1 line
+r609 | topia | 2004-10-02 19:01:24 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/module/Tools/HashDB.pm
 
 * omit with_session in _load.
 ------------------------------------------------------------------------
-r608 | topia | 2004-10-02 17:36:12 +0900 (Sat, 02 Oct 2004) | 7 lines
+r608 | topia | 2004-10-02 17:35:50 +0900 (Sat, 02 Oct 2004) | 7 lines
 Changed paths:
    M /trunk/main/Tiarra/SessionMixin.pm
    M /trunk/module/Tools/GroupDB.pm
@@ -2263,20 +2340,20 @@
 
 * Tools::GroupDB->find_groups accept (pure-scalar|scalar ref|others).
 ------------------------------------------------------------------------
-r607 | topia | 2004-10-02 17:31:58 +0900 (Sat, 02 Oct 2004) | 1 line
+r607 | topia | 2004-10-02 17:31:36 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Eval.pm
    M /trunk/module/System/Reload.pm
 
 * use ReloadTrigger->_install_reload_timer.
 ------------------------------------------------------------------------
-r606 | topia | 2004-10-02 17:31:19 +0900 (Sat, 02 Oct 2004) | 1 line
+r606 | topia | 2004-10-02 17:30:57 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/ReloadTrigger.pm
 
 * add ->_install_reload_timer.
 ------------------------------------------------------------------------
-r605 | topia | 2004-10-02 17:30:42 +0900 (Sat, 02 Oct 2004) | 5 lines
+r605 | topia | 2004-10-02 17:30:20 +0900 (Sat, 02 Oct 2004) | 5 lines
 Changed paths:
    M /trunk/main/Hook.pm
    M /trunk/main/ModuleManager.pm
@@ -2288,7 +2365,7 @@
 
 * get rid of symtable-fetch eval.
 ------------------------------------------------------------------------
-r604 | topia | 2004-10-02 17:12:22 +0900 (Sat, 02 Oct 2004) | 7 lines
+r604 | topia | 2004-10-02 17:12:00 +0900 (Sat, 02 Oct 2004) | 7 lines
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
@@ -2300,25 +2377,25 @@
   - new: die ensure handler isn't called many time in tiarra.
   - old: very long callstack with debug-mode.
 ------------------------------------------------------------------------
-r603 | topia | 2004-10-02 07:35:15 +0900 (Sat, 02 Oct 2004) | 1 line
+r603 | topia | 2004-10-02 07:34:53 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Resolver.pm
 
 * fix typo, add AI_NUMERICHOST.
 ------------------------------------------------------------------------
-r602 | topia | 2004-10-02 07:32:22 +0900 (Sat, 02 Oct 2004) | 1 line
+r602 | topia | 2004-10-02 07:32:00 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Resolver.pm
 
 * define dummy with closure.
 ------------------------------------------------------------------------
-r601 | topia | 2004-10-02 07:27:30 +0900 (Sat, 02 Oct 2004) | 1 line
+r601 | topia | 2004-10-02 07:27:08 +0900 (Sat, 02 Oct 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Resolver.pm
 
 * try AI_NUMERICHOST for fast resolve.
 ------------------------------------------------------------------------
-r600 | topia | 2004-10-01 21:51:44 +0900 (Fri, 01 Oct 2004) | 3 lines
+r600 | topia | 2004-10-01 21:51:22 +0900 (Fri, 01 Oct 2004) | 3 lines
 Changed paths:
    M /trunk/main/Multicast.pm
 
@@ -2326,13 +2403,13 @@
 
 * use runloop->networks_list.
 ------------------------------------------------------------------------
-r599 | topia | 2004-10-01 20:33:43 +0900 (Fri, 01 Oct 2004) | 1 line
+r599 | topia | 2004-10-01 20:33:21 +0900 (Fri, 01 Oct 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * add fatal exit.
 ------------------------------------------------------------------------
-r598 | topia | 2004-09-28 10:44:59 +0900 (Tue, 28 Sep 2004) | 2 lines
+r598 | topia | 2004-09-28 10:44:37 +0900 (Tue, 28 Sep 2004) | 2 lines
 Changed paths:
    A /trunk/main/Tiarra/ModifiedFlagMixin.pm
    A /trunk/main/Tiarra/SessionMixin.pm
@@ -2345,13 +2422,13 @@
 * new alias, groupdb, hashdb framework!
   - maybe has many bug, should check before merge.
 ------------------------------------------------------------------------
-r597 | topia | 2004-09-28 10:41:53 +0900 (Tue, 28 Sep 2004) | 1 line
+r597 | topia | 2004-09-28 10:41:31 +0900 (Tue, 28 Sep 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * call TerminateManager->terminate('main') on force exit.
 ------------------------------------------------------------------------
-r596 | topia | 2004-09-27 17:12:28 +0900 (Mon, 27 Sep 2004) | 3 lines
+r596 | topia | 2004-09-27 17:12:06 +0900 (Mon, 27 Sep 2004) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
@@ -2359,43 +2436,43 @@
 
 * add define_attr_enum_accessor.
 ------------------------------------------------------------------------
-r595 | topia | 2004-09-25 23:37:24 +0900 (Sat, 25 Sep 2004) | 1 line
+r595 | topia | 2004-09-25 23:37:02 +0900 (Sat, 25 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
 * ->get_first_defined return ()[empty-array] if nothing defined value.
 ------------------------------------------------------------------------
-r594 | topia | 2004-09-25 23:24:21 +0900 (Sat, 25 Sep 2004) | 1 line
+r594 | topia | 2004-09-25 23:23:59 +0900 (Sat, 25 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
 * use multi-threaded resolver.
 ------------------------------------------------------------------------
-r593 | topia | 2004-09-25 23:11:14 +0900 (Sat, 25 Sep 2004) | 1 line
+r593 | topia | 2004-09-25 23:10:52 +0900 (Sat, 25 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
 * fix return-value handling on do_with_ensure.
 ------------------------------------------------------------------------
-r592 | topia | 2004-09-25 23:10:27 +0900 (Sat, 25 Sep 2004) | 1 line
+r592 | topia | 2004-09-25 23:10:05 +0900 (Sat, 25 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Resolver.pm
 
 * rename ANSWER_NXDOMAIN -> ANSWER_NOT_FOUND.
 ------------------------------------------------------------------------
-r591 | topia | 2004-09-25 23:07:53 +0900 (Sat, 25 Sep 2004) | 1 line
+r591 | topia | 2004-09-25 23:07:31 +0900 (Sat, 25 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Timer.pm
 
 * add ->name (default caller information).
 ------------------------------------------------------------------------
-r590 | topia | 2004-09-24 08:26:51 +0900 (Fri, 24 Sep 2004) | 1 line
+r590 | topia | 2004-09-24 08:26:29 +0900 (Fri, 24 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Eval.pm
 
 * disable die-handler override to get rid of un-necessary error message.
 ------------------------------------------------------------------------
-r589 | topia | 2004-09-24 08:24:47 +0900 (Fri, 24 Sep 2004) | 3 lines
+r589 | topia | 2004-09-24 08:24:25 +0900 (Fri, 24 Sep 2004) | 3 lines
 Changed paths:
    M /trunk/main/Tiarra/SharedMixin.pm
 
@@ -2403,49 +2480,49 @@
 
 * add ->_shared_init(...).
 ------------------------------------------------------------------------
-r588 | topia | 2004-09-23 13:18:46 +0900 (Thu, 23 Sep 2004) | 1 line
+r588 | topia | 2004-09-23 13:18:24 +0900 (Thu, 23 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
 * do croak instead of die.
 ------------------------------------------------------------------------
-r587 | topia | 2004-09-23 07:14:06 +0900 (Thu, 23 Sep 2004) | 1 line
+r587 | topia | 2004-09-23 07:13:44 +0900 (Thu, 23 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Resolver.pm
 
 * add dummy definition NI_NAMEREQD on disabled ipv6.
 ------------------------------------------------------------------------
-r586 | topia | 2004-09-23 06:38:05 +0900 (Thu, 23 Sep 2004) | 1 line
+r586 | topia | 2004-09-23 06:37:43 +0900 (Thu, 23 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Resolver.pm
 
 * fix ipv6 support (second).
 ------------------------------------------------------------------------
-r585 | topia | 2004-09-23 06:33:40 +0900 (Thu, 23 Sep 2004) | 1 line
+r585 | topia | 2004-09-23 06:33:18 +0900 (Thu, 23 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Resolver.pm
 
 * fix ipv6 support.
 ------------------------------------------------------------------------
-r584 | topia | 2004-09-23 06:15:48 +0900 (Thu, 23 Sep 2004) | 1 line
+r584 | topia | 2004-09-23 06:15:26 +0900 (Thu, 23 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Writer.pm
 
 * fix typo & require bug.
 ------------------------------------------------------------------------
-r583 | topia | 2004-09-23 06:12:26 +0900 (Thu, 23 Sep 2004) | 1 line
+r583 | topia | 2004-09-23 06:12:04 +0900 (Thu, 23 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/System/Shutdown.pm
 
 * fix typo & forget require.
 ------------------------------------------------------------------------
-r582 | topia | 2004-09-23 05:55:56 +0900 (Thu, 23 Sep 2004) | 1 line
+r582 | topia | 2004-09-23 05:55:34 +0900 (Thu, 23 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Resolver.pm
 
 * fix typo.
 ------------------------------------------------------------------------
-r581 | topia | 2004-09-23 05:55:16 +0900 (Thu, 23 Sep 2004) | 3 lines
+r581 | topia | 2004-09-23 05:54:54 +0900 (Thu, 23 Sep 2004) | 3 lines
 Changed paths:
    M /trunk/module/Log/Writer.pm
 
@@ -2453,7 +2530,7 @@
 
 * use Tiarra::Utils.
 ------------------------------------------------------------------------
-r580 | topia | 2004-09-23 05:53:26 +0900 (Thu, 23 Sep 2004) | 1 line
+r580 | topia | 2004-09-23 05:53:04 +0900 (Thu, 23 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Auto/Calc.pm
    M /trunk/module/Auto/Random.pm
@@ -2462,7 +2539,7 @@
 
 * use $reply_*->([arrayref], ...).
 ------------------------------------------------------------------------
-r579 | topia | 2004-09-23 05:49:41 +0900 (Thu, 23 Sep 2004) | 3 lines
+r579 | topia | 2004-09-23 05:49:19 +0900 (Thu, 23 Sep 2004) | 3 lines
 Changed paths:
    M /trunk/tiarra
 
@@ -2470,7 +2547,7 @@
 
 * change svn version check order(.svnversion -> svnversion).
 ------------------------------------------------------------------------
-r578 | topia | 2004-09-23 01:23:35 +0900 (Thu, 23 Sep 2004) | 7 lines
+r578 | topia | 2004-09-23 01:23:13 +0900 (Thu, 23 Sep 2004) | 7 lines
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
    A /trunk/main/Tiarra/Resolver.pm
@@ -2483,74 +2560,74 @@
 
 * add IrcIO::Client->client_host_repr.(representation with host(addr)).
 ------------------------------------------------------------------------
-r577 | topia | 2004-09-23 01:19:29 +0900 (Thu, 23 Sep 2004) | 1 line
+r577 | topia | 2004-09-23 01:19:07 +0900 (Thu, 23 Sep 2004) | 1 line
 Changed paths:
    A /trunk/main/Tiarra/WrapMainLoop.pm
 
 * add mainloop wrapper.
 ------------------------------------------------------------------------
-r576 | topia | 2004-09-23 01:18:42 +0900 (Thu, 23 Sep 2004) | 1 line
+r576 | topia | 2004-09-23 01:18:20 +0900 (Thu, 23 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
    A /trunk/main/Tiarra/TerminateManager.pm
 
 * add Tiarra::TerminateManager.
 ------------------------------------------------------------------------
-r575 | topia | 2004-09-23 01:17:39 +0900 (Thu, 23 Sep 2004) | 1 line
+r575 | topia | 2004-09-23 01:17:17 +0900 (Thu, 23 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
 * define_{array_,}_attr_accessor return lvalue.
 ------------------------------------------------------------------------
-r574 | topia | 2004-09-21 21:34:36 +0900 (Tue, 21 Sep 2004) | 1 line
+r574 | topia | 2004-09-21 21:34:14 +0900 (Tue, 21 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Auto/Utils.pm
 
 * permit array ref to closures.
 ------------------------------------------------------------------------
-r573 | topia | 2004-09-21 19:20:18 +0900 (Tue, 21 Sep 2004) | 1 line
+r573 | topia | 2004-09-21 19:19:56 +0900 (Tue, 21 Sep 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * move *_enabled functions into BEGIN block.
 ------------------------------------------------------------------------
-r572 | topia | 2004-09-21 19:18:52 +0900 (Tue, 21 Sep 2004) | 1 line
+r572 | topia | 2004-09-21 19:18:30 +0900 (Tue, 21 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Timer.pm
 
 * use Tiarra::Utils->define_attr_accessor.
 ------------------------------------------------------------------------
-r571 | topia | 2004-09-21 19:17:30 +0900 (Tue, 21 Sep 2004) | 1 line
+r571 | topia | 2004-09-21 19:17:08 +0900 (Tue, 21 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Configuration.pm
 
 * style/whitespace fix.
 ------------------------------------------------------------------------
-r570 | topia | 2004-09-21 19:12:50 +0900 (Tue, 21 Sep 2004) | 1 line
+r570 | topia | 2004-09-21 19:12:28 +0900 (Tue, 21 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
 * support ->define_{,array_}attr_accessor(undef).
 ------------------------------------------------------------------------
-r569 | topia | 2004-09-20 21:51:00 +0900 (Mon, 20 Sep 2004) | 1 line
+r569 | topia | 2004-09-20 21:50:38 +0900 (Mon, 20 Sep 2004) | 1 line
 Changed paths:
    M /trunk/NEWS
 
 * fix typo (network -> networks).
 ------------------------------------------------------------------------
-r568 | topia | 2004-09-20 21:40:29 +0900 (Mon, 20 Sep 2004) | 1 line
+r568 | topia | 2004-09-20 21:40:07 +0900 (Mon, 20 Sep 2004) | 1 line
 Changed paths:
    M /trunk/doc-src/conf-main.tdoc
 
 * mention network/fixed-channels.
 ------------------------------------------------------------------------
-r567 | topia | 2004-09-20 07:55:59 +0900 (Mon, 20 Sep 2004) | 1 line
+r567 | topia | 2004-09-20 07:55:37 +0900 (Mon, 20 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
 * pass retval, error to ensure closure.
 ------------------------------------------------------------------------
-r566 | topia | 2004-09-19 20:35:52 +0900 (Sun, 19 Sep 2004) | 5 lines
+r566 | topia | 2004-09-19 20:35:30 +0900 (Sun, 19 Sep 2004) | 5 lines
 Changed paths:
    M /trunk/main/Configuration/Block.pm
    M /trunk/main/IRCMessage.pm
@@ -2563,7 +2640,7 @@
 
 * IRCMessage: use anon{hash,array} instead of temporary my variable.
 ------------------------------------------------------------------------
-r565 | topia | 2004-09-19 20:32:50 +0900 (Sun, 19 Sep 2004) | 3 lines
+r565 | topia | 2004-09-19 20:32:28 +0900 (Sun, 19 Sep 2004) | 3 lines
 Changed paths:
    A /trunk/main/Tiarra/DefineEnumMixin.pm
    M /trunk/main/Tiarra/Utils.pm
@@ -2572,7 +2649,7 @@
 
 * add Tiarra::DefineEnumMixin for shorthand.
 ------------------------------------------------------------------------
-r564 | topia | 2004-09-19 19:02:44 +0900 (Sun, 19 Sep 2004) | 9 lines
+r564 | topia | 2004-09-19 19:02:22 +0900 (Sun, 19 Sep 2004) | 9 lines
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
@@ -2586,70 +2663,70 @@
 
 * add do_with_ensure.
 ------------------------------------------------------------------------
-r563 | topia | 2004-09-15 22:05:59 +0900 (Wed, 15 Sep 2004) | 1 line
+r563 | topia | 2004-09-15 22:05:37 +0900 (Wed, 15 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/ProtectMyself.pm
 
 * use AliasDB->stdreplace.
 ------------------------------------------------------------------------
-r562 | topia | 2004-09-15 14:54:52 +0900 (Wed, 15 Sep 2004) | 1 line
+r562 | topia | 2004-09-15 14:54:30 +0900 (Wed, 15 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Auto/AliasDB.pm
 
 * make callable with package(class method).
 ------------------------------------------------------------------------
-r561 | topia | 2004-09-15 14:52:20 +0900 (Wed, 15 Sep 2004) | 1 line
+r561 | topia | 2004-09-15 14:51:58 +0900 (Wed, 15 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Auto/AliasDB/CallbackUtils.pm
 
 * check parameter defined for use these.
 ------------------------------------------------------------------------
-r560 | topia | 2004-09-15 14:50:41 +0900 (Wed, 15 Sep 2004) | 1 line
+r560 | topia | 2004-09-15 14:50:19 +0900 (Wed, 15 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/ModuleManager.pm
 
 * check and use dependency depth for reload.
 ------------------------------------------------------------------------
-r559 | topia | 2004-09-15 09:37:43 +0900 (Wed, 15 Sep 2004) | 1 line
+r559 | topia | 2004-09-15 09:37:21 +0900 (Wed, 15 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/IRCMessage.pm
 
 * clone params/remarks little deep.
 ------------------------------------------------------------------------
-r558 | topia | 2004-09-15 09:28:58 +0900 (Wed, 15 Sep 2004) | 1 line
+r558 | topia | 2004-09-15 09:28:36 +0900 (Wed, 15 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/ProtectMyself.pm
 
 * do deep clone for params.
 ------------------------------------------------------------------------
-r557 | topia | 2004-09-14 10:29:05 +0900 (Tue, 14 Sep 2004) | 1 line
+r557 | topia | 2004-09-14 10:28:43 +0900 (Tue, 14 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/ProtectMyself.pm
 
 * fix clone bug.
 ------------------------------------------------------------------------
-r556 | topia | 2004-09-13 09:24:49 +0900 (Mon, 13 Sep 2004) | 1 line
+r556 | topia | 2004-09-13 09:24:27 +0900 (Mon, 13 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO.pm
    M /trunk/main/LinedINETSocket.pm
 
 * clear sendbuf/recvbuf on disconnect.
 ------------------------------------------------------------------------
-r554 | topia | 2004-09-13 08:33:38 +0900 (Mon, 13 Sep 2004) | 1 line
+r554 | topia | 2004-09-13 08:33:16 +0900 (Mon, 13 Sep 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
    M /trunk/tools/upload.sh
 
 * add .svnversion handling.
 ------------------------------------------------------------------------
-r553 | topia | 2004-09-13 08:18:17 +0900 (Mon, 13 Sep 2004) | 2 lines
+r553 | topia | 2004-09-13 08:17:55 +0900 (Mon, 13 Sep 2004) | 2 lines
 Changed paths:
    M /trunk/tiarra
 
 * check length of $svnversion, instead of checking exit status.
   - ...why exit status on Win32/ActivePerl 5.8.4 is -1 ?
 ------------------------------------------------------------------------
-r552 | topia | 2004-09-13 08:09:29 +0900 (Mon, 13 Sep 2004) | 3 lines
+r552 | topia | 2004-09-13 08:09:07 +0900 (Mon, 13 Sep 2004) | 3 lines
 Changed paths:
    A /trunk/bundle
    A /trunk/bundle/Unicode
@@ -2661,37 +2738,37 @@
 
 * add bundle to @INC last.
 ------------------------------------------------------------------------
-r551 | topia | 2004-09-13 08:08:25 +0900 (Mon, 13 Sep 2004) | 1 line
+r551 | topia | 2004-09-13 08:08:03 +0900 (Mon, 13 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Logger.pm
 
 * add part message to part log.
 ------------------------------------------------------------------------
-r550 | topia | 2004-09-13 07:49:13 +0900 (Mon, 13 Sep 2004) | 1 line
+r550 | topia | 2004-09-13 07:48:51 +0900 (Mon, 13 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * check '$io->sock is defined' on find_io_with_socket.
 ------------------------------------------------------------------------
-r549 | topia | 2004-09-13 06:58:03 +0900 (Mon, 13 Sep 2004) | 1 line
+r549 | topia | 2004-09-13 06:57:41 +0900 (Mon, 13 Sep 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * check svnversion return value.
 ------------------------------------------------------------------------
-r548 | topia | 2004-09-12 10:47:50 +0900 (Sun, 12 Sep 2004) | 1 line
+r548 | topia | 2004-09-12 10:47:28 +0900 (Sun, 12 Sep 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * add svnversion for fetch version.
 ------------------------------------------------------------------------
-r547 | topia | 2004-09-12 02:48:03 +0900 (Sun, 12 Sep 2004) | 1 line
+r547 | topia | 2004-09-12 02:47:41 +0900 (Sun, 12 Sep 2004) | 1 line
 Changed paths:
    M /trunk/HACKING
 
 * describe Tiarra::{SharedMixin,Utils,ShorthandConfMixin}.
 ------------------------------------------------------------------------
-r546 | topia | 2004-09-12 02:15:05 +0900 (Sun, 12 Sep 2004) | 19 lines
+r546 | topia | 2004-09-12 02:14:43 +0900 (Sun, 12 Sep 2004) | 19 lines
 Changed paths:
    M /trunk/main/Configuration.pm
    M /trunk/main/ExternalSocket.pm
@@ -2732,25 +2809,25 @@
   - use CRLF as End-of-Line.
   - pass $path instead of url(HTTP/1.0 maybe use this...).
 ------------------------------------------------------------------------
-r545 | topia | 2004-09-11 18:14:00 +0900 (Sat, 11 Sep 2004) | 1 line
+r545 | topia | 2004-09-11 18:13:38 +0900 (Sat, 11 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/Utils.pm
 
 * add ->cond_yesno($str, $default).
 ------------------------------------------------------------------------
-r544 | topia | 2004-09-11 17:28:32 +0900 (Sat, 11 Sep 2004) | 1 line
+r544 | topia | 2004-09-11 17:28:10 +0900 (Sat, 11 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Guess.pm
 
 * use SharedMixin.
 ------------------------------------------------------------------------
-r543 | topia | 2004-09-11 17:27:55 +0900 (Sat, 11 Sep 2004) | 1 line
+r543 | topia | 2004-09-11 17:27:33 +0900 (Sat, 11 Sep 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * sync new style.
 ------------------------------------------------------------------------
-r542 | topia | 2004-09-11 17:26:06 +0900 (Sat, 11 Sep 2004) | 30 lines
+r542 | topia | 2004-09-11 17:25:44 +0900 (Sat, 11 Sep 2004) | 30 lines
 Changed paths:
    M /trunk/main/BulletinBoard.pm
    M /trunk/main/Configuration.pm
@@ -2796,13 +2873,13 @@
 
 * whitespace fixes.
 ------------------------------------------------------------------------
-r541 | topia | 2004-09-10 17:30:26 +0900 (Fri, 10 Sep 2004) | 1 line
+r541 | topia | 2004-09-10 17:30:04 +0900 (Fri, 10 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/PatchworkMessage.pm
 
 * add X-Chat(not tested).
 ------------------------------------------------------------------------
-r540 | topia | 2004-09-10 17:29:31 +0900 (Fri, 10 Sep 2004) | 1 line
+r540 | topia | 2004-09-10 17:29:09 +0900 (Fri, 10 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Auto/Alias.pm
    M /trunk/module/Auto/Calc.pm
@@ -2828,31 +2905,31 @@
 
 * update to new constructor.
 ------------------------------------------------------------------------
-r539 | topia | 2004-09-10 17:16:13 +0900 (Fri, 10 Sep 2004) | 1 line
+r539 | topia | 2004-09-10 17:15:51 +0900 (Fri, 10 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Tools/FileCache.pm
 
 * can class->[all methods].
 ------------------------------------------------------------------------
-r538 | topia | 2004-09-10 15:56:08 +0900 (Fri, 10 Sep 2004) | 1 line
+r538 | topia | 2004-09-10 15:55:46 +0900 (Fri, 10 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/SharedMixin.pm
 
 * can call ->shared with argument for only initialize!(bad design...).
 ------------------------------------------------------------------------
-r537 | topia | 2004-09-10 00:23:49 +0900 (Fri, 10 Sep 2004) | 1 line
+r537 | topia | 2004-09-10 00:23:27 +0900 (Fri, 10 Sep 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * add threads::shared for thread modules.
 ------------------------------------------------------------------------
-r536 | topia | 2004-09-07 19:28:13 +0900 (Tue, 07 Sep 2004) | 1 line
+r536 | topia | 2004-09-07 19:27:51 +0900 (Tue, 07 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Auto/AliasDB.pm
 
 * use __PACKAGE__.
 ------------------------------------------------------------------------
-r535 | topia | 2004-09-07 19:21:22 +0900 (Tue, 07 Sep 2004) | 3 lines
+r535 | topia | 2004-09-07 19:21:00 +0900 (Tue, 07 Sep 2004) | 3 lines
 Changed paths:
    M /trunk/module/Auto/AliasDB.pm
    M /trunk/module/Tools/MailSend.pm
@@ -2861,13 +2938,13 @@
 
 * fix ->setfile broken.
 ------------------------------------------------------------------------
-r534 | topia | 2004-09-07 19:20:27 +0900 (Tue, 07 Sep 2004) | 1 line
+r534 | topia | 2004-09-07 19:20:05 +0900 (Tue, 07 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/SharedMixin.pm
 
 * whitespace tweak.
 ------------------------------------------------------------------------
-r533 | topia | 2004-09-07 19:13:14 +0900 (Tue, 07 Sep 2004) | 1 line
+r533 | topia | 2004-09-07 19:12:52 +0900 (Tue, 07 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Auto/AliasDB/CallbackUtils.pm
    M /trunk/module/Auto/AliasDB.pm
@@ -2877,7 +2954,7 @@
 
 * use Tiarra::SharedMixin.
 ------------------------------------------------------------------------
-r532 | topia | 2004-09-07 19:05:57 +0900 (Tue, 07 Sep 2004) | 1 line
+r532 | topia | 2004-09-07 19:05:35 +0900 (Tue, 07 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/BulletinBoard.pm
    M /trunk/main/Configuration.pm
@@ -2886,25 +2963,25 @@
 
 * use Tiarra::SharedMixin.
 ------------------------------------------------------------------------
-r531 | topia | 2004-09-07 18:59:22 +0900 (Tue, 07 Sep 2004) | 1 line
+r531 | topia | 2004-09-07 18:59:00 +0900 (Tue, 07 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * use Tiarra::SharedMixin.
 ------------------------------------------------------------------------
-r530 | topia | 2004-09-07 18:58:49 +0900 (Tue, 07 Sep 2004) | 1 line
+r530 | topia | 2004-09-07 18:58:27 +0900 (Tue, 07 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Tiarra/SharedMixin.pm
 
 * add usage comment.
 ------------------------------------------------------------------------
-r529 | topia | 2004-09-07 18:47:43 +0900 (Tue, 07 Sep 2004) | 1 line
+r529 | topia | 2004-09-07 18:47:21 +0900 (Tue, 07 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Writer.pm
 
 * use Tiarra::SharedMixin.
 ------------------------------------------------------------------------
-r528 | topia | 2004-09-07 18:46:51 +0900 (Tue, 07 Sep 2004) | 2 lines
+r528 | topia | 2004-09-07 18:46:29 +0900 (Tue, 07 Sep 2004) | 2 lines
 Changed paths:
    M /trunk/module/Log/Writer/Base.pm
    M /trunk/module/Log/Writer/File.pm
@@ -2912,38 +2989,38 @@
 * fix parent->register_as_* bug.
   - these call should be after definitions.
 ------------------------------------------------------------------------
-r527 | topia | 2004-09-07 18:44:58 +0900 (Tue, 07 Sep 2004) | 1 line
+r527 | topia | 2004-09-07 18:44:36 +0900 (Tue, 07 Sep 2004) | 1 line
 Changed paths:
    A /trunk/main/Tiarra
    A /trunk/main/Tiarra/SharedMixin.pm
 
 * add. shared instance mix-in.
 ------------------------------------------------------------------------
-r526 | topia | 2004-09-07 12:49:28 +0900 (Tue, 07 Sep 2004) | 1 line
+r526 | topia | 2004-09-07 12:49:06 +0900 (Tue, 07 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Configuration/LexicalAnalyzer.pm
 
 * fix typo(contenxt -> context).
 ------------------------------------------------------------------------
-r525 | topia | 2004-09-07 12:47:24 +0900 (Tue, 07 Sep 2004) | 1 line
+r525 | topia | 2004-09-07 12:47:02 +0900 (Tue, 07 Sep 2004) | 1 line
 Changed paths:
    M /trunk/module/Skelton.pm
 
 * ->message_arrived: message variable rename to msg.
 ------------------------------------------------------------------------
-r524 | topia | 2004-09-07 12:02:46 +0900 (Tue, 07 Sep 2004) | 1 line
+r524 | topia | 2004-09-07 12:02:24 +0900 (Tue, 07 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * use runloop->default_network.
 ------------------------------------------------------------------------
-r523 | topia | 2004-09-07 12:01:45 +0900 (Tue, 07 Sep 2004) | 1 line
+r523 | topia | 2004-09-07 12:01:23 +0900 (Tue, 07 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * add ->default_network.
 ------------------------------------------------------------------------
-r522 | topia | 2004-09-07 11:59:12 +0900 (Tue, 07 Sep 2004) | 3 lines
+r522 | topia | 2004-09-07 11:58:50 +0900 (Tue, 07 Sep 2004) | 3 lines
 Changed paths:
    M /trunk/main/IRCMessage.pm
 
@@ -2951,7 +3028,7 @@
 
 * call _parse_prefix on prefix update.
 ------------------------------------------------------------------------
-r521 | topia | 2004-09-07 11:58:46 +0900 (Tue, 07 Sep 2004) | 7 lines
+r521 | topia | 2004-09-07 11:58:24 +0900 (Tue, 07 Sep 2004) | 7 lines
 Changed paths:
    M /trunk/tiarra
 
@@ -2963,39 +3040,39 @@
 
 * tweak check_changelog(follow symlink, kill $line temporary variable; use $_).
 ------------------------------------------------------------------------
-r519 | topia | 2004-09-05 08:22:26 +0900 (Sun, 05 Sep 2004) | 1 line
+r519 | topia | 2004-09-05 08:22:04 +0900 (Sun, 05 Sep 2004) | 1 line
 Changed paths:
    M /trunk/main/IRCMessage.pm
 
 * add ->time (creation).
 ------------------------------------------------------------------------
-r518 | topia | 2004-09-05 07:58:15 +0900 (Sun, 05 Sep 2004) | 2 lines
+r518 | topia | 2004-09-05 07:57:53 +0900 (Sun, 05 Sep 2004) | 2 lines
 Changed paths:
    M /trunk/module/System/NotifyIcon/Win32.pm
 
 * enable trying Win32::API(temporary).
   - don't work >= 64 chars tooltip.
 ------------------------------------------------------------------------
-r517 | topia | 2004-08-28 19:27:36 +0900 (Sat, 28 Aug 2004) | 1 line
+r517 | topia | 2004-08-28 19:27:14 +0900 (Sat, 28 Aug 2004) | 1 line
 Changed paths:
    M /trunk/module/System/Reload.pm
 
 * cosmetic fixes.
 ------------------------------------------------------------------------
-r516 | topia | 2004-08-28 19:13:54 +0900 (Sat, 28 Aug 2004) | 1 line
+r516 | topia | 2004-08-28 19:13:32 +0900 (Sat, 28 Aug 2004) | 1 line
 Changed paths:
    M /trunk/common/run-script/rc-onces/remove-log.sh
    M /trunk/run
 
 * add append_spec to REDIR_STD{OUT,ERR}.
 ------------------------------------------------------------------------
-r515 | topia | 2004-08-28 13:01:05 +0900 (Sat, 28 Aug 2004) | 1 line
+r515 | topia | 2004-08-28 13:00:43 +0900 (Sat, 28 Aug 2004) | 1 line
 Changed paths:
    M /trunk/run
 
 * cosmetic fix.
 ------------------------------------------------------------------------
-r514 | topia | 2004-08-28 12:44:54 +0900 (Sat, 28 Aug 2004) | 1 line
+r514 | topia | 2004-08-28 12:44:32 +0900 (Sat, 28 Aug 2004) | 1 line
 Changed paths:
    M /trunk/doc/module/Client.html
    M /trunk/doc/module-toc.html
@@ -3003,7 +3080,7 @@
 
 * regen.
 ------------------------------------------------------------------------
-r513 | topia | 2004-08-28 12:42:34 +0900 (Sat, 28 Aug 2004) | 3 lines
+r513 | topia | 2004-08-28 12:42:12 +0900 (Sat, 28 Aug 2004) | 3 lines
 Changed paths:
    M /trunk/main/NumericReply.pm
 
@@ -3011,7 +3088,7 @@
 
 * small style change.
 ------------------------------------------------------------------------
-r512 | topia | 2004-08-28 12:41:13 +0900 (Sat, 28 Aug 2004) | 3 lines
+r512 | topia | 2004-08-28 12:40:51 +0900 (Sat, 28 Aug 2004) | 3 lines
 Changed paths:
    A /trunk/module/Client/PatchworkMessage.pm (from /trunk/module/Client/WoolChat.pm:506)
    D /trunk/module/Client/WoolChat.pm
@@ -3020,14 +3097,14 @@
 
 * use Client::Guess.
 ------------------------------------------------------------------------
-r511 | topia | 2004-08-27 22:54:44 +0900 (Fri, 27 Aug 2004) | 1 line
+r511 | topia | 2004-08-27 22:54:22 +0900 (Fri, 27 Aug 2004) | 1 line
 Changed paths:
    M /trunk/doc/module/System.html
    M /trunk/sample.conf
 
 * regen.
 ------------------------------------------------------------------------
-r510 | topia | 2004-08-27 22:20:04 +0900 (Fri, 27 Aug 2004) | 3 lines
+r510 | topia | 2004-08-27 22:19:42 +0900 (Fri, 27 Aug 2004) | 3 lines
 Changed paths:
    M /trunk/module/System/Reload.pm
 
@@ -3035,7 +3112,7 @@
 
 * use Mask::match.
 ------------------------------------------------------------------------
-r509 | topia | 2004-08-23 13:15:37 +0900 (Mon, 23 Aug 2004) | 5 lines
+r509 | topia | 2004-08-23 13:15:15 +0900 (Mon, 23 Aug 2004) | 5 lines
 Changed paths:
    M /trunk/module/Client/Guess.pm
 
@@ -3045,13 +3122,13 @@
 
 * assume xchat/{arch,cpu_speed}. cpu_speed is not recommended.
 ------------------------------------------------------------------------
-r508 | topia | 2004-08-23 09:59:52 +0900 (Mon, 23 Aug 2004) | 1 line
+r508 | topia | 2004-08-23 09:59:30 +0900 (Mon, 23 Aug 2004) | 1 line
 Changed paths:
    A /trunk/module/Client/Guess.pm
 
 * add. guess clients type.
 ------------------------------------------------------------------------
-r507 | topia | 2004-08-22 20:56:38 +0900 (Sun, 22 Aug 2004) | 1 line
+r507 | topia | 2004-08-22 20:56:16 +0900 (Sun, 22 Aug 2004) | 1 line
 Changed paths:
    M /trunk/doc/module/Client.html
    M /trunk/doc/module-toc.html
@@ -3059,13 +3136,13 @@
 
 * regen doc.
 ------------------------------------------------------------------------
-r506 | topia | 2004-08-22 20:48:46 +0900 (Sun, 22 Aug 2004) | 1 line
+r506 | topia | 2004-08-22 20:48:24 +0900 (Sun, 22 Aug 2004) | 1 line
 Changed paths:
    A /trunk/module/Client/WoolChat.pm
 
 * initial import of Client::WoolChat.
 ------------------------------------------------------------------------
-r505 | topia | 2004-08-22 20:37:47 +0900 (Sun, 22 Aug 2004) | 1 line
+r505 | topia | 2004-08-22 20:37:25 +0900 (Sun, 22 Aug 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -3073,20 +3150,20 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r501 | topia | 2004-08-22 20:22:09 +0900 (Sun, 22 Aug 2004) | 1 line
+r501 | topia | 2004-08-22 20:21:47 +0900 (Sun, 22 Aug 2004) | 1 line
 Changed paths:
    M /trunk/HACKING
    M /trunk/main/IRCMessage.pm
 
 * add IRCMessage/remark/always-use-colon-on-last-param.
 ------------------------------------------------------------------------
-r500 | topia | 2004-08-22 18:42:55 +0900 (Sun, 22 Aug 2004) | 1 line
+r500 | topia | 2004-08-22 18:42:33 +0900 (Sun, 22 Aug 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * add version to default quit msg.
 ------------------------------------------------------------------------
-r499 | topia | 2004-08-22 18:24:21 +0900 (Sun, 22 Aug 2004) | 5 lines
+r499 | topia | 2004-08-22 18:23:59 +0900 (Sun, 22 Aug 2004) | 5 lines
 Changed paths:
    M /trunk/doc/module/Client.html
    M /trunk/module/Client/Rehash.pm
@@ -3099,7 +3176,7 @@
 
 * regen doc.
 ------------------------------------------------------------------------
-r498 | topia | 2004-08-22 16:08:05 +0900 (Sun, 22 Aug 2004) | 1 line
+r498 | topia | 2004-08-22 16:07:43 +0900 (Sun, 22 Aug 2004) | 1 line
 Changed paths:
    M /trunk/doc/module/System.html
    M /trunk/doc/module-toc.html
@@ -3107,19 +3184,19 @@
 
 * regen doc.
 ------------------------------------------------------------------------
-r497 | topia | 2004-08-22 16:07:17 +0900 (Sun, 22 Aug 2004) | 1 line
+r497 | topia | 2004-08-22 16:06:55 +0900 (Sun, 22 Aug 2004) | 1 line
 Changed paths:
    M /trunk/makedoc
 
 * set stdout_charset to utf-8.
 ------------------------------------------------------------------------
-r496 | topia | 2004-08-22 16:06:32 +0900 (Sun, 22 Aug 2004) | 1 line
+r496 | topia | 2004-08-22 16:06:10 +0900 (Sun, 22 Aug 2004) | 1 line
 Changed paths:
    M /trunk/main/TiarraDoc.pm
 
 * (_makeconf): get rid of indent on blank line.
 ------------------------------------------------------------------------
-r495 | topia | 2004-08-22 16:01:36 +0900 (Sun, 22 Aug 2004) | 39 lines
+r495 | topia | 2004-08-22 16:01:14 +0900 (Sun, 22 Aug 2004) | 39 lines
 Changed paths:
    M /trunk/doc-src/conf-main.tdoc
    M /trunk/main/Configuration.pm
@@ -3168,26 +3245,26 @@
 * get rid of jumbo comment out(=pod, =cut).
   - we've using SCM(CVS, Subversion, and so on); use this to see past source.
 ------------------------------------------------------------------------
-r494 | topia | 2004-08-22 15:21:46 +0900 (Sun, 22 Aug 2004) | 1 line
+r494 | topia | 2004-08-22 15:21:24 +0900 (Sun, 22 Aug 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Cache.pm
 
 * get rid of network not found warnings(on debug); these are not special case.
 ------------------------------------------------------------------------
-r493 | topia | 2004-08-22 15:16:37 +0900 (Sun, 22 Aug 2004) | 1 line
+r493 | topia | 2004-08-22 15:16:15 +0900 (Sun, 22 Aug 2004) | 1 line
 Changed paths:
    A /trunk/module/System/Error.pm
 
 * add System::Error.
 ------------------------------------------------------------------------
-r492 | topia | 2004-08-22 15:07:27 +0900 (Sun, 22 Aug 2004) | 2 lines
+r492 | topia | 2004-08-22 15:07:05 +0900 (Sun, 22 Aug 2004) | 2 lines
 Changed paths:
    M /trunk/module/Skelton.pm
 
 (message_io_hook)
 * change participle(past -> present) on comment.
 ------------------------------------------------------------------------
-r491 | topia | 2004-08-21 21:36:07 +0900 (Sat, 21 Aug 2004) | 3 lines
+r491 | topia | 2004-08-21 21:35:45 +0900 (Sat, 21 Aug 2004) | 3 lines
 Changed paths:
    M /trunk/HACKING
 
@@ -3195,33 +3272,33 @@
 
 * add RunLoop->shared_loop->{attach_for_client,terminate}.
 ------------------------------------------------------------------------
-r488 | topia | 2004-08-21 20:41:35 +0900 (Sat, 21 Aug 2004) | 1 line
+r488 | topia | 2004-08-21 20:41:13 +0900 (Sat, 21 Aug 2004) | 1 line
 Changed paths:
    M /trunk/run
    M /trunk/run-subr
 
 * fix set dir location.
 ------------------------------------------------------------------------
-r486 | topia | 2004-08-21 18:56:12 +0900 (Sat, 21 Aug 2004) | 1 line
+r486 | topia | 2004-08-21 18:55:50 +0900 (Sat, 21 Aug 2004) | 1 line
 Changed paths:
    M /trunk/.tiarrarc
    M /trunk/run
 
 * add tiarraarg.
 ------------------------------------------------------------------------
-r485 | topia | 2004-08-21 18:34:55 +0900 (Sat, 21 Aug 2004) | 1 line
+r485 | topia | 2004-08-21 18:34:33 +0900 (Sat, 21 Aug 2004) | 1 line
 Changed paths:
    M /trunk/main/Configuration/Preprocessor.pm
 
 * fix wrong exception statements of define description.
 ------------------------------------------------------------------------
-r484 | topia | 2004-08-21 18:13:54 +0900 (Sat, 21 Aug 2004) | 1 line
+r484 | topia | 2004-08-21 18:13:32 +0900 (Sat, 21 Aug 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Channel.pm
 
 * fix undefined error on $writer->register.
 ------------------------------------------------------------------------
-r483 | topia | 2004-08-21 17:27:08 +0900 (Sat, 21 Aug 2004) | 1 line
+r483 | topia | 2004-08-21 17:26:46 +0900 (Sat, 21 Aug 2004) | 1 line
 Changed paths:
    M /trunk/doc/module/Auto.html
    M /trunk/doc/module/CTCP.html
@@ -3236,7 +3313,7 @@
 
 * regen documents.
 ------------------------------------------------------------------------
-r482 | topia | 2004-08-21 16:16:52 +0900 (Sat, 21 Aug 2004) | 1 line
+r482 | topia | 2004-08-21 16:16:30 +0900 (Sat, 21 Aug 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Channel.pm
    A /trunk/module/Log/Writer
@@ -3246,7 +3323,7 @@
 
 * add and use Log::Writer structure.
 ------------------------------------------------------------------------
-r481 | topia | 2004-08-21 14:42:57 +0900 (Sat, 21 Aug 2004) | 1 line
+r481 | topia | 2004-08-21 14:42:35 +0900 (Sat, 21 Aug 2004) | 1 line
 Changed paths:
    M /trunk/main/ModuleManager.pm
    M /trunk/main/RunLoop.pm
@@ -3255,13 +3332,13 @@
 
 * implement RunLoop->shared_loop->terminate($msg)!
 ------------------------------------------------------------------------
-r480 | topia | 2004-08-21 14:41:05 +0900 (Sat, 21 Aug 2004) | 1 line
+r480 | topia | 2004-08-21 14:40:43 +0900 (Sat, 21 Aug 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Eval.pm
 
 * clean-up params join.
 ------------------------------------------------------------------------
-r479 | topia | 2004-08-21 08:55:47 +0900 (Sat, 21 Aug 2004) | 1 line
+r479 | topia | 2004-08-21 08:55:25 +0900 (Sat, 21 Aug 2004) | 1 line
 Changed paths:
    M /trunk/.tiarrarc
    M /trunk/AUTHORS
@@ -3430,7 +3507,7 @@
 
 * set correct svn:eol-style.
 ------------------------------------------------------------------------
-r476 | topia | 2004-08-21 08:38:11 +0900 (Sat, 21 Aug 2004) | 7 lines
+r476 | topia | 2004-08-21 08:37:49 +0900 (Sat, 21 Aug 2004) | 7 lines
 Changed paths:
    M /trunk/module/Tools/FileCache/EachFile.pm
    M /trunk/module/Tools/FileCache.pm
@@ -3443,45 +3520,45 @@
   - add_refcount -> add_ref.
   - del_refcount -> release.
 ------------------------------------------------------------------------
-r475 | topia | 2004-08-21 08:26:11 +0900 (Sat, 21 Aug 2004) | 1 line
+r475 | topia | 2004-08-21 08:25:49 +0900 (Sat, 21 Aug 2004) | 1 line
 Changed paths:
    M /trunk/module/Auto/Calc.pm
 
 * revert very restrict permission.
 ------------------------------------------------------------------------
-r474 | topia | 2004-08-21 08:23:32 +0900 (Sat, 21 Aug 2004) | 2 lines
+r474 | topia | 2004-08-21 08:23:10 +0900 (Sat, 21 Aug 2004) | 2 lines
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * add _NOTICE_from_server, and use this on NOTICE or PRIVMSG.
   * fix wrong g2l on NOTICE/PRIVMSG's message.
 ------------------------------------------------------------------------
-r473 | topia | 2004-08-21 08:19:30 +0900 (Sat, 21 Aug 2004) | 1 line
+r473 | topia | 2004-08-21 08:19:08 +0900 (Sat, 21 Aug 2004) | 1 line
 Changed paths:
    M /trunk/main/ModuleManager.pm
 
 * add _clear_module_cache call.
 ------------------------------------------------------------------------
-r472 | topia | 2004-08-10 05:57:26 +0900 (Tue, 10 Aug 2004) | 1 line
+r472 | topia | 2004-08-10 05:57:04 +0900 (Tue, 10 Aug 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Rehash.pm
 
 * add svn:keywords
 ------------------------------------------------------------------------
-r471 | topia | 2004-08-10 05:52:38 +0900 (Tue, 10 Aug 2004) | 1 line
+r471 | topia | 2004-08-10 05:52:16 +0900 (Tue, 10 Aug 2004) | 1 line
 Changed paths:
    A /trunk/module/Client/Rehash.pm
 
 * add.
 ------------------------------------------------------------------------
-r468 | topia | 2004-08-10 04:29:44 +0900 (Tue, 10 Aug 2004) | 1 line
+r468 | topia | 2004-08-10 04:29:22 +0900 (Tue, 10 Aug 2004) | 1 line
 Changed paths:
    A /trunk/.tiarrarc
    M /trunk/run
 
 * move some site-specific variable to .tiarrarc.
 ------------------------------------------------------------------------
-r467 | topia | 2004-08-10 04:29:05 +0900 (Tue, 10 Aug 2004) | 3 lines
+r467 | topia | 2004-08-10 04:28:43 +0900 (Tue, 10 Aug 2004) | 3 lines
 Changed paths:
    M /trunk/run
 
@@ -3489,14 +3566,14 @@
 
 * use eval to make command line.
 ------------------------------------------------------------------------
-r466 | topia | 2004-08-10 04:27:25 +0900 (Tue, 10 Aug 2004) | 1 line
+r466 | topia | 2004-08-10 04:27:03 +0900 (Tue, 10 Aug 2004) | 1 line
 Changed paths:
    M /trunk/run
    M /trunk/run-subr
 
 * add once-load rc filename.
 ------------------------------------------------------------------------
-r465 | topia | 2004-08-10 03:41:41 +0900 (Tue, 10 Aug 2004) | 1 line
+r465 | topia | 2004-08-10 03:41:19 +0900 (Tue, 10 Aug 2004) | 1 line
 Changed paths:
    M /trunk/doc/module/Auto.html
    M /trunk/doc/module/Client.html
@@ -3505,19 +3582,19 @@
 
 * regen.
 ------------------------------------------------------------------------
-r464 | topia | 2004-08-09 18:31:46 +0900 (Mon, 09 Aug 2004) | 1 line
+r464 | topia | 2004-08-09 18:31:24 +0900 (Mon, 09 Aug 2004) | 1 line
 Changed paths:
    M /trunk/run
 
 * add daemon mode.
 ------------------------------------------------------------------------
-r463 | topia | 2004-08-09 13:50:26 +0900 (Mon, 09 Aug 2004) | 1 line
+r463 | topia | 2004-08-09 13:50:04 +0900 (Mon, 09 Aug 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/ShowNick.pm
 
 * minor fix.
 ------------------------------------------------------------------------
-r462 | topia | 2004-08-09 13:49:11 +0900 (Mon, 09 Aug 2004) | 3 lines
+r462 | topia | 2004-08-09 13:48:49 +0900 (Mon, 09 Aug 2004) | 3 lines
 Changed paths:
    M /trunk/main/ModuleManager.pm
 
@@ -3525,20 +3602,20 @@
 
 * do clear_module_cache on post module-reload.
 ------------------------------------------------------------------------
-r461 | topia | 2004-08-08 02:44:32 +0900 (Sun, 08 Aug 2004) | 1 line
+r461 | topia | 2004-08-08 02:44:10 +0900 (Sun, 08 Aug 2004) | 1 line
 Changed paths:
    M /trunk/module/Auto/Utils.pm
 
 * use Multicast::attach_for_client.
 ------------------------------------------------------------------------
-r460 | topia | 2004-08-08 00:56:12 +0900 (Sun, 08 Aug 2004) | 1 line
+r460 | topia | 2004-08-08 00:55:50 +0900 (Sun, 08 Aug 2004) | 1 line
 Changed paths:
    M /trunk/run
    M /trunk/run-subr
 
 *  fix DEBUG check.
 ------------------------------------------------------------------------
-r459 | topia | 2004-08-08 00:26:58 +0900 (Sun, 08 Aug 2004) | 3 lines
+r459 | topia | 2004-08-08 00:26:36 +0900 (Sun, 08 Aug 2004) | 3 lines
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
@@ -3546,7 +3623,7 @@
 
 * split do_namreply from inform_joinning_channels/$send_channelinfo.
 ------------------------------------------------------------------------
-r458 | topia | 2004-08-08 00:25:26 +0900 (Sun, 08 Aug 2004) | 3 lines
+r458 | topia | 2004-08-08 00:25:04 +0900 (Sun, 08 Aug 2004) | 3 lines
 Changed paths:
    M /trunk/main/RunLoop.pm
 
@@ -3554,7 +3631,7 @@
 
 * use Module blacklist on apply_filters' error notify.
 ------------------------------------------------------------------------
-r457 | topia | 2004-08-07 23:33:14 +0900 (Sat, 07 Aug 2004) | 3 lines
+r457 | topia | 2004-08-07 23:32:52 +0900 (Sat, 07 Aug 2004) | 3 lines
 Changed paths:
    M /trunk/run
    M /trunk/run-subr
@@ -3563,38 +3640,38 @@
 
 * add copyright.
 ------------------------------------------------------------------------
-r456 | topia | 2004-08-07 23:30:39 +0900 (Sat, 07 Aug 2004) | 1 line
+r456 | topia | 2004-08-07 23:30:17 +0900 (Sat, 07 Aug 2004) | 1 line
 Changed paths:
    M /trunk/run
    A /trunk/run-subr
 
 * rewrite run script.
 ------------------------------------------------------------------------
-r455 | topia | 2004-08-07 23:05:45 +0900 (Sat, 07 Aug 2004) | 1 line
+r455 | topia | 2004-08-07 23:05:23 +0900 (Sat, 07 Aug 2004) | 1 line
 Changed paths:
    M /trunk/HACKING
 
 * whitespace fix.
 ------------------------------------------------------------------------
-r454 | topia | 2004-08-07 20:01:07 +0900 (Sat, 07 Aug 2004) | 1 line
+r454 | topia | 2004-08-07 20:00:45 +0900 (Sat, 07 Aug 2004) | 1 line
 Changed paths:
    M /trunk/main/ModuleManager.pm
 
 * implement blacklist.
 ------------------------------------------------------------------------
-r453 | topia | 2004-08-07 19:57:46 +0900 (Sat, 07 Aug 2004) | 1 line
+r453 | topia | 2004-08-07 19:57:24 +0900 (Sat, 07 Aug 2004) | 1 line
 Changed paths:
    M /trunk/main/Timer.pm
 
 * fix whitespace.
 ------------------------------------------------------------------------
-r452 | topia | 2004-08-07 18:08:55 +0900 (Sat, 07 Aug 2004) | 1 line
+r452 | topia | 2004-08-07 18:08:33 +0900 (Sat, 07 Aug 2004) | 1 line
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * add attach_for_client($str, $network_name).
 ------------------------------------------------------------------------
-r451 | topia | 2004-08-06 13:09:54 +0900 (Fri, 06 Aug 2004) | 5 lines
+r451 | topia | 2004-08-06 13:09:32 +0900 (Fri, 06 Aug 2004) | 5 lines
 Changed paths:
    M /trunk/module/Auto/Calc.pm
 
@@ -3604,7 +3681,7 @@
   - add init.
   - add permit-sub.
 ------------------------------------------------------------------------
-r449 | topia | 2004-08-01 10:45:23 +0900 (Sun, 01 Aug 2004) | 3 lines
+r449 | topia | 2004-08-01 10:45:01 +0900 (Sun, 01 Aug 2004) | 3 lines
 Changed paths:
    M /trunk/main/RunLoop.pm
 
@@ -3612,7 +3689,7 @@
 
 * kill $mods(ModuleManager->shared_manager->get_modules) temporary variable.
 ------------------------------------------------------------------------
-r448 | topia | 2004-07-29 21:03:20 +0900 (Thu, 29 Jul 2004) | 1 line
+r448 | topia | 2004-07-29 21:02:58 +0900 (Thu, 29 Jul 2004) | 1 line
 Changed paths:
    M /trunk/doc/module/Auto.html
    M /trunk/doc/module/CTCP.html
@@ -3627,7 +3704,7 @@
 
 * regen.
 ------------------------------------------------------------------------
-r447 | topia | 2004-07-29 21:02:26 +0900 (Thu, 29 Jul 2004) | 3 lines
+r447 | topia | 2004-07-29 21:02:04 +0900 (Thu, 29 Jul 2004) | 3 lines
 Changed paths:
    M /trunk
    M /trunk/Makefile
@@ -3777,26 +3854,26 @@
 
 * edit keywords line.
 ------------------------------------------------------------------------
-r444 | topia | 2004-07-29 17:51:06 +0900 (Thu, 29 Jul 2004) | 1 line
+r444 | topia | 2004-07-29 17:50:44 +0900 (Thu, 29 Jul 2004) | 1 line
 Changed paths:
    M /trunk/doc/module/System.html
    M /trunk/sample.conf
 
 * regen.
 ------------------------------------------------------------------------
-r443 | topia | 2004-07-29 16:48:42 +0900 (Thu, 29 Jul 2004) | 1 line
+r443 | topia | 2004-07-29 16:48:20 +0900 (Thu, 29 Jul 2004) | 1 line
 Changed paths:
    M /trunk/module/System/NotifyIcon/Win32.pm
 
 * add hide-console-on-load config entry.
 ------------------------------------------------------------------------
-r442 | topia | 2004-07-29 16:36:07 +0900 (Thu, 29 Jul 2004) | 1 line
+r442 | topia | 2004-07-29 16:35:45 +0900 (Thu, 29 Jul 2004) | 1 line
 Changed paths:
    M /trunk/module/System/NotifyIcon/Win32.pm
 
 * can specify icon path.
 ------------------------------------------------------------------------
-r440 | topia | 2004-07-29 15:40:48 +0900 (Thu, 29 Jul 2004) | 1 line
+r440 | topia | 2004-07-29 15:40:26 +0900 (Thu, 29 Jul 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/HACKING
@@ -3817,7 +3894,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r433 | topia | 2004-07-29 14:22:28 +0900 (Thu, 29 Jul 2004) | 1 line
+r433 | topia | 2004-07-29 14:22:06 +0900 (Thu, 29 Jul 2004) | 1 line
 Changed paths:
    M /trunk/doc/module/Auto.html
    M /trunk/doc/module/System.html
@@ -3827,32 +3904,32 @@
 
 * regen.
 ------------------------------------------------------------------------
-r432 | topia | 2004-07-29 14:20:14 +0900 (Thu, 29 Jul 2004) | 1 line
+r432 | topia | 2004-07-29 14:19:52 +0900 (Thu, 29 Jul 2004) | 1 line
 Changed paths:
    A /trunk/module/System/NotifyIcon
    A /trunk/module/System/NotifyIcon/Win32.pm
 
 * add.
 ------------------------------------------------------------------------
-r431 | topia | 2004-07-28 19:20:27 +0900 (Wed, 28 Jul 2004) | 1 line
+r431 | topia | 2004-07-28 19:20:05 +0900 (Wed, 28 Jul 2004) | 1 line
 Changed paths:
    M /trunk/module/Tools/FileCache.pm
 
 * use __PACKAGE__ instead of raw package name.
 ------------------------------------------------------------------------
-r430 | topia | 2004-07-28 19:19:17 +0900 (Wed, 28 Jul 2004) | 1 line
+r430 | topia | 2004-07-28 19:18:55 +0900 (Wed, 28 Jul 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Eval.pm
 
 * add some useful functions.
 ------------------------------------------------------------------------
-r429 | topia | 2004-07-28 19:18:27 +0900 (Wed, 28 Jul 2004) | 1 line
+r429 | topia | 2004-07-28 19:18:05 +0900 (Wed, 28 Jul 2004) | 1 line
 Changed paths:
    M /trunk/main/Module/Use.pm
 
 * use push instead of set for @pkg::USE.
 ------------------------------------------------------------------------
-r428 | topia | 2004-07-28 19:14:16 +0900 (Wed, 28 Jul 2004) | 5 lines
+r428 | topia | 2004-07-28 19:13:54 +0900 (Wed, 28 Jul 2004) | 5 lines
 Changed paths:
    M /trunk/main/ModuleManager.pm
 
@@ -3862,13 +3939,13 @@
 
 * fix used-module marking bug on reload-module.
 ------------------------------------------------------------------------
-r427 | topia | 2004-07-28 19:09:15 +0900 (Wed, 28 Jul 2004) | 1 line
+r427 | topia | 2004-07-28 19:08:53 +0900 (Wed, 28 Jul 2004) | 1 line
 Changed paths:
    M /trunk/main/Timer.pm
 
 * add ->reset to re-calculate fire_time from now time.
 ------------------------------------------------------------------------
-r426 | topia | 2004-07-24 02:27:57 +0900 (Sat, 24 Jul 2004) | 7 lines
+r426 | topia | 2004-07-24 02:27:35 +0900 (Sat, 24 Jul 2004) | 7 lines
 Changed paths:
    M /trunk/module/Auto/Utils.pm
 
@@ -3880,7 +3957,7 @@
 
 * fix bug on single_server_mode.
 ------------------------------------------------------------------------
-r425 | topia | 2004-07-24 02:17:20 +0900 (Sat, 24 Jul 2004) | 5 lines
+r425 | topia | 2004-07-24 02:16:58 +0900 (Sat, 24 Jul 2004) | 5 lines
 Changed paths:
    M /trunk/HACKING
 
@@ -3890,25 +3967,25 @@
 
 * mention that IrcIO::Server->remark didn't cleared on reconnect.
 ------------------------------------------------------------------------
-r424 | topia | 2004-07-23 23:42:00 +0900 (Fri, 23 Jul 2004) | 1 line
+r424 | topia | 2004-07-23 23:41:38 +0900 (Fri, 23 Jul 2004) | 1 line
 Changed paths:
    M /trunk/main/ControlPort.pm
 
 * disable SelfLoader.
 ------------------------------------------------------------------------
-r423 | topia | 2004-07-22 02:06:10 +0900 (Thu, 22 Jul 2004) | 1 line
+r423 | topia | 2004-07-22 02:05:48 +0900 (Thu, 22 Jul 2004) | 1 line
 Changed paths:
    M /trunk/run
 
 * add PERL/PERLARG.
 ------------------------------------------------------------------------
-r422 | topia | 2004-07-22 02:01:20 +0900 (Thu, 22 Jul 2004) | 1 line
+r422 | topia | 2004-07-22 02:00:58 +0900 (Thu, 22 Jul 2004) | 1 line
 Changed paths:
    A /trunk/run
 
 * test run script.
 ------------------------------------------------------------------------
-r414 | topia | 2004-07-09 23:40:52 +0900 (Fri, 09 Jul 2004) | 1 line
+r414 | topia | 2004-07-09 23:40:30 +0900 (Fri, 09 Jul 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/module/Auto/Reply.pm
@@ -3919,14 +3996,14 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r411 | topia | 2004-07-09 00:17:00 +0900 (Fri, 09 Jul 2004) | 1 line
+r411 | topia | 2004-07-09 00:16:38 +0900 (Fri, 09 Jul 2004) | 1 line
 Changed paths:
    M /trunk/doc/module/System.html
    M /trunk/sample.conf
 
 * regen document.
 ------------------------------------------------------------------------
-r409 | topia | 2004-07-09 00:14:03 +0900 (Fri, 09 Jul 2004) | 1 line
+r409 | topia | 2004-07-09 00:13:41 +0900 (Fri, 09 Jul 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -3942,7 +4019,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r406 | topia | 2004-07-08 23:52:25 +0900 (Thu, 08 Jul 2004) | 3 lines
+r406 | topia | 2004-07-08 23:52:03 +0900 (Thu, 08 Jul 2004) | 3 lines
 Changed paths:
    M /trunk/main/Configuration/Preprocessor.pm
    M /trunk/main/Configuration.pm
@@ -3951,49 +4028,49 @@
 
 * check updates of all included files.
 ------------------------------------------------------------------------
-r405 | topia | 2004-07-08 23:51:01 +0900 (Thu, 08 Jul 2004) | 1 line
+r405 | topia | 2004-07-08 23:50:39 +0900 (Thu, 08 Jul 2004) | 1 line
 Changed paths:
    M /trunk/main/ModuleManager.pm
 
 * use notify_error on error reload_modules_if_modified/reload-process.
 ------------------------------------------------------------------------
-r404 | topia | 2004-07-08 23:49:22 +0900 (Thu, 08 Jul 2004) | 1 line
+r404 | topia | 2004-07-08 23:49:00 +0900 (Thu, 08 Jul 2004) | 1 line
 Changed paths:
    M /trunk/main/ReloadTrigger.pm
 
 * mention Configuration::Hook/reloaded.
 ------------------------------------------------------------------------
-r403 | topia | 2004-07-08 23:48:47 +0900 (Thu, 08 Jul 2004) | 1 line
+r403 | topia | 2004-07-08 23:48:25 +0900 (Thu, 08 Jul 2004) | 1 line
 Changed paths:
    M /trunk/main/Timer.pm
 
 * fix typo on notify_error.
 ------------------------------------------------------------------------
-r402 | topia | 2004-07-08 23:48:11 +0900 (Thu, 08 Jul 2004) | 1 line
+r402 | topia | 2004-07-08 23:47:49 +0900 (Thu, 08 Jul 2004) | 1 line
 Changed paths:
    M /trunk/module/System/Reload.pm
 
 * add conf-reloaded-notify.
 ------------------------------------------------------------------------
-r401 | topia | 2004-06-24 01:22:57 +0900 (Thu, 24 Jun 2004) | 1 line
+r401 | topia | 2004-06-24 01:22:35 +0900 (Thu, 24 Jun 2004) | 1 line
 Changed paths:
    M /trunk/main/Mask.pm
 
 * defined check on _split.
 ------------------------------------------------------------------------
-r400 | topia | 2004-06-20 05:19:23 +0900 (Sun, 20 Jun 2004) | 1 line
+r400 | topia | 2004-06-20 05:19:01 +0900 (Sun, 20 Jun 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
 * do not last for send all-matching channels.
 ------------------------------------------------------------------------
-r399 | topia | 2004-06-20 05:07:57 +0900 (Sun, 20 Jun 2004) | 1 line
+r399 | topia | 2004-06-20 05:07:35 +0900 (Sun, 20 Jun 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
 * check defined of default network.
 ------------------------------------------------------------------------
-r398 | topia | 2004-06-19 18:36:45 +0900 (Sat, 19 Jun 2004) | 1 line
+r398 | topia | 2004-06-19 18:36:23 +0900 (Sat, 19 Jun 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -4007,7 +4084,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r394 | topia | 2004-06-19 18:22:51 +0900 (Sat, 19 Jun 2004) | 1 line
+r394 | topia | 2004-06-19 18:22:29 +0900 (Sat, 19 Jun 2004) | 1 line
 Changed paths:
    M /trunk/doc/module/Client.html
    M /trunk/doc/module-toc.html
@@ -4015,19 +4092,19 @@
 
 * regen doc.
 ------------------------------------------------------------------------
-r393 | topia | 2004-06-19 18:05:20 +0900 (Sat, 19 Jun 2004) | 1 line
+r393 | topia | 2004-06-19 18:04:58 +0900 (Sat, 19 Jun 2004) | 1 line
 Changed paths:
    M /trunk/doc-src/conf-main.tdoc
 
 * mension ./tiarra --make-password.
 ------------------------------------------------------------------------
-r392 | topia | 2004-06-19 18:02:02 +0900 (Sat, 19 Jun 2004) | 1 line
+r392 | topia | 2004-06-19 18:01:40 +0900 (Sat, 19 Jun 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Cotton.pm
 
 * remove no-cotton client option.
 ------------------------------------------------------------------------
-r391 | topia | 2004-06-19 17:58:04 +0900 (Sat, 19 Jun 2004) | 3 lines
+r391 | topia | 2004-06-19 17:57:42 +0900 (Sat, 19 Jun 2004) | 3 lines
 Changed paths:
    A /trunk/module/Client/Cotton.pm
 
@@ -4035,25 +4112,25 @@
   - stop auto-part after rejoin.
 
 ------------------------------------------------------------------------
-r390 | topia | 2004-06-19 17:56:00 +0900 (Sat, 19 Jun 2004) | 1 line
+r390 | topia | 2004-06-19 17:55:38 +0900 (Sat, 19 Jun 2004) | 1 line
 Changed paths:
    A /trunk/module/Client/GetVersion.pm
 
 * add. get clients' CTCP Version value.
 ------------------------------------------------------------------------
-r389 | topia | 2004-06-19 14:59:11 +0900 (Sat, 19 Jun 2004) | 1 line
+r389 | topia | 2004-06-19 14:58:49 +0900 (Sat, 19 Jun 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Eval.pm
 
 * need paren to seems to be function call for perl.
 ------------------------------------------------------------------------
-r388 | topia | 2004-06-17 15:51:06 +0900 (Thu, 17 Jun 2004) | 1 line
+r388 | topia | 2004-06-17 15:50:44 +0900 (Thu, 17 Jun 2004) | 1 line
 Changed paths:
    M /trunk/main/Timer.pm
 
 * stop abort from Exception on Timer->{code}.
 ------------------------------------------------------------------------
-r386 | topia | 2004-06-09 18:28:03 +0900 (Wed, 09 Jun 2004) | 1 line
+r386 | topia | 2004-06-09 18:27:41 +0900 (Wed, 09 Jun 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -4062,7 +4139,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r383 | topia | 2004-06-09 17:48:01 +0900 (Wed, 09 Jun 2004) | 5 lines
+r383 | topia | 2004-06-09 17:47:39 +0900 (Wed, 09 Jun 2004) | 5 lines
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
@@ -4072,7 +4149,7 @@
 
 * add reply for PING.
 ------------------------------------------------------------------------
-r381 | topia | 2004-06-04 21:57:52 +0900 (Fri, 04 Jun 2004) | 1 line
+r381 | topia | 2004-06-04 21:57:30 +0900 (Fri, 04 Jun 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -4086,13 +4163,13 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r378 | topia | 2004-06-04 21:14:02 +0900 (Fri, 04 Jun 2004) | 1 line
+r378 | topia | 2004-06-04 21:13:40 +0900 (Fri, 04 Jun 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
 * send RPL_ISUPPORT on single-server-mode and server gave it.
 ------------------------------------------------------------------------
-r377 | topia | 2004-06-04 21:07:15 +0900 (Fri, 04 Jun 2004) | 13 lines
+r377 | topia | 2004-06-04 21:06:53 +0900 (Fri, 04 Jun 2004) | 13 lines
 Changed paths:
    M /trunk/main/IRCMessage.pm
 
@@ -4110,13 +4187,13 @@
 (push, pop)
 * add.
 ------------------------------------------------------------------------
-r376 | topia | 2004-06-04 19:38:51 +0900 (Fri, 04 Jun 2004) | 1 line
+r376 | topia | 2004-06-04 19:38:29 +0900 (Fri, 04 Jun 2004) | 1 line
 Changed paths:
    M /trunk/main/IRCMessage.pm
 
 * add ->length([serialize_param]).
 ------------------------------------------------------------------------
-r375 | topia | 2004-06-03 14:00:00 +0900 (Thu, 03 Jun 2004) | 3 lines
+r375 | topia | 2004-06-03 13:59:38 +0900 (Thu, 03 Jun 2004) | 3 lines
 Changed paths:
    M /trunk/module/Client/Eval.pm
 
@@ -4124,27 +4201,27 @@
 
 * set $err to null string for disable warning.
 ------------------------------------------------------------------------
-r374 | topia | 2004-06-03 13:36:51 +0900 (Thu, 03 Jun 2004) | 2 lines
+r374 | topia | 2004-06-03 13:36:29 +0900 (Thu, 03 Jun 2004) | 2 lines
 Changed paths:
    M /trunk/module/System/Raw.pm
 
 * last index of $msg->params is ($msg->n_params - 1).
   use .. ($msg->n_params - 1) instead of .. $msg->n_params.
 ------------------------------------------------------------------------
-r373 | topia | 2004-06-03 11:55:44 +0900 (Thu, 03 Jun 2004) | 1 line
+r373 | topia | 2004-06-03 11:55:22 +0900 (Thu, 03 Jun 2004) | 1 line
 Changed paths:
    M /trunk/module/Channel/Mode/Oper/Grant.pm
 
 * check defined $myself.
 ------------------------------------------------------------------------
-r372 | topia | 2004-06-01 18:21:10 +0900 (Tue, 01 Jun 2004) | 1 line
+r372 | topia | 2004-06-01 18:20:48 +0900 (Tue, 01 Jun 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
    M /trunk/main/Multicast.pm
 
 * cosmetic fixes(comment, empty-line).
 ------------------------------------------------------------------------
-r371 | topia | 2004-06-01 18:19:24 +0900 (Tue, 01 Jun 2004) | 1 line
+r371 | topia | 2004-06-01 18:19:02 +0900 (Tue, 01 Jun 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
    M /trunk/main/Multicast.pm
@@ -4152,7 +4229,7 @@
 
 * move sending notice connected network feature to module/Client/ShowNick.pm.
 ------------------------------------------------------------------------
-r370 | topia | 2004-06-01 18:17:57 +0900 (Tue, 01 Jun 2004) | 3 lines
+r370 | topia | 2004-06-01 18:17:35 +0900 (Tue, 01 Jun 2004) | 3 lines
 Changed paths:
    M /trunk/module/Client/Eval.pm
 
@@ -4160,20 +4237,20 @@
   - can s/RunLoop->shared_loop/runloop/g;
   - can s/RunLoop->shared_loop->network/network/g;
 ------------------------------------------------------------------------
-r369 | topia | 2004-06-01 04:57:26 +0900 (Tue, 01 Jun 2004) | 1 line
+r369 | topia | 2004-06-01 04:57:04 +0900 (Tue, 01 Jun 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
    M /trunk/main/Multicast.pm
 
 * check multi-server-mode before force nickname show (for whois, client attach).
 ------------------------------------------------------------------------
-r368 | topia | 2004-06-01 02:05:02 +0900 (Tue, 01 Jun 2004) | 1 line
+r368 | topia | 2004-06-01 02:04:40 +0900 (Tue, 01 Jun 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Cache.pm
 
 * add cache expire-feature.
 ------------------------------------------------------------------------
-r367 | topia | 2004-06-01 01:41:30 +0900 (Tue, 01 Jun 2004) | 1 line
+r367 | topia | 2004-06-01 01:41:08 +0900 (Tue, 01 Jun 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Cache.pm
    M /trunk/runtiarra.perl
@@ -4181,7 +4258,7 @@
 
 * add RPL_ENDOFWHO.
 ------------------------------------------------------------------------
-r365 | topia | 2004-05-26 16:03:34 +0900 (Wed, 26 May 2004) | 1 line
+r365 | topia | 2004-05-26 16:03:12 +0900 (Wed, 26 May 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/Unicode/Japanese.pm
@@ -4189,7 +4266,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r362 | topia | 2004-05-09 21:53:07 +0900 (Sun, 09 May 2004) | 1 line
+r362 | topia | 2004-05-09 21:52:45 +0900 (Sun, 09 May 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/IrcIO.pm
@@ -4198,7 +4275,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r358 | topia | 2004-05-09 13:08:47 +0900 (Sun, 09 May 2004) | 1 line
+r358 | topia | 2004-05-09 13:08:25 +0900 (Sun, 09 May 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/IrcIO/Server.pm
@@ -4207,13 +4284,13 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r355 | topia | 2004-05-09 13:00:23 +0900 (Sun, 09 May 2004) | 1 line
+r355 | topia | 2004-05-09 13:00:01 +0900 (Sun, 09 May 2004) | 1 line
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * re-add removed '+' (from default chantypes).
 ------------------------------------------------------------------------
-r354 | topia | 2004-05-09 12:48:53 +0900 (Sun, 09 May 2004) | 7 lines
+r354 | topia | 2004-05-09 12:48:31 +0900 (Sun, 09 May 2004) | 7 lines
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
    M /trunk/main/Multicast.pm
@@ -4226,7 +4303,7 @@
 
 * add optional param(chantypes) for Multicast::channel_p.
 ------------------------------------------------------------------------
-r351 | topia | 2004-05-08 17:14:30 +0900 (Sat, 08 May 2004) | 1 line
+r351 | topia | 2004-05-08 17:14:08 +0900 (Sat, 08 May 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/IrcIO/Server.pm
@@ -4237,19 +4314,19 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r348 | topia | 2004-05-08 16:28:37 +0900 (Sat, 08 May 2004) | 1 line
+r348 | topia | 2004-05-08 16:28:15 +0900 (Sat, 08 May 2004) | 1 line
 Changed paths:
    M /trunk/HACKING
 
 * mention IrcIO::Server->remark(isupport, uid).
 ------------------------------------------------------------------------
-r347 | topia | 2004-05-08 16:24:20 +0900 (Sat, 08 May 2004) | 1 line
+r347 | topia | 2004-05-08 16:23:58 +0900 (Sat, 08 May 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * add RPL_YOURID support.
 ------------------------------------------------------------------------
-r346 | topia | 2004-05-08 15:56:43 +0900 (Sat, 08 May 2004) | 4 lines
+r346 | topia | 2004-05-08 15:56:21 +0900 (Sat, 08 May 2004) | 4 lines
 Changed paths:
    M /trunk/main/NumericReply.pm
 
@@ -4258,7 +4335,7 @@
 * rename and add alias (RPL_TOPICWHOTIME -> RPL_TOPIC_WHO_TIME).
 
 ------------------------------------------------------------------------
-r345 | topia | 2004-05-08 15:45:07 +0900 (Sat, 08 May 2004) | 7 lines
+r345 | topia | 2004-05-08 15:44:45 +0900 (Sat, 08 May 2004) | 7 lines
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
@@ -4270,7 +4347,7 @@
 
 * _set_to_next_nick use ISUPORT->NICKLEN, if server provide.
 ------------------------------------------------------------------------
-r344 | topia | 2004-05-08 15:32:56 +0900 (Sat, 08 May 2004) | 5 lines
+r344 | topia | 2004-05-08 15:32:34 +0900 (Sat, 08 May 2004) | 5 lines
 Changed paths:
    M /trunk/main/NumericReply.pm
 
@@ -4280,26 +4357,26 @@
 
 * add RPL_HELLO to irc2.11.
 ------------------------------------------------------------------------
-r343 | topia | 2004-05-08 05:09:42 +0900 (Sat, 08 May 2004) | 1 line
+r343 | topia | 2004-05-08 05:09:20 +0900 (Sat, 08 May 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
    M /trunk/module/Client/Cache.pm
 
 * change remark name (creation_time -> creation-time).
 ------------------------------------------------------------------------
-r342 | topia | 2004-05-08 05:07:58 +0900 (Sat, 08 May 2004) | 1 line
+r342 | topia | 2004-05-08 05:07:36 +0900 (Sat, 08 May 2004) | 1 line
 Changed paths:
    M /trunk/HACKING
 
 * mention ChannelInfo->remark('creation-time').
 ------------------------------------------------------------------------
-r341 | topia | 2004-05-08 05:04:58 +0900 (Sat, 08 May 2004) | 1 line
+r341 | topia | 2004-05-08 05:04:36 +0900 (Sat, 08 May 2004) | 1 line
 Changed paths:
    M /trunk/HACKING
 
 * fix typo.
 ------------------------------------------------------------------------
-r340 | topia | 2004-05-07 19:13:16 +0900 (Fri, 07 May 2004) | 1 line
+r340 | topia | 2004-05-07 19:12:54 +0900 (Fri, 07 May 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
    M /trunk/main/Multicast.pm
@@ -4308,7 +4385,7 @@
 
 * support RPL_CREATIONTIME (maybe work).
 ------------------------------------------------------------------------
-r338 | topia | 2004-04-18 16:45:12 +0900 (Sun, 18 Apr 2004) | 1 line
+r338 | topia | 2004-04-18 16:44:50 +0900 (Sun, 18 Apr 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/IrcIO/Client.pm
@@ -4318,13 +4395,13 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r335 | topia | 2004-04-18 15:38:55 +0900 (Sun, 18 Apr 2004) | 1 line
+r335 | topia | 2004-04-18 15:38:33 +0900 (Sun, 18 Apr 2004) | 1 line
 Changed paths:
    M /trunk/HACKING
 
 * mention remark, BulletinBoard, and cosmetic changes.
 ------------------------------------------------------------------------
-r334 | topia | 2004-04-18 15:38:15 +0900 (Sun, 18 Apr 2004) | 1 line
+r334 | topia | 2004-04-18 15:37:53 +0900 (Sun, 18 Apr 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
    M /trunk/module/Client/Cache.pm
@@ -4333,7 +4410,7 @@
 
 * make __PACKAGE__ to work.
 ------------------------------------------------------------------------
-r333 | topia | 2004-04-18 15:02:17 +0900 (Sun, 18 Apr 2004) | 1 line
+r333 | topia | 2004-04-18 15:01:55 +0900 (Sun, 18 Apr 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/ControlPort.pm
@@ -4344,7 +4421,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r329 | topia | 2004-04-07 20:52:55 +0900 (Wed, 07 Apr 2004) | 1 line
+r329 | topia | 2004-04-07 20:52:33 +0900 (Wed, 07 Apr 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/IrcIO/Server.pm
@@ -4356,13 +4433,13 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r326 | topia | 2004-04-06 02:09:59 +0900 (Tue, 06 Apr 2004) | 1 line
+r326 | topia | 2004-04-06 02:09:37 +0900 (Tue, 06 Apr 2004) | 1 line
 Changed paths:
    M /trunk/module/Channel/Rejoin.pm
 
 * protect for undefined $myself(what happen!?).
 ------------------------------------------------------------------------
-r323 | topia | 2004-04-01 18:45:44 +0900 (Thu, 01 Apr 2004) | 1 line
+r323 | topia | 2004-04-01 18:45:22 +0900 (Thu, 01 Apr 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/module/Client/Cache.pm
@@ -4370,7 +4447,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r320 | topia | 2004-04-01 12:22:08 +0900 (Thu, 01 Apr 2004) | 1 line
+r320 | topia | 2004-04-01 12:21:46 +0900 (Thu, 01 Apr 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/status/merged-tag
@@ -4378,13 +4455,13 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r317 | topia | 2004-03-29 19:32:26 +0900 (Mon, 29 Mar 2004) | 1 line
+r317 | topia | 2004-03-29 19:32:04 +0900 (Mon, 29 Mar 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Cache.pm
 
 * fix bug on single-server-mode.
 ------------------------------------------------------------------------
-r315 | topia | 2004-03-27 19:43:23 +0900 (Sat, 27 Mar 2004) | 1 line
+r315 | topia | 2004-03-27 19:43:01 +0900 (Sat, 27 Mar 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/LinedINETSocket.pm
@@ -4396,14 +4473,14 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r314 | topia | 2004-03-27 19:43:09 +0900 (Sat, 27 Mar 2004) | 2 lines
+r314 | topia | 2004-03-27 19:42:47 +0900 (Sat, 27 Mar 2004) | 2 lines
 Changed paths:
    A /vendor/20040327-194317 (from /vendor/current:313)
 
 Tag vendor/current as vendor/20040327-194317.
 
 ------------------------------------------------------------------------
-r313 | topia | 2004-03-27 19:43:07 +0900 (Sat, 27 Mar 2004) | 2 lines
+r313 | topia | 2004-03-27 19:42:45 +0900 (Sat, 27 Mar 2004) | 2 lines
 Changed paths:
    M /vendor/current/ChangeLog
    M /vendor/current/main/LinedINETSocket.pm
@@ -4415,13 +4492,13 @@
 Load temp-20040327-194317.18428 into vendor/current.
 
 ------------------------------------------------------------------------
-r312 | topia | 2004-03-27 19:32:24 +0900 (Sat, 27 Mar 2004) | 1 line
+r312 | topia | 2004-03-27 19:32:02 +0900 (Sat, 27 Mar 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * fix wrong comment.
 ------------------------------------------------------------------------
-r311 | topia | 2004-03-27 19:22:18 +0900 (Sat, 27 Mar 2004) | 3 lines
+r311 | topia | 2004-03-27 19:21:56 +0900 (Sat, 27 Mar 2004) | 3 lines
 Changed paths:
    M /trunk/tiarra
 
@@ -4429,7 +4506,7 @@
 
 * move handle closing into after configuration reading.
 ------------------------------------------------------------------------
-r309 | topia | 2004-03-19 22:23:39 +0900 (Fri, 19 Mar 2004) | 1 line
+r309 | topia | 2004-03-19 22:23:17 +0900 (Fri, 19 Mar 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/IrcIO/Client.pm
@@ -4442,13 +4519,13 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r306 | topia | 2004-03-19 21:59:19 +0900 (Fri, 19 Mar 2004) | 1 line
+r306 | topia | 2004-03-19 21:58:57 +0900 (Fri, 19 Mar 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Cache.pm
 
 * implement force mode sending(and ignore request).
 ------------------------------------------------------------------------
-r305 | topia | 2004-03-19 21:56:54 +0900 (Fri, 19 Mar 2004) | 2 lines
+r305 | topia | 2004-03-19 21:56:32 +0900 (Fri, 19 Mar 2004) | 2 lines
 Changed paths:
    M /trunk/main/IrcIO.pm
    M /trunk/main/LinedINETSocket.pm
@@ -4456,13 +4533,13 @@
 * IO::Handle->syswrite(buf) -> (buf, length).
   (bug on $IO::Handle::VERSION eq '1.21')
 ------------------------------------------------------------------------
-r304 | topia | 2004-03-15 05:51:45 +0900 (Mon, 15 Mar 2004) | 1 line
+r304 | topia | 2004-03-15 05:51:23 +0900 (Mon, 15 Mar 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Recent.pm
 
 * use $client->option('no-recent-logs') on channel-info Hook.
 ------------------------------------------------------------------------
-r303 | topia | 2004-03-15 04:38:21 +0900 (Mon, 15 Mar 2004) | 3 lines
+r303 | topia | 2004-03-15 04:37:59 +0900 (Mon, 15 Mar 2004) | 3 lines
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
    M /trunk/module/Log/Recent.pm
@@ -4471,19 +4548,19 @@
 
 * safe to die in hook scripts.
 ------------------------------------------------------------------------
-r302 | topia | 2004-03-15 04:36:24 +0900 (Mon, 15 Mar 2004) | 1 line
+r302 | topia | 2004-03-15 04:36:02 +0900 (Mon, 15 Mar 2004) | 1 line
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * add ADMIN to client_sent.
 ------------------------------------------------------------------------
-r301 | topia | 2004-03-15 04:35:58 +0900 (Mon, 15 Mar 2004) | 1 line
+r301 | topia | 2004-03-15 04:35:36 +0900 (Mon, 15 Mar 2004) | 1 line
 Changed paths:
    M /trunk/main/ModuleManager.pm
 
 * use RunLoop->shared_loop->notify_error to show error.
 ------------------------------------------------------------------------
-r300 | topia | 2004-03-14 01:50:57 +0900 (Sun, 14 Mar 2004) | 1 line
+r300 | topia | 2004-03-14 01:50:35 +0900 (Sun, 14 Mar 2004) | 1 line
 Changed paths:
    A /trunk/doc/module
    A /trunk/doc/module/Auto.html
@@ -4499,7 +4576,7 @@
 
 * generate docs.
 ------------------------------------------------------------------------
-r299 | topia | 2004-03-14 01:49:35 +0900 (Sun, 14 Mar 2004) | 1 line
+r299 | topia | 2004-03-14 01:49:13 +0900 (Sun, 14 Mar 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/Makefile
@@ -4514,7 +4591,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r290 | topia | 2004-03-09 16:57:32 +0900 (Tue, 09 Mar 2004) | 1 line
+r290 | topia | 2004-03-09 16:57:10 +0900 (Tue, 09 Mar 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/module/Client/Cache.pm
@@ -4522,7 +4599,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r286 | topia | 2004-03-09 16:14:15 +0900 (Tue, 09 Mar 2004) | 1 line
+r286 | topia | 2004-03-09 16:13:53 +0900 (Tue, 09 Mar 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/Unicode/Japanese.pm
@@ -4530,13 +4607,13 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r283 | topia | 2004-03-07 22:42:30 +0900 (Sun, 07 Mar 2004) | 1 line
+r283 | topia | 2004-03-07 22:42:08 +0900 (Sun, 07 Mar 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Cache.pm
 
 * fix bug on ->destruct().
 ------------------------------------------------------------------------
-r282 | topia | 2004-03-07 19:41:05 +0900 (Sun, 07 Mar 2004) | 1 line
+r282 | topia | 2004-03-07 19:40:43 +0900 (Sun, 07 Mar 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -4551,25 +4628,25 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r278 | topia | 2004-02-27 02:40:53 +0900 (Fri, 27 Feb 2004) | 1 line
+r278 | topia | 2004-02-27 02:40:31 +0900 (Fri, 27 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * nick notices' category change to 'nick::system'.
 ------------------------------------------------------------------------
-r277 | topia | 2004-02-27 02:35:43 +0900 (Fri, 27 Feb 2004) | 1 line
+r277 | topia | 2004-02-27 02:35:21 +0900 (Fri, 27 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/Unicode/Japanese.pm
 
 * untaint.
 ------------------------------------------------------------------------
-r276 | topia | 2004-02-27 02:34:19 +0900 (Fri, 27 Feb 2004) | 1 line
+r276 | topia | 2004-02-27 02:33:57 +0900 (Fri, 27 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/Mask.pm
 
 * untaint.
 ------------------------------------------------------------------------
-r275 | topia | 2004-02-27 02:33:13 +0900 (Fri, 27 Feb 2004) | 3 lines
+r275 | topia | 2004-02-27 02:32:51 +0900 (Fri, 27 Feb 2004) | 3 lines
 Changed paths:
    M /trunk/main/Configuration.pm
 
@@ -4577,7 +4654,7 @@
 
 * style fix.
 ------------------------------------------------------------------------
-r274 | topia | 2004-02-27 02:31:21 +0900 (Fri, 27 Feb 2004) | 3 lines
+r274 | topia | 2004-02-27 02:30:59 +0900 (Fri, 27 Feb 2004) | 3 lines
 Changed paths:
    M /trunk/module/Client/Eval.pm
 
@@ -4585,19 +4662,19 @@
 
 * handle multiline.
 ------------------------------------------------------------------------
-r273 | topia | 2004-02-27 02:24:04 +0900 (Fri, 27 Feb 2004) | 1 line
+r273 | topia | 2004-02-27 02:23:42 +0900 (Fri, 27 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Auto/MesMail.pm
 
 * style fix at constructor.
 ------------------------------------------------------------------------
-r272 | topia | 2004-02-27 02:23:30 +0900 (Fri, 27 Feb 2004) | 1 line
+r272 | topia | 2004-02-27 02:23:08 +0900 (Fri, 27 Feb 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * untaint on load-path.
 ------------------------------------------------------------------------
-r271 | topia | 2004-02-26 09:24:54 +0900 (Thu, 26 Feb 2004) | 5 lines
+r271 | topia | 2004-02-26 09:24:32 +0900 (Thu, 26 Feb 2004) | 5 lines
 Changed paths:
    M /trunk/module/Client/Cache.pm
 
@@ -4607,7 +4684,7 @@
 
 * remove remark('fill-prefix-when-sending-to-client').
 ------------------------------------------------------------------------
-r270 | topia | 2004-02-26 09:22:32 +0900 (Thu, 26 Feb 2004) | 3 lines
+r270 | topia | 2004-02-26 09:22:10 +0900 (Thu, 26 Feb 2004) | 3 lines
 Changed paths:
    M /trunk/module/Log/ChannelList.pm
 
@@ -4615,31 +4692,31 @@
 
 * remove un-necessary timer instance variable.
 ------------------------------------------------------------------------
-r269 | topia | 2004-02-26 09:21:44 +0900 (Thu, 26 Feb 2004) | 1 line
+r269 | topia | 2004-02-26 09:21:22 +0900 (Thu, 26 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Skelton.pm
 
 * change Skelton->new() to safe for future change.
 ------------------------------------------------------------------------
-r268 | topia | 2004-02-24 19:35:19 +0900 (Tue, 24 Feb 2004) | 1 line
+r268 | topia | 2004-02-24 19:34:57 +0900 (Tue, 24 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * fix undefined error on whois to not found user in person list.
 ------------------------------------------------------------------------
-r267 | topia | 2004-02-24 12:22:34 +0900 (Tue, 24 Feb 2004) | 1 line
+r267 | topia | 2004-02-24 12:22:12 +0900 (Tue, 24 Feb 2004) | 1 line
 Changed paths:
    A /trunk/module/Log/ChannelList.pm
 
 * add Log::ChannelList.
 ------------------------------------------------------------------------
-r266 | topia | 2004-02-24 12:21:59 +0900 (Tue, 24 Feb 2004) | 1 line
+r266 | topia | 2004-02-24 12:21:37 +0900 (Tue, 24 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Channel.pm
 
 * use __PACKAGE__.
 ------------------------------------------------------------------------
-r265 | topia | 2004-02-23 17:29:20 +0900 (Mon, 23 Feb 2004) | 1 line
+r265 | topia | 2004-02-23 17:28:58 +0900 (Mon, 23 Feb 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -4648,20 +4725,20 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r262 | topia | 2004-02-23 17:12:44 +0900 (Mon, 23 Feb 2004) | 2 lines
+r262 | topia | 2004-02-23 17:12:22 +0900 (Mon, 23 Feb 2004) | 2 lines
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * ${server,client}_sent.
   - add ERR_{NOTONCHANNEL,NOSUCHCHANNEL} (_gen_{detach,attach}_translator(1)).
 ------------------------------------------------------------------------
-r261 | topia | 2004-02-23 17:10:49 +0900 (Mon, 23 Feb 2004) | 1 line
+r261 | topia | 2004-02-23 17:10:27 +0900 (Mon, 23 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Debug/RawLog.pm
 
 * describe 'logname' client-option.
 ------------------------------------------------------------------------
-r259 | topia | 2004-02-23 15:24:16 +0900 (Mon, 23 Feb 2004) | 1 line
+r259 | topia | 2004-02-23 15:23:54 +0900 (Mon, 23 Feb 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/IrcIO/Server.pm
@@ -4670,14 +4747,14 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r256 | topia | 2004-02-23 15:12:52 +0900 (Mon, 23 Feb 2004) | 1 line
+r256 | topia | 2004-02-23 15:12:30 +0900 (Mon, 23 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
    M /trunk/status/merged-tag
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r253 | topia | 2004-02-23 14:38:51 +0900 (Mon, 23 Feb 2004) | 3 lines
+r253 | topia | 2004-02-23 14:38:29 +0900 (Mon, 23 Feb 2004) | 3 lines
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
@@ -4685,13 +4762,13 @@
 
 * change notice prefix.
 ------------------------------------------------------------------------
-r252 | topia | 2004-02-23 14:33:09 +0900 (Mon, 23 Feb 2004) | 1 line
+r252 | topia | 2004-02-23 14:32:47 +0900 (Mon, 23 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * use sysmsg_prefix on _multi_server_mode_changed.
 ------------------------------------------------------------------------
-r251 | topia | 2004-02-23 14:32:04 +0900 (Mon, 23 Feb 2004) | 3 lines
+r251 | topia | 2004-02-23 14:31:42 +0900 (Mon, 23 Feb 2004) | 3 lines
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
@@ -4699,7 +4776,7 @@
 
 * fix bug on getting _RPL_CHANNELMODEIS for not-joinned channel.
 ------------------------------------------------------------------------
-r249 | topia | 2004-02-23 11:54:35 +0900 (Mon, 23 Feb 2004) | 1 line
+r249 | topia | 2004-02-23 11:54:13 +0900 (Mon, 23 Feb 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -4752,7 +4829,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r245 | topia | 2004-02-23 09:54:14 +0900 (Mon, 23 Feb 2004) | 1 line
+r245 | topia | 2004-02-23 09:53:52 +0900 (Mon, 23 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Channel/Freeze.pm
    M /trunk/module/Client/Cache.pm
@@ -4763,19 +4840,19 @@
 
 * remove unnecessary 'use Configuration;'.
 ------------------------------------------------------------------------
-r244 | topia | 2004-02-23 08:27:48 +0900 (Mon, 23 Feb 2004) | 1 line
+r244 | topia | 2004-02-23 08:27:26 +0900 (Mon, 23 Feb 2004) | 1 line
 Changed paths:
    M /trunk/doc-src/sample.conf.in
 
 * add RCS Tag(id).
 ------------------------------------------------------------------------
-r243 | topia | 2004-02-22 15:12:05 +0900 (Sun, 22 Feb 2004) | 1 line
+r243 | topia | 2004-02-22 15:11:43 +0900 (Sun, 22 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/ModuleManager.pm
 
 * fix bareword.
 ------------------------------------------------------------------------
-r242 | topia | 2004-02-22 14:39:29 +0900 (Sun, 22 Feb 2004) | 1 line
+r242 | topia | 2004-02-22 14:39:07 +0900 (Sun, 22 Feb 2004) | 1 line
 Changed paths:
    M /trunk/doc/module/Auto.html
    A /trunk/doc/module/CTCP.html
@@ -4788,7 +4865,7 @@
 
 * regen.
 ------------------------------------------------------------------------
-r241 | topia | 2004-02-22 14:38:38 +0900 (Sun, 22 Feb 2004) | 9 lines
+r241 | topia | 2004-02-22 14:38:16 +0900 (Sun, 22 Feb 2004) | 9 lines
 Changed paths:
    M /trunk/doc-src/conf-main.tdoc
    M /trunk/doc-src/module-group.tdoc
@@ -4837,7 +4914,7 @@
 
 * TiarraDoc-ize.
 ------------------------------------------------------------------------
-r240 | topia | 2004-02-22 12:54:22 +0900 (Sun, 22 Feb 2004) | 3 lines
+r240 | topia | 2004-02-22 12:54:00 +0900 (Sun, 22 Feb 2004) | 3 lines
 Changed paths:
    M /trunk/doc-src/conf-main.tdoc
 
@@ -4845,14 +4922,14 @@
 
 * add general/sysmsg-prefix-use-masks block.
 ------------------------------------------------------------------------
-r239 | topia | 2004-02-22 12:51:54 +0900 (Sun, 22 Feb 2004) | 1 line
+r239 | topia | 2004-02-22 12:51:32 +0900 (Sun, 22 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/TiarraDoc.pm
    M /trunk/makedoc
 
 * permit blank to value.
 ------------------------------------------------------------------------
-r236 | topia | 2004-02-22 12:24:11 +0900 (Sun, 22 Feb 2004) | 1 line
+r236 | topia | 2004-02-22 12:23:49 +0900 (Sun, 22 Feb 2004) | 1 line
 Changed paths:
    A /trunk/doc/module/Auto.html
    A /trunk/doc/module/Channel.html
@@ -4864,25 +4941,25 @@
 
 * regen.
 ------------------------------------------------------------------------
-r235 | topia | 2004-02-22 12:23:18 +0900 (Sun, 22 Feb 2004) | 1 line
+r235 | topia | 2004-02-22 12:22:56 +0900 (Sun, 22 Feb 2004) | 1 line
 Changed paths:
    M /trunk/makedoc
 
 * implement block(very tiny).
 ------------------------------------------------------------------------
-r234 | topia | 2004-02-22 12:22:47 +0900 (Sun, 22 Feb 2004) | 1 line
+r234 | topia | 2004-02-22 12:22:25 +0900 (Sun, 22 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/TiarraDoc.pm
 
 * implement block(tiny).
 ------------------------------------------------------------------------
-r233 | topia | 2004-02-22 12:08:50 +0900 (Sun, 22 Feb 2004) | 1 line
+r233 | topia | 2004-02-22 12:08:28 +0900 (Sun, 22 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Auto/Reply.pm
 
 * add mask check and TiarraDoc.
 ------------------------------------------------------------------------
-r230 | topia | 2004-02-22 11:56:04 +0900 (Sun, 22 Feb 2004) | 3 lines
+r230 | topia | 2004-02-22 11:55:42 +0900 (Sun, 22 Feb 2004) | 3 lines
 Changed paths:
    M /trunk/doc-src/module-group.tdoc
 
@@ -4890,7 +4967,7 @@
 
 * add Client/Debug group.
 ------------------------------------------------------------------------
-r229 | topia | 2004-02-22 11:54:35 +0900 (Sun, 22 Feb 2004) | 3 lines
+r229 | topia | 2004-02-22 11:54:13 +0900 (Sun, 22 Feb 2004) | 3 lines
 Changed paths:
    M /trunk/makedoc
 
@@ -4898,7 +4975,7 @@
 
 * warning on group don't have description.
 ------------------------------------------------------------------------
-r228 | topia | 2004-02-22 11:10:05 +0900 (Sun, 22 Feb 2004) | 5 lines
+r228 | topia | 2004-02-22 11:09:43 +0900 (Sun, 22 Feb 2004) | 5 lines
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
    M /trunk/main/Multicast.pm
@@ -4916,13 +4993,13 @@
 
 * module/Systen/Raw.pm (message_arrived): NumericReply-ize, use ERR_NEEDMOREPARAMS.
 ------------------------------------------------------------------------
-r227 | topia | 2004-02-22 11:05:34 +0900 (Sun, 22 Feb 2004) | 1 line
+r227 | topia | 2004-02-22 11:05:12 +0900 (Sun, 22 Feb 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * don't show stack dump on 'couldn't connect' error.
 ------------------------------------------------------------------------
-r226 | topia | 2004-02-22 11:03:32 +0900 (Sun, 22 Feb 2004) | 3 lines
+r226 | topia | 2004-02-22 11:03:10 +0900 (Sun, 22 Feb 2004) | 3 lines
 Changed paths:
    M /trunk/main/ModuleManager.pm
 
@@ -4930,7 +5007,7 @@
 
 * omit too many not-unload subroutines debug message.
 ------------------------------------------------------------------------
-r225 | topia | 2004-02-22 11:01:50 +0900 (Sun, 22 Feb 2004) | 7 lines
+r225 | topia | 2004-02-22 11:01:28 +0900 (Sun, 22 Feb 2004) | 7 lines
 Changed paths:
    M /trunk/main/Configuration.pm
 
@@ -4942,7 +5019,7 @@
 
 * support array_ref/hash_ref(to Configuration::Block) in _complete_block_with_defaults.
 ------------------------------------------------------------------------
-r224 | topia | 2004-02-22 11:00:54 +0900 (Sun, 22 Feb 2004) | 3 lines
+r224 | topia | 2004-02-22 11:00:32 +0900 (Sun, 22 Feb 2004) | 3 lines
 Changed paths:
    M /trunk/main/Configuration/Block.pm
 
@@ -4950,7 +5027,7 @@
 
 * fix typo(original).
 ------------------------------------------------------------------------
-r223 | topia | 2004-02-21 23:50:12 +0900 (Sat, 21 Feb 2004) | 5 lines
+r223 | topia | 2004-02-21 23:49:50 +0900 (Sat, 21 Feb 2004) | 5 lines
 Changed paths:
    M /trunk/module/System/Pong.pm
 
@@ -4960,43 +5037,43 @@
 
 * fix messages.
 ------------------------------------------------------------------------
-r222 | topia | 2004-02-21 23:46:35 +0900 (Sat, 21 Feb 2004) | 1 line
+r222 | topia | 2004-02-21 23:46:13 +0900 (Sat, 21 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * use server_hostname to send ping.
 ------------------------------------------------------------------------
-r221 | topia | 2004-02-21 23:46:04 +0900 (Sat, 21 Feb 2004) | 1 line
+r221 | topia | 2004-02-21 23:45:42 +0900 (Sat, 21 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * add server_hostname.
 ------------------------------------------------------------------------
-r220 | topia | 2004-02-21 23:42:56 +0900 (Sat, 21 Feb 2004) | 1 line
+r220 | topia | 2004-02-21 23:42:34 +0900 (Sat, 21 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/System/Raw.pm
 
 * add TiarraDoc.
 ------------------------------------------------------------------------
-r219 | topia | 2004-02-21 23:42:08 +0900 (Sat, 21 Feb 2004) | 1 line
+r219 | topia | 2004-02-21 23:41:46 +0900 (Sat, 21 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Debug/RawLog.pm
 
 * add resolve-numeric function.
 ------------------------------------------------------------------------
-r218 | topia | 2004-02-21 23:41:31 +0900 (Sat, 21 Feb 2004) | 1 line
+r218 | topia | 2004-02-21 23:41:09 +0900 (Sat, 21 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Cache.pm
 
 * [bugfix] WHOREPLY do not global_to_local for nick.
 ------------------------------------------------------------------------
-r217 | topia | 2004-02-21 23:40:32 +0900 (Sat, 21 Feb 2004) | 1 line
+r217 | topia | 2004-02-21 23:40:10 +0900 (Sat, 21 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Eval.pm
 
 * remove unnecessary remark('fill-prefix-sending-to-client').
 ------------------------------------------------------------------------
-r216 | topia | 2004-02-21 23:39:04 +0900 (Sat, 21 Feb 2004) | 7 lines
+r216 | topia | 2004-02-21 23:38:42 +0900 (Sat, 21 Feb 2004) | 7 lines
 Changed paths:
    M /trunk/main/Multicast.pm
 
@@ -5008,7 +5085,7 @@
 
 * add ERR_TOOMANYCHANNELS to attach/detach(1) target.
 ------------------------------------------------------------------------
-r215 | topia | 2004-02-21 23:34:51 +0900 (Sat, 21 Feb 2004) | 1 line
+r215 | topia | 2004-02-21 23:34:29 +0900 (Sat, 21 Feb 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -5034,31 +5111,31 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r212 | topia | 2004-02-19 21:55:04 +0900 (Thu, 19 Feb 2004) | 1 line
+r212 | topia | 2004-02-19 21:54:42 +0900 (Thu, 19 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
 * implement fixed-channels feature.
 ------------------------------------------------------------------------
-r211 | topia | 2004-02-19 21:54:20 +0900 (Thu, 19 Feb 2004) | 1 line
+r211 | topia | 2004-02-19 21:53:58 +0900 (Thu, 19 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * change nick change(on server) message.
 ------------------------------------------------------------------------
-r208 | topia | 2004-02-15 19:28:33 +0900 (Sun, 15 Feb 2004) | 1 line
+r208 | topia | 2004-02-15 19:28:11 +0900 (Sun, 15 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Recent.pm
 
 * add client option 'no-recent-logs'.
 ------------------------------------------------------------------------
-r207 | topia | 2004-02-15 09:39:32 +0900 (Sun, 15 Feb 2004) | 1 line
+r207 | topia | 2004-02-15 09:39:10 +0900 (Sun, 15 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Eval.pm
 
 * use sysmsg-prefix.
 ------------------------------------------------------------------------
-r206 | topia | 2004-02-15 09:22:06 +0900 (Sun, 15 Feb 2004) | 1 line
+r206 | topia | 2004-02-15 09:21:44 +0900 (Sun, 15 Feb 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -5067,7 +5144,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r201 | topia | 2004-02-15 07:27:53 +0900 (Sun, 15 Feb 2004) | 4 lines
+r201 | topia | 2004-02-15 07:27:31 +0900 (Sun, 15 Feb 2004) | 4 lines
 Changed paths:
    M /trunk/module/Client/Cache.pm
 
@@ -5076,20 +5153,20 @@
 * change 'RunLoop->shared_loop->notify_warn() if ::debug_mode;'
     to '::debug_printmsg();'.
 ------------------------------------------------------------------------
-r200 | topia | 2004-02-15 07:09:27 +0900 (Sun, 15 Feb 2004) | 1 line
+r200 | topia | 2004-02-15 07:09:05 +0900 (Sun, 15 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Cache.pm
 
 * protect from parallel who/mode call.
 ------------------------------------------------------------------------
-r199 | topia | 2004-02-15 04:32:33 +0900 (Sun, 15 Feb 2004) | 1 line
+r199 | topia | 2004-02-15 04:32:11 +0900 (Sun, 15 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Cache.pm
    M /trunk/module/Client/Eval.pm
 
 * remove svn:eol-style.
 ------------------------------------------------------------------------
-r198 | topia | 2004-02-15 01:42:19 +0900 (Sun, 15 Feb 2004) | 1 line
+r198 | topia | 2004-02-15 01:41:57 +0900 (Sun, 15 Feb 2004) | 1 line
 Changed paths:
    D /trunk/COPYING
    A /trunk/LICENSE (from /vendor/20040215-014107/LICENSE:197)
@@ -5098,14 +5175,14 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r197 | topia | 2004-02-15 01:41:56 +0900 (Sun, 15 Feb 2004) | 2 lines
+r197 | topia | 2004-02-15 01:41:34 +0900 (Sun, 15 Feb 2004) | 2 lines
 Changed paths:
    A /vendor/20040215-014107 (from /vendor/current:196)
 
 Tag vendor/current as vendor/20040215-014107.
 
 ------------------------------------------------------------------------
-r196 | topia | 2004-02-15 01:41:54 +0900 (Sun, 15 Feb 2004) | 2 lines
+r196 | topia | 2004-02-15 01:41:32 +0900 (Sun, 15 Feb 2004) | 2 lines
 Changed paths:
    D /vendor/current/COPYING
    A /vendor/current/LICENSE
@@ -5114,20 +5191,20 @@
 Load temp-20040215-014107.18766 into vendor/current.
 
 ------------------------------------------------------------------------
-r195 | topia | 2004-02-14 21:18:04 +0900 (Sat, 14 Feb 2004) | 1 line
+r195 | topia | 2004-02-14 21:17:42 +0900 (Sat, 14 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Cache.pm
    M /trunk/status/merged-tag
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r192 | topia | 2004-02-14 21:14:25 +0900 (Sat, 14 Feb 2004) | 1 line
+r192 | topia | 2004-02-14 21:14:03 +0900 (Sat, 14 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Cache.pm
 
 * fix to work Client::Cache on xchat.
 ------------------------------------------------------------------------
-r190 | topia | 2004-02-14 20:52:20 +0900 (Sat, 14 Feb 2004) | 1 line
+r190 | topia | 2004-02-14 20:51:58 +0900 (Sat, 14 Feb 2004) | 1 line
 Changed paths:
    A /trunk/AUTHORS (from /vendor/20040214-204918/AUTHORS:189)
    M /trunk/ChangeLog
@@ -5157,14 +5234,14 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r189 | topia | 2004-02-14 20:49:19 +0900 (Sat, 14 Feb 2004) | 2 lines
+r189 | topia | 2004-02-14 20:48:57 +0900 (Sat, 14 Feb 2004) | 2 lines
 Changed paths:
    A /vendor/20040214-204918 (from /vendor/current:188)
 
 Tag vendor/current as vendor/20040214-204918.
 
 ------------------------------------------------------------------------
-r188 | topia | 2004-02-14 20:49:15 +0900 (Sat, 14 Feb 2004) | 2 lines
+r188 | topia | 2004-02-14 20:48:53 +0900 (Sat, 14 Feb 2004) | 2 lines
 Changed paths:
    A /vendor/current/AUTHORS
    M /vendor/current/ChangeLog
@@ -5196,31 +5273,31 @@
 Load temp-20040214-204918.29036 into vendor/current.
 
 ------------------------------------------------------------------------
-r187 | topia | 2004-02-14 07:04:47 +0900 (Sat, 14 Feb 2004) | 1 line
+r187 | topia | 2004-02-14 07:04:25 +0900 (Sat, 14 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
 * NumericReply-ize.
 ------------------------------------------------------------------------
-r186 | topia | 2004-02-14 07:02:55 +0900 (Sat, 14 Feb 2004) | 1 line
+r186 | topia | 2004-02-14 07:02:33 +0900 (Sat, 14 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/NumericReply.pm
 
 * correct RPL_INFOSTART(375->373).
 ------------------------------------------------------------------------
-r185 | topia | 2004-02-14 06:47:07 +0900 (Sat, 14 Feb 2004) | 1 line
+r185 | topia | 2004-02-14 06:46:45 +0900 (Sat, 14 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Client/Cache.pm
 
 * TiarraDoc small fix.
 ------------------------------------------------------------------------
-r184 | topia | 2004-02-14 06:03:01 +0900 (Sat, 14 Feb 2004) | 1 line
+r184 | topia | 2004-02-14 06:02:39 +0900 (Sat, 14 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/ModuleManager.pm
 
 * (reload_modules_if_modified): temoprary disable module on reload.
 ------------------------------------------------------------------------
-r183 | topia | 2004-02-14 06:01:34 +0900 (Sat, 14 Feb 2004) | 3 lines
+r183 | topia | 2004-02-14 06:01:12 +0900 (Sat, 14 Feb 2004) | 3 lines
 Changed paths:
    M /trunk/module/Debug/RawLog.pm
 
@@ -5228,31 +5305,31 @@
 
 * config: invert default config value on enable-*.
 ------------------------------------------------------------------------
-r182 | topia | 2004-02-14 05:58:40 +0900 (Sat, 14 Feb 2004) | 1 line
+r182 | topia | 2004-02-14 05:58:18 +0900 (Sat, 14 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * (apply_filters): ignore undefined $mod.
 ------------------------------------------------------------------------
-r181 | topia | 2004-02-13 13:48:11 +0900 (Fri, 13 Feb 2004) | 1 line
+r181 | topia | 2004-02-13 13:47:49 +0900 (Fri, 13 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Recent.pm
 
 * fix errorness network_name handling.
 ------------------------------------------------------------------------
-r180 | topia | 2004-02-13 13:46:15 +0900 (Fri, 13 Feb 2004) | 1 line
+r180 | topia | 2004-02-13 13:45:53 +0900 (Fri, 13 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Auto/Calc.pm
 
 * add functions.
 ------------------------------------------------------------------------
-r179 | topia | 2004-02-13 13:45:34 +0900 (Fri, 13 Feb 2004) | 1 line
+r179 | topia | 2004-02-13 13:45:12 +0900 (Fri, 13 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Debug/RawLog.pm
 
 * add TiarraDoc.
 ------------------------------------------------------------------------
-r177 | topia | 2004-02-13 13:40:35 +0900 (Fri, 13 Feb 2004) | 3 lines
+r177 | topia | 2004-02-13 13:40:13 +0900 (Fri, 13 Feb 2004) | 3 lines
 Changed paths:
    A /trunk/module/Client/Cache.pm
 
@@ -5260,25 +5337,25 @@
   - MODE reply cache.
   - WHO reply cache.
 ------------------------------------------------------------------------
-r176 | topia | 2004-02-13 13:36:24 +0900 (Fri, 13 Feb 2004) | 1 line
+r176 | topia | 2004-02-13 13:36:02 +0900 (Fri, 13 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/IRCMessage.pm
 
 * fix typo (unvalid -> invalid).
 ------------------------------------------------------------------------
-r175 | topia | 2004-02-13 13:35:17 +0900 (Fri, 13 Feb 2004) | 1 line
+r175 | topia | 2004-02-13 13:34:55 +0900 (Fri, 13 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/ChannelInfo.pm
 
 * add ->mode_string.
 ------------------------------------------------------------------------
-r174 | topia | 2004-02-13 13:27:38 +0900 (Fri, 13 Feb 2004) | 1 line
+r174 | topia | 2004-02-13 13:27:16 +0900 (Fri, 13 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/System/Pong.pm
 
 * remove unnecessary prefix on pong.
 ------------------------------------------------------------------------
-r173 | topia | 2004-02-13 13:26:33 +0900 (Fri, 13 Feb 2004) | 3 lines
+r173 | topia | 2004-02-13 13:26:11 +0900 (Fri, 13 Feb 2004) | 3 lines
 Changed paths:
    M /trunk/module/Channel/Rejoin.pm
 
@@ -5286,7 +5363,7 @@
 
 * use ChannelInfo->mode_string.
 ------------------------------------------------------------------------
-r172 | topia | 2004-02-13 13:23:33 +0900 (Fri, 13 Feb 2004) | 9 lines
+r172 | topia | 2004-02-13 13:23:11 +0900 (Fri, 13 Feb 2004) | 9 lines
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
@@ -5300,25 +5377,25 @@
 
 * clear switches on _RPL_CHANNELMODEIS.
 ------------------------------------------------------------------------
-r171 | topia | 2004-02-13 13:16:27 +0900 (Fri, 13 Feb 2004) | 1 line
+r171 | topia | 2004-02-13 13:16:05 +0900 (Fri, 13 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/PersonInChannel.pm
 
 * add ->priv_symbol.
 ------------------------------------------------------------------------
-r170 | topia | 2004-02-13 13:15:19 +0900 (Fri, 13 Feb 2004) | 1 line
+r170 | topia | 2004-02-13 13:14:57 +0900 (Fri, 13 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/PersonalInfo.pm
 
 * add AWAY.
 ------------------------------------------------------------------------
-r169 | topia | 2004-02-13 13:13:52 +0900 (Fri, 13 Feb 2004) | 1 line
+r169 | topia | 2004-02-13 13:13:30 +0900 (Fri, 13 Feb 2004) | 1 line
 Changed paths:
    M /trunk/main/IRCMessage.pm
 
 * add ->clone(deep => 1).
 ------------------------------------------------------------------------
-r168 | topia | 2004-02-13 13:11:32 +0900 (Fri, 13 Feb 2004) | 3 lines
+r168 | topia | 2004-02-13 13:11:10 +0900 (Fri, 13 Feb 2004) | 3 lines
 Changed paths:
    M /trunk/main/NumericReply.pm
 
@@ -5326,13 +5403,13 @@
 
 * add fetch_{number,name}.
 ------------------------------------------------------------------------
-r167 | topia | 2004-02-13 13:03:31 +0900 (Fri, 13 Feb 2004) | 1 line
+r167 | topia | 2004-02-13 13:03:09 +0900 (Fri, 13 Feb 2004) | 1 line
 Changed paths:
    D /trunk/module/Client/DataCache.pm
 
 * temporary remove to fix wrong commit.
 ------------------------------------------------------------------------
-r166 | topia | 2004-02-13 12:55:57 +0900 (Fri, 13 Feb 2004) | 1 line
+r166 | topia | 2004-02-13 12:55:35 +0900 (Fri, 13 Feb 2004) | 1 line
 Changed paths:
    A /trunk/module/Client
    A /trunk/module/Client/DataCache.pm
@@ -5340,13 +5417,13 @@
 
 * add Client::Eval;
 ------------------------------------------------------------------------
-r165 | topia | 2004-02-12 13:22:38 +0900 (Thu, 12 Feb 2004) | 1 line
+r165 | topia | 2004-02-12 13:22:16 +0900 (Thu, 12 Feb 2004) | 1 line
 Changed paths:
    M /trunk/module/Debug/RawLog.pm
 
 * sync message_io_hook.
 ------------------------------------------------------------------------
-r164 | topia | 2004-02-09 22:10:05 +0900 (Mon, 09 Feb 2004) | 1 line
+r164 | topia | 2004-02-09 22:09:43 +0900 (Mon, 09 Feb 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/IrcIO/Client.pm
@@ -5359,13 +5436,13 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r161 | topia | 2004-01-28 00:58:46 +0900 (Wed, 28 Jan 2004) | 1 line
+r161 | topia | 2004-01-28 00:58:24 +0900 (Wed, 28 Jan 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * remove -t...
 ------------------------------------------------------------------------
-r160 | topia | 2004-01-28 00:42:16 +0900 (Wed, 28 Jan 2004) | 3 lines
+r160 | topia | 2004-01-28 00:41:54 +0900 (Wed, 28 Jan 2004) | 3 lines
 Changed paths:
    M /trunk/main/NumericReply.pm
 
@@ -5373,7 +5450,7 @@
 
 * little change to sync for hemp2.
 ------------------------------------------------------------------------
-r159 | topia | 2004-01-27 23:27:24 +0900 (Tue, 27 Jan 2004) | 1 line
+r159 | topia | 2004-01-27 23:27:02 +0900 (Tue, 27 Jan 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -5383,14 +5460,14 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r158 | topia | 2004-01-27 23:27:11 +0900 (Tue, 27 Jan 2004) | 2 lines
+r158 | topia | 2004-01-27 23:26:49 +0900 (Tue, 27 Jan 2004) | 2 lines
 Changed paths:
    A /vendor/20040127-232738 (from /vendor/current:157)
 
 Tag vendor/current as vendor/20040127-232738.
 
 ------------------------------------------------------------------------
-r157 | topia | 2004-01-27 23:27:09 +0900 (Tue, 27 Jan 2004) | 2 lines
+r157 | topia | 2004-01-27 23:26:47 +0900 (Tue, 27 Jan 2004) | 2 lines
 Changed paths:
    M /vendor/current/ChangeLog
    M /vendor/current/NEWS
@@ -5400,25 +5477,25 @@
 Load temp-20040127-232738.1066 into vendor/current.
 
 ------------------------------------------------------------------------
-r156 | topia | 2004-01-26 22:14:14 +0900 (Mon, 26 Jan 2004) | 1 line
+r156 | topia | 2004-01-26 22:13:52 +0900 (Mon, 26 Jan 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * enable taint warning.
 ------------------------------------------------------------------------
-r154 | topia | 2004-01-23 04:22:45 +0900 (Fri, 23 Jan 2004) | 1 line
+r154 | topia | 2004-01-23 04:22:23 +0900 (Fri, 23 Jan 2004) | 1 line
 Changed paths:
    M /trunk/module/Tools/LinedDB.pm
 
 * fix bug in file not found.
 ------------------------------------------------------------------------
-r152 | topia | 2004-01-23 04:20:52 +0900 (Fri, 23 Jan 2004) | 1 line
+r152 | topia | 2004-01-23 04:20:30 +0900 (Fri, 23 Jan 2004) | 1 line
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * whitespace fix.
 ------------------------------------------------------------------------
-r150 | topia | 2004-01-23 04:13:36 +0900 (Fri, 23 Jan 2004) | 1 line
+r150 | topia | 2004-01-23 04:13:14 +0900 (Fri, 23 Jan 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/status/merged-tag
@@ -5426,19 +5503,19 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r147 | topia | 2004-01-23 04:03:34 +0900 (Fri, 23 Jan 2004) | 1 line
+r147 | topia | 2004-01-23 04:03:12 +0900 (Fri, 23 Jan 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * fix on relative $0.
 ------------------------------------------------------------------------
-r146 | topia | 2004-01-23 03:28:42 +0900 (Fri, 23 Jan 2004) | 1 line
+r146 | topia | 2004-01-23 03:28:20 +0900 (Fri, 23 Jan 2004) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * add pwd and symlink resolved directory to @INC.
 ------------------------------------------------------------------------
-r145 | topia | 2004-01-23 02:50:20 +0900 (Fri, 23 Jan 2004) | 1 line
+r145 | topia | 2004-01-23 02:49:58 +0900 (Fri, 23 Jan 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -5447,14 +5524,14 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r142 | topia | 2004-01-23 02:39:08 +0900 (Fri, 23 Jan 2004) | 1 line
+r142 | topia | 2004-01-23 02:38:46 +0900 (Fri, 23 Jan 2004) | 1 line
 Changed paths:
    D /trunk/make-password
    M /trunk/tiarra
 
 * move make-password into tiarra --make-password.
 ------------------------------------------------------------------------
-r141 | topia | 2004-01-20 19:22:53 +0900 (Tue, 20 Jan 2004) | 1 line
+r141 | topia | 2004-01-20 19:22:31 +0900 (Tue, 20 Jan 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/Unicode/Japanese.pm
@@ -5462,7 +5539,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r137 | topia | 2004-01-15 11:46:23 +0900 (Thu, 15 Jan 2004) | 1 line
+r137 | topia | 2004-01-15 11:46:01 +0900 (Thu, 15 Jan 2004) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/IRCMessage.pm
@@ -5475,25 +5552,25 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r133 | topia | 2004-01-15 04:23:30 +0900 (Thu, 15 Jan 2004) | 1 line
+r133 | topia | 2004-01-15 04:23:08 +0900 (Thu, 15 Jan 2004) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * use general/sysmsg-prefix.
 ------------------------------------------------------------------------
-r131 | topia | 2004-01-14 15:05:23 +0900 (Wed, 14 Jan 2004) | 1 line
+r131 | topia | 2004-01-14 15:05:01 +0900 (Wed, 14 Jan 2004) | 1 line
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * use general/sysmsg-prefix.
 ------------------------------------------------------------------------
-r130 | topia | 2004-01-10 06:16:19 +0900 (Sat, 10 Jan 2004) | 1 line
+r130 | topia | 2004-01-10 06:15:57 +0900 (Sat, 10 Jan 2004) | 1 line
 Changed paths:
    M /trunk/module/System/Raw.pm
 
 * use general/sysmsg-prefix.
 ------------------------------------------------------------------------
-r129 | topia | 2004-01-10 06:08:47 +0900 (Sat, 10 Jan 2004) | 3 lines
+r129 | topia | 2004-01-10 06:08:25 +0900 (Sat, 10 Jan 2004) | 3 lines
 Changed paths:
    M /trunk/doc-src/conf-main.tdoc
    M /trunk/main/Configuration.pm
@@ -5507,81 +5584,81 @@
 
 * use general/sysmsg-prefix.
 ------------------------------------------------------------------------
-r128 | topia | 2004-01-10 06:06:18 +0900 (Sat, 10 Jan 2004) | 1 line
+r128 | topia | 2004-01-10 06:05:56 +0900 (Sat, 10 Jan 2004) | 1 line
 Changed paths:
    M /trunk/module/Log/Recent.pm
 
 * fix spell miss.
 ------------------------------------------------------------------------
-r127 | topia | 2004-01-10 05:47:19 +0900 (Sat, 10 Jan 2004) | 1 line
+r127 | topia | 2004-01-10 05:46:57 +0900 (Sat, 10 Jan 2004) | 1 line
 Changed paths:
    M /trunk/module/Auto/AliasDB.pm
    M /trunk/module/Log/Channel.pm
 
 * remove local RCS tag.
 ------------------------------------------------------------------------
-r126 | topia | 2004-01-10 04:53:55 +0900 (Sat, 10 Jan 2004) | 1 line
+r126 | topia | 2004-01-10 04:53:33 +0900 (Sat, 10 Jan 2004) | 1 line
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * add local_nick notify on whois my-localnick.
 ------------------------------------------------------------------------
-r125 | topia | 2003-12-29 13:07:39 +0900 (Mon, 29 Dec 2003) | 1 line
+r125 | topia | 2003-12-29 13:07:17 +0900 (Mon, 29 Dec 2003) | 1 line
 Changed paths:
    M /trunk/main/IRCMessage.pm
 
 * fix error in params not found.
 ------------------------------------------------------------------------
-r124 | topia | 2003-12-29 13:05:47 +0900 (Mon, 29 Dec 2003) | 1 line
+r124 | topia | 2003-12-29 13:05:25 +0900 (Mon, 29 Dec 2003) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * fix channel name in broken/revive network announce on single-server-mode.
 ------------------------------------------------------------------------
-r123 | topia | 2003-12-25 22:02:55 +0900 (Thu, 25 Dec 2003) | 1 line
+r123 | topia | 2003-12-25 22:02:33 +0900 (Thu, 25 Dec 2003) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
 * message changed.
 ------------------------------------------------------------------------
-r122 | topia | 2003-12-25 22:01:21 +0900 (Thu, 25 Dec 2003) | 1 line
+r122 | topia | 2003-12-25 22:00:59 +0900 (Thu, 25 Dec 2003) | 1 line
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * show nickname notify in all network on {whois,who} local_nick.
 ------------------------------------------------------------------------
-r121 | topia | 2003-12-25 21:59:51 +0900 (Thu, 25 Dec 2003) | 1 line
+r121 | topia | 2003-12-25 21:59:29 +0900 (Thu, 25 Dec 2003) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * use notify_error instead of print.
 ------------------------------------------------------------------------
-r120 | topia | 2003-12-25 21:32:11 +0900 (Thu, 25 Dec 2003) | 1 line
+r120 | topia | 2003-12-25 21:31:49 +0900 (Thu, 25 Dec 2003) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
 * show network status at client connecting.
 ------------------------------------------------------------------------
-r119 | topia | 2003-11-26 13:12:08 +0900 (Wed, 26 Nov 2003) | 1 line
+r119 | topia | 2003-11-26 13:11:46 +0900 (Wed, 26 Nov 2003) | 1 line
 Changed paths:
    D /trunk/main/IO
 
 * remove unnecessary IO::Socket::INET6.
 ------------------------------------------------------------------------
-r118 | topia | 2003-11-26 02:09:22 +0900 (Wed, 26 Nov 2003) | 1 line
+r118 | topia | 2003-11-26 02:09:00 +0900 (Wed, 26 Nov 2003) | 1 line
 Changed paths:
    M /trunk/module/Auto/Calc.pm
 
 * fix wrong untainting.
 ------------------------------------------------------------------------
-r117 | topia | 2003-11-21 05:07:50 +0900 (Fri, 21 Nov 2003) | 2 lines
+r117 | topia | 2003-11-21 05:07:28 +0900 (Fri, 21 Nov 2003) | 2 lines
 Changed paths:
    M /trunk/module/Channel/Join/Connect.pm
 
 * bugfix.
   now accept "channel: channel, channel, channel". thanks mio.
 ------------------------------------------------------------------------
-r116 | topia | 2003-11-17 10:28:27 +0900 (Mon, 17 Nov 2003) | 1 line
+r116 | topia | 2003-11-17 10:28:05 +0900 (Mon, 17 Nov 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/status/merged-tag
@@ -5589,7 +5666,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r112 | topia | 2003-11-17 04:05:39 +0900 (Mon, 17 Nov 2003) | 1 line
+r112 | topia | 2003-11-17 04:05:17 +0900 (Mon, 17 Nov 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -5600,7 +5677,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r108 | topia | 2003-11-09 18:05:27 +0900 (Sun, 09 Nov 2003) | 1 line
+r108 | topia | 2003-11-09 18:05:05 +0900 (Sun, 09 Nov 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -5610,13 +5687,13 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r104 | topia | 2003-11-09 16:54:56 +0900 (Sun, 09 Nov 2003) | 1 line
+r104 | topia | 2003-11-09 16:54:34 +0900 (Sun, 09 Nov 2003) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * forth try to fix channel name handling on single-server-mode.
 ------------------------------------------------------------------------
-r102 | topia | 2003-11-09 16:36:55 +0900 (Sun, 09 Nov 2003) | 1 line
+r102 | topia | 2003-11-09 16:36:33 +0900 (Sun, 09 Nov 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/module/Defence/Command.pm
@@ -5627,7 +5704,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r99 | topia | 2003-11-08 18:41:21 +0900 (Sat, 08 Nov 2003) | 1 line
+r99 | topia | 2003-11-08 18:40:59 +0900 (Sat, 08 Nov 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/make-password
@@ -5635,7 +5712,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r96 | topia | 2003-11-08 15:13:52 +0900 (Sat, 08 Nov 2003) | 1 line
+r96 | topia | 2003-11-08 15:13:30 +0900 (Sat, 08 Nov 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -5645,25 +5722,25 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r92 | topia | 2003-11-08 05:55:32 +0900 (Sat, 08 Nov 2003) | 1 line
+r92 | topia | 2003-11-08 05:55:10 +0900 (Sat, 08 Nov 2003) | 1 line
 Changed paths:
    M /trunk/module/Log/Recent.pm
 
 * third try to fix channel name handling on single-server-mode.
 ------------------------------------------------------------------------
-r91 | topia | 2003-11-08 05:08:47 +0900 (Sat, 08 Nov 2003) | 1 line
+r91 | topia | 2003-11-08 05:08:25 +0900 (Sat, 08 Nov 2003) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * second try to fix channel name handling on single-server-mode.
 ------------------------------------------------------------------------
-r90 | topia | 2003-11-08 04:53:23 +0900 (Sat, 08 Nov 2003) | 1 line
+r90 | topia | 2003-11-08 04:53:01 +0900 (Sat, 08 Nov 2003) | 1 line
 Changed paths:
    M /trunk/main/RunLoop.pm
 
 * first try to fix channel name handling on single-server-mode.
 ------------------------------------------------------------------------
-r88 | topia | 2003-10-25 02:03:21 +0900 (Sat, 25 Oct 2003) | 1 line
+r88 | topia | 2003-10-25 02:02:59 +0900 (Sat, 25 Oct 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/Configuration/Block.pm
@@ -5676,7 +5753,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r83 | topia | 2003-10-19 21:32:35 +0900 (Sun, 19 Oct 2003) | 1 line
+r83 | topia | 2003-10-19 21:32:13 +0900 (Sun, 19 Oct 2003) | 1 line
 Changed paths:
    M /trunk/module/Channel/Freeze.pm
    M /trunk/module/Defence/Distinction.pm
@@ -5684,7 +5761,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r80 | topia | 2003-10-19 21:30:53 +0900 (Sun, 19 Oct 2003) | 1 line
+r80 | topia | 2003-10-19 21:30:31 +0900 (Sun, 19 Oct 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    A /trunk/HACKING (from /vendor/20031019-213114/HACKING:79)
@@ -5694,14 +5771,14 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r79 | topia | 2003-10-19 21:30:45 +0900 (Sun, 19 Oct 2003) | 2 lines
+r79 | topia | 2003-10-19 21:30:23 +0900 (Sun, 19 Oct 2003) | 2 lines
 Changed paths:
    A /vendor/20031019-213114 (from /vendor/current:78)
 
 Tag vendor/current as vendor/20031019-213114.
 
 ------------------------------------------------------------------------
-r78 | topia | 2003-10-19 21:30:42 +0900 (Sun, 19 Oct 2003) | 2 lines
+r78 | topia | 2003-10-19 21:30:20 +0900 (Sun, 19 Oct 2003) | 2 lines
 Changed paths:
    M /vendor/current/ChangeLog
    A /vendor/current/HACKING
@@ -5711,7 +5788,7 @@
 Load temp-20031019-213114.10716 into vendor/current.
 
 ------------------------------------------------------------------------
-r76 | topia | 2003-10-19 19:42:19 +0900 (Sun, 19 Oct 2003) | 1 line
+r76 | topia | 2003-10-19 19:41:57 +0900 (Sun, 19 Oct 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/IrcIO/Server.pm
@@ -5722,13 +5799,13 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r73 | topia | 2003-10-19 05:12:00 +0900 (Sun, 19 Oct 2003) | 1 line
+r73 | topia | 2003-10-19 05:11:38 +0900 (Sun, 19 Oct 2003) | 1 line
 Changed paths:
    M /trunk/module/Auto/Alias.pm
 
 * (message_arrived) fix wrong return value.
 ------------------------------------------------------------------------
-r72 | topia | 2003-10-16 01:25:43 +0900 (Thu, 16 Oct 2003) | 1 line
+r72 | topia | 2003-10-16 01:25:21 +0900 (Thu, 16 Oct 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -5742,14 +5819,14 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r70 | topia | 2003-10-16 01:24:37 +0900 (Thu, 16 Oct 2003) | 2 lines
+r70 | topia | 2003-10-16 01:24:15 +0900 (Thu, 16 Oct 2003) | 2 lines
 Changed paths:
    A /vendor/20031016-012443 (from /vendor/current:69)
 
 Tag vendor/current as vendor/20031016-012443.
 
 ------------------------------------------------------------------------
-r69 | topia | 2003-10-16 01:24:34 +0900 (Thu, 16 Oct 2003) | 2 lines
+r69 | topia | 2003-10-16 01:24:12 +0900 (Thu, 16 Oct 2003) | 2 lines
 Changed paths:
    M /vendor/current/ChangeLog
    M /vendor/current/NEWS
@@ -5763,7 +5840,7 @@
 Load temp-20031016-012443.16808 into vendor/current.
 
 ------------------------------------------------------------------------
-r68 | topia | 2003-10-14 13:49:17 +0900 (Tue, 14 Oct 2003) | 1 line
+r68 | topia | 2003-10-14 13:48:55 +0900 (Tue, 14 Oct 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -5774,7 +5851,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r63 | topia | 2003-10-14 13:20:46 +0900 (Tue, 14 Oct 2003) | 1 line
+r63 | topia | 2003-10-14 13:20:24 +0900 (Tue, 14 Oct 2003) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
    M /trunk/main/IrcIO/Server.pm
@@ -5782,19 +5859,19 @@
 
 * more nick handling on single-server-mode.
 ------------------------------------------------------------------------
-r62 | topia | 2003-10-14 12:46:30 +0900 (Tue, 14 Oct 2003) | 1 line
+r62 | topia | 2003-10-14 12:46:08 +0900 (Tue, 14 Oct 2003) | 1 line
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * add hijack of distribute_to_servers.
 ------------------------------------------------------------------------
-r61 | topia | 2003-10-14 11:46:50 +0900 (Tue, 14 Oct 2003) | 1 line
+r61 | topia | 2003-10-14 11:46:28 +0900 (Tue, 14 Oct 2003) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * bad call of Multicast::nick_p.
 ------------------------------------------------------------------------
-r58 | topia | 2003-10-14 10:34:19 +0900 (Tue, 14 Oct 2003) | 1 line
+r58 | topia | 2003-10-14 10:33:57 +0900 (Tue, 14 Oct 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/IRCMessage.pm
@@ -5804,7 +5881,7 @@
 
 * re-commit ok files.
 ------------------------------------------------------------------------
-r56 | topia | 2003-10-14 10:33:17 +0900 (Tue, 14 Oct 2003) | 1 line
+r56 | topia | 2003-10-14 10:32:55 +0900 (Tue, 14 Oct 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/IRCMessage.pm
@@ -5823,7 +5900,7 @@
 
 * revert bad commit.
 ------------------------------------------------------------------------
-r55 | topia | 2003-10-14 10:28:29 +0900 (Tue, 14 Oct 2003) | 1 line
+r55 | topia | 2003-10-14 10:28:07 +0900 (Tue, 14 Oct 2003) | 1 line
 Changed paths:
    M /trunk/Makefile
    M /trunk/doc/module/System.html
@@ -5834,13 +5911,13 @@
 
 * remove unused -w.
 ------------------------------------------------------------------------
-r53 | topia | 2003-10-14 10:25:40 +0900 (Tue, 14 Oct 2003) | 1 line
+r53 | topia | 2003-10-14 10:25:18 +0900 (Tue, 14 Oct 2003) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
 * fix mistaken on nick_p calling.
 ------------------------------------------------------------------------
-r51 | topia | 2003-10-12 21:09:37 +0900 (Sun, 12 Oct 2003) | 1 line
+r51 | topia | 2003-10-12 21:09:15 +0900 (Sun, 12 Oct 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/IRCMessage.pm
@@ -5850,7 +5927,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r46 | topia | 2003-09-28 23:13:21 +0900 (Sun, 28 Sep 2003) | 1 line
+r46 | topia | 2003-09-28 23:12:59 +0900 (Sun, 28 Sep 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -5863,7 +5940,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r43 | topia | 2003-09-26 21:14:55 +0900 (Fri, 26 Sep 2003) | 1 line
+r43 | topia | 2003-09-26 21:14:33 +0900 (Fri, 26 Sep 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/main/ChannelInfo.pm
@@ -5875,7 +5952,7 @@
 
 * merge from vendor repository.
 ------------------------------------------------------------------------
-r41 | topia | 2003-09-26 21:13:47 +0900 (Fri, 26 Sep 2003) | 5 lines
+r41 | topia | 2003-09-26 21:13:25 +0900 (Fri, 26 Sep 2003) | 5 lines
 Changed paths:
    M /trunk/main/IrcIO/Server.pm
 
@@ -5885,7 +5962,7 @@
 
 * whitespace fix.
 ------------------------------------------------------------------------
-r40 | topia | 2003-09-26 21:11:48 +0900 (Fri, 26 Sep 2003) | 3 lines
+r40 | topia | 2003-09-26 21:11:26 +0900 (Fri, 26 Sep 2003) | 3 lines
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
@@ -5893,13 +5970,13 @@
 
 * change $ch->topic undefined value.
 ------------------------------------------------------------------------
-r39 | topia | 2003-09-26 21:10:01 +0900 (Fri, 26 Sep 2003) | 1 line
+r39 | topia | 2003-09-26 21:09:39 +0900 (Fri, 26 Sep 2003) | 1 line
 Changed paths:
    M /trunk/main/Multicast.pm
 
 * whitespace fix.
 ------------------------------------------------------------------------
-r38 | topia | 2003-09-26 21:09:13 +0900 (Fri, 26 Sep 2003) | 3 lines
+r38 | topia | 2003-09-26 21:08:51 +0900 (Fri, 26 Sep 2003) | 3 lines
 Changed paths:
    M /trunk/main/ChannelInfo.pm
 
@@ -5907,13 +5984,13 @@
 
 * whitespace fix.
 ------------------------------------------------------------------------
-r37 | topia | 2003-09-26 21:08:27 +0900 (Fri, 26 Sep 2003) | 1 line
+r37 | topia | 2003-09-26 21:08:05 +0900 (Fri, 26 Sep 2003) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * provide more debug information on --debug.
 ------------------------------------------------------------------------
-r26 | topia | 2003-09-26 02:58:38 +0900 (Fri, 26 Sep 2003) | 1 line
+r26 | topia | 2003-09-26 02:58:16 +0900 (Fri, 26 Sep 2003) | 1 line
 Changed paths:
    M /trunk/ChangeLog
    M /trunk/NEWS
@@ -5927,31 +6004,31 @@
 
 * merge from main repository.
 ------------------------------------------------------------------------
-r16 | topia | 2003-09-25 02:56:15 +0900 (Thu, 25 Sep 2003) | 1 line
+r16 | topia | 2003-09-25 02:55:53 +0900 (Thu, 25 Sep 2003) | 1 line
 Changed paths:
    M /trunk/main/IrcIO/Client.pm
 
 * whitespace fixes.
 ------------------------------------------------------------------------
-r15 | topia | 2003-09-25 02:53:57 +0900 (Thu, 25 Sep 2003) | 1 line
+r15 | topia | 2003-09-25 02:53:35 +0900 (Thu, 25 Sep 2003) | 1 line
 Changed paths:
    M /trunk/module/Tools/GroupDB.pm
 
 * add Module::Use.
 ------------------------------------------------------------------------
-r14 | topia | 2003-09-25 02:53:03 +0900 (Thu, 25 Sep 2003) | 1 line
+r14 | topia | 2003-09-25 02:52:41 +0900 (Thu, 25 Sep 2003) | 1 line
 Changed paths:
    M /trunk/module/Tools/FileCache.pm
 
 * add destruct function.
 ------------------------------------------------------------------------
-r13 | topia | 2003-09-25 02:52:33 +0900 (Thu, 25 Sep 2003) | 1 line
+r13 | topia | 2003-09-25 02:52:11 +0900 (Thu, 25 Sep 2003) | 1 line
 Changed paths:
    M /trunk/module/Auto/Calc.pm
 
 * use "no strict;" instead of "no strict 'all';". this import flag is invalid.
 ------------------------------------------------------------------------
-r11 | topia | 2003-09-25 02:48:05 +0900 (Thu, 25 Sep 2003) | 7 lines
+r11 | topia | 2003-09-25 02:47:43 +0900 (Thu, 25 Sep 2003) | 7 lines
 Changed paths:
    M /trunk/main/ModuleManager.pm
 
@@ -5963,13 +6040,13 @@
 
 * remove function if it defined in this file only.
 ------------------------------------------------------------------------
-r10 | topia | 2003-09-25 02:44:52 +0900 (Thu, 25 Sep 2003) | 1 line
+r10 | topia | 2003-09-25 02:44:30 +0900 (Thu, 25 Sep 2003) | 1 line
 Changed paths:
    M /trunk/tiarra
 
 * implement debug option.
 ------------------------------------------------------------------------
-r6 | topia | 2003-09-24 01:48:33 +0900 (Wed, 24 Sep 2003) | 1 line
+r6 | topia | 2003-09-24 01:48:11 +0900 (Wed, 24 Sep 2003) | 1 line
 Changed paths:
    M /trunk/Makefile
    M /trunk/doc/module/System.html
@@ -6006,13 +6083,13 @@
 
 * sync my repository version.
 ------------------------------------------------------------------------
-r5 | topia | 2003-09-24 01:01:09 +0900 (Wed, 24 Sep 2003) | 1 line
+r5 | topia | 2003-09-24 01:00:47 +0900 (Wed, 24 Sep 2003) | 1 line
 Changed paths:
    A /trunk (from /vendor/current:4)
 
 * use latest vendor drop as trunk.
 ------------------------------------------------------------------------
-r3 | topia | 2003-09-24 00:56:30 +0900 (Wed, 24 Sep 2003) | 2 lines
+r3 | topia | 2003-09-24 00:56:08 +0900 (Wed, 24 Sep 2003) | 2 lines
 Changed paths:
    A /vendor/current/COPYING
    A /vendor/current/ChangeLog
