| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-03-20 | use FML::Log qw(Log LogWarn LogError);error-message-status | fukachan | |
| 2001-03-16 | fmldoc supports perldoc [-vtuml] | fukachan | |
| 2001-03-14 | FML::Command is a dispatcher table. It used AUTOLOAD() to forward the | fukachan | |
| request to each FML::Command::$command module. | |||
| 2001-03-14 | s/croak/warn/ | fukachan | |
| 2001-03-14 | change argument of FML::Command method call. now it accpepts | fukachan | |
| method($self, $curproc, $args) where $args is prepared at FML::Process::Configure(). move the main code to subscribe.pm and unsubscribe.pm and change add.pm and bye.pm as an adapter for them. | |||
| 2001-03-14 | makefml uses dynamic method binding | fukachan | |
| when "makefml $method $ml_name" is given, we call it as follows: use FML::Command::$method; $obj = new FML::Command::$method; $obj->$method($curproc); | |||
| 2001-03-11 | fix some space padding | fukachan | |
| 2001-03-11 | make makefml work | fukachan | |
| 2001-03-11 | declare not yet implemented | fukachan | |
| 2001-03-09 | nuke FML::Debug and Data::Dumper to avoid loading Data::Dumper | fukachan | |
| 2001-03-09 | clean up documents | fukachan | |
| 2001-03-03 | nuke debug | fukachan | |
| 2001-02-18 | fix how to work when $argv[0] is not specified | fukachan | |
| 2001-02-17 | move Bootstrap() latter part from libexec/loader to libexec/proces_switch. | fukachan | |
| "fmldoc" is a "perldoc" wrapper to show fml perl modules | |||
| 2001-02-17 | "fmldoc" preliminary definition | fukachan | |
| 2001-02-06 | fmlconf -n shows variables which differ from the default value. | fukachan | |
| fmlconf shows all variables | |||
| 2001-02-06 | real library for libexec/fmlconf | fukachan | |
