| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2002-07-02 | fix comments | fukachan | |
| remove rewrite_config_if_needed() bug $ml_name handling | |||
| 2002-06-27 | major overhaul: delayed loading of *.cf files. The loading is done | fukachan | |
| within prepare() method now to handle virtual domains properly. | |||
| 2002-05-25 | at the first stage of makefml, care $config and rewrite it, if needed, | fukachan | |
| when we handle virtual domain. implement $curproc->rewrite_config_if_needed() for it. | |||
| 2002-04-20 | log raw error message | fukachan | |
| 2002-04-10 | fix comments | fukachan | |
| 2002-02-17 | bug fix definitions on hooks | fukachan | |
| 2002-02-17 | implement several hooks | fukachan | |
| 2001-12-22 | update comments, documents | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-12-08 | fix error handling, define finish() to avoid loading error | fukachan | |
| 2001-11-27 | nuke "#!/usr/local/bin/perl -w" in the head | fukachan | |
| 2001-11-25 | fmlconf and makefml are separete now | fukachan | |
| 2001-11-25 | verify_request() checks @ARGV and show help() if needed | fukachan | |
| 2001-11-25 | implement help() method | fukachan | |
| 2001-11-04 | my $myname = $curproc->myname(); | fukachan | |
| my $argv = $curproc->command_line_argv(); | |||
| 2001-10-14 | sync style w/ Process::Command | fukachan | |
| 2001-10-14 | $optargs -> $command_args | fukachan | |
| 2001-08-26 | pass {command_mode = admin} to FML::Command | fukachan | |
| 2001-07-15 | add more description on _fmlconf() and _makefml() | fukachan | |
| 2001-05-31 | clean up documents | fukachan | |
| 2001-05-29 | clean up documents | fukachan | |
| 2001-03-25 | move fmldoc to Process::DocView | fukachan | |
| 2001-03-25 | define and use _fmldoc() for fmldoc program | 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-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 | |
