| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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. | |||
