| Age | Commit message (Expand) | Author |
| 2006-03-05 | changed to command_context object based. | fukachan |
| 2006-02-04 | use $curproc->{ml_name,ml_domain}() method. | fukachan |
| 2006-01-09 | white space cosmetics. | fukachan |
| 2005-08-10 | config_files_XXX() -> config_cf_files_XXX() to clarify the meaning. | fukachan |
| 2005-06-04 | method naming fixed to $curproc->OBJ_METHOD() form (FNF). | fukachan |
| 2005-05-26 | fix comments (FNF). | fukachan |
| 2004-12-05 | define logdebug() to disable log messages. | fukachan |
| 2004-07-11 | fix comments | fukachan |
| 2004-04-23 | remove "use FML::Log;". | fukachan |
| 2004-03-13 | fml --allow-send-message allows makefml/fml sends reply messages. | fukachan |
| 2004-01-31 | not use "$cf_list = $curproc->get_config_files_list();". | fukachan |
| 2004-01-24 | overhaul: clean up (FNF) | fukachan |
| 2004-01-02 | fix copyright | fukachan |
| 2004-01-02 | remove/rename $args | fukachan |
| 2004-01-02 | $curproc->resolve_ml_specific_variables( $args ); | fukachan |
| 2003-11-29 | define $use_computer_output. | fukachan |
| 2003-11-16 | fixed argument handling to support: | fukachan |
| 2003-09-13 | remove close_stderr_channel_if_quiet_option_specified(). | fukachan |
| 2003-08-29 | use $curproc->config(), pcb() not { config }, { pcb } respectively. | fukachan |
| 2003-08-23 | define $curproc->log, logwarn, logerror and log_message() methods. | fukachan |
| 2003-08-23 | fix comments: =head2 function() form | fukachan |
| 2003-08-23 | fix comments: =head2 function(...) form | fukachan |
| 2003-08-18 | support --quiet options for makefml and fml. | fukachan |
| 2003-02-09 | cosmetics (white spaces) | fukachan |
| 2003-01-11 | fix comments. | fukachan |
| 2003-01-07 | fix copyright | fukachan |
| 2003-01-05 | prepare "fml" command for convenience. | fukachan |
| 2002-12-18 | fix comments, more error messagse | fukachan |
| 2002-09-22 | add section on FNF | fukachan |
| 2002-09-11 | fml5 -> fml8 | fukachan |
| 2002-08-14 | apply fix_perl_include_path(); after load_config_files() runs to add | fukachan |
| 2002-07-02 | fix comments | fukachan |
| 2002-06-27 | major overhaul: delayed loading of *.cf files. The loading is done | fukachan |
| 2002-05-25 | at the first stage of makefml, care $config and rewrite it, if needed, | fukachan |
| 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 |
| 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 |