| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-03-18 | remove giant lock and use fine granuality locks now. | fukachan | |
| 2003-03-16 | add comment on lock channel | fukachan | |
| 2003-01-03 | define $debug. | fukachan | |
| more error messages. | |||
| 2002-12-24 | clean up: nuke \s*$ | fukachan | |
| 2002-12-22 | fix comments | fukachan | |
| 2002-09-22 | add section on FNF | fukachan | |
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-08-03 | white spaces | fukachan | |
| 2002-07-18 | fix typo | fukachan | |
| 2002-07-14 | use "$myname eq" not "$0 =~" | fukachan | |
| 2002-07-14 | copy message and send it to $maintainer too | fukachan | |
| use reply_message*() with $msg_args to copy the message if needed where $msg_args = { always_cc => $maintainer } or $msg_args = { recipient => $maintinaer } pertinently. | |||
| 2002-06-30 | clean up: nuke \s*$ | fukachan | |
| 2002-06-30 | fix comments. white spaces. FNF-ify. | fukachan | |
| 2002-04-07 | remove \s*$ | fukachan | |
| 2002-04-07 | clean up | fukachan | |
| 2002-03-23 | implement rewrite_prompt(). It is used to hide password et. al. | fukachan | |
| 2002-02-20 | log $@ if possible | fukachan | |
| 2002-02-19 | remove require_lock() | fukachan | |
| 2002-02-17 | change use() and new(). | fukachan | |
| not use ErrorStatus. check $command_args->{ override_need_no_lock } to control lock. | |||
| 2002-02-17 | remove \s*$ | fukachan | |
| 2002-02-13 | define access method need_lock(). | fukachan | |
| each command module determins whether it needs lock or not. | |||
| 2002-01-30 | fix copyright | fukachan | |
| 2002-01-20 | fixed to call up error to FML::Process::Command layer | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-11-27 | update comments with FNF-ify | fukachan | |
| 2001-11-08 | defined() check for $command_args | fukachan | |
| 2001-10-17 | FML/Command/ACL.pm -> FML/Command/Attribute.pm | fukachan | |
| modified FML::Command uses get_attribute() in FML::Command::Attribute | |||
| 2001-10-14 | $optargs -> $command_args | fukachan | |
| 2001-10-13 | remove error_nl() | fukachan | |
| 2001-10-10 | define error_nl(), but a dummy yet | fukachan | |
| 2001-10-08 | mode debug messages where loader runs | fukachan | |
| 2001-09-13 | new hier: makefml uses Command::Admin | fukachan | |
| 2001-07-15 | s/$args/$optargs/ since $args is ambigous. To clarify $args usage, | fukachan | |
| we use $args and $optargs. | |||
| 2001-05-27 | clean up documentation | fukachan | |
| 2001-03-24 | move lock/unlock to FML::Command class | fukachan | |
| 2001-03-20 | use FML::Log qw(Log LogWarn LogError);error-message-status | fukachan | |
| 2001-03-14 | FML::Command is a dispatcher table. It used AUTOLOAD() to forward the | fukachan | |
| request to each FML::Command::$command module. | |||
