summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Command.pm
AgeCommit message (Expand)Author
2003-06-29check the number of request in get commands.fukachan
2003-03-18remove giant lock and use fine granuality locks now.fukachan
2003-03-16add comment on lock channelfukachan
2003-01-03define $debug.fukachan
2002-12-24clean up: nuke \s*$fukachan
2002-12-22fix commentsfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-03white spacesfukachan
2002-07-18fix typofukachan
2002-07-14use "$myname eq" not "$0 =~"fukachan
2002-07-14copy message and send it to $maintainer toofukachan
2002-06-30clean up: nuke \s*$fukachan
2002-06-30fix comments. white spaces. FNF-ify.fukachan
2002-04-07remove \s*$fukachan
2002-04-07clean upfukachan
2002-03-23implement rewrite_prompt(). It is used to hide password et. al.fukachan
2002-02-20log $@ if possiblefukachan
2002-02-19remove require_lock()fukachan
2002-02-17change use() and new().fukachan
2002-02-17remove \s*$fukachan
2002-02-13define access method need_lock().fukachan
2002-01-30fix copyrightfukachan
2002-01-20fixed to call up error to FML::Process::Command layerfukachan
2001-12-22remove \s*$fukachan
2001-11-27update comments with FNF-ifyfukachan
2001-11-08defined() check for $command_argsfukachan
2001-10-17FML/Command/ACL.pm -> FML/Command/Attribute.pmfukachan
2001-10-14$optargs -> $command_argsfukachan
2001-10-13remove error_nl()fukachan
2001-10-10define error_nl(), but a dummy yetfukachan
2001-10-08mode debug messages where loader runsfukachan
2001-09-13new hier: makefml uses Command::Adminfukachan
2001-07-15s/$args/$optargs/ since $args is ambigous. To clarify $args usage,fukachan
2001-05-27clean up documentationfukachan
2001-03-24move lock/unlock to FML::Command classfukachan
2001-03-20use FML::Log qw(Log LogWarn LogError);error-message-statusfukachan
2001-03-14FML::Command is a dispatcher table. It used AUTOLOAD() to forward thefukachan