summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Configure.pm
AgeCommit message (Expand)Author
2006-03-05changed to command_context object based.fukachan
2006-02-04use $curproc->{ml_name,ml_domain}() method.fukachan
2006-01-09white space cosmetics.fukachan
2005-08-10config_files_XXX() -> config_cf_files_XXX() to clarify the meaning.fukachan
2005-06-04method naming fixed to $curproc->OBJ_METHOD() form (FNF).fukachan
2005-05-26fix comments (FNF).fukachan
2004-12-05define logdebug() to disable log messages.fukachan
2004-07-11fix commentsfukachan
2004-04-23remove "use FML::Log;".fukachan
2004-03-13fml --allow-send-message allows makefml/fml sends reply messages.fukachan
2004-01-31not use "$cf_list = $curproc->get_config_files_list();".fukachan
2004-01-24overhaul: clean up (FNF)fukachan
2004-01-02fix copyrightfukachan
2004-01-02remove/rename $argsfukachan
2004-01-02$curproc->resolve_ml_specific_variables( $args );fukachan
2003-11-29define $use_computer_output.fukachan
2003-11-16fixed argument handling to support:fukachan
2003-09-13remove close_stderr_channel_if_quiet_option_specified().fukachan
2003-08-29use $curproc->config(), pcb() not { config }, { pcb } respectively.fukachan
2003-08-23define $curproc->log, logwarn, logerror and log_message() methods.fukachan
2003-08-23fix comments: =head2 function() formfukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-08-18support --quiet options for makefml and fml.fukachan
2003-02-09cosmetics (white spaces)fukachan
2003-01-11fix comments.fukachan
2003-01-07fix copyrightfukachan
2003-01-05prepare "fml" command for convenience.fukachan
2002-12-18fix comments, more error messagsefukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-14apply fix_perl_include_path(); after load_config_files() runs to addfukachan
2002-07-02fix commentsfukachan
2002-06-27major overhaul: delayed loading of *.cf files. The loading is donefukachan
2002-05-25at the first stage of makefml, care $config and rewrite it, if needed,fukachan
2002-04-20log raw error messagefukachan
2002-04-10fix commentsfukachan
2002-02-17bug fix definitions on hooksfukachan
2002-02-17implement several hooksfukachan
2001-12-22update comments, documentsfukachan
2001-12-22remove \s*$fukachan
2001-12-08fix error handling, define finish() to avoid loading errorfukachan
2001-11-27nuke "#!/usr/local/bin/perl -w" in the headfukachan
2001-11-25fmlconf and makefml are separete nowfukachan
2001-11-25verify_request() checks @ARGV and show help() if neededfukachan
2001-11-25implement help() methodfukachan
2001-11-04my $myname = $curproc->myname();fukachan
2001-10-14sync style w/ Process::Commandfukachan
2001-10-14$optargs -> $command_argsfukachan
2001-08-26pass {command_mode = admin} to FML::Commandfukachan
2001-07-15add more description on _fmlconf() and _makefml()fukachan