summaryrefslogtreecommitdiff
path: root/fml/lib
AgeCommit message (Collapse)Author
2004-01-21define $number_regexp , $address_regexp.fukachan
modified to use it.
2004-01-21clean up.fukachan
cosmetics. more todo.
2004-01-18fix comments.fukachan
change variable name: $mode -> $op in some cases. change argument order of __update_config().
2004-01-18fix comments.fukachan
use //o if could.
2004-01-18add comments.fukachan
FNF: clean up style.
2004-01-18fix/update comments.fukachan
fix loop label.
2004-01-18overhaul:fukachan
update comments. clean up. if (defined $db) { ...->open/close ... }
2004-01-18overhaul: more commentsfukachan
2004-01-18more comments.fukachan
2004-01-18overhaul: more comments.fukachan
2004-01-17fix copyrightfukachan
2004-01-14load_config_files() not need the argument.fukachan
load_config_files() do sanity checks for mta and cgi processes.
2004-01-14clean up.fukachan
show summary next 3 days above calender this month.
2004-01-14bug fix handling of $args within $curproc for further reference.fukachan
2004-01-04fix copyrightfukachan
2004-01-04update/fix commentsfukachan
2004-01-03fix comments (FNF)fukachan
2004-01-02fix/update comments.fukachan
2004-01-02more error checks.fukachan
fix comments.
2004-01-02more strict error checks.fukachan
fix comments.
2004-01-02fix lock algorithm.fukachan
clean up. fix comments.
2004-01-02fix copyrightfukachan
2004-01-02update commentsfukachan
2004-01-02update comments.fukachan
sort.
2004-01-02fix copyrightfukachan
2004-01-02remove/rename $argsfukachan
2004-01-02use of $args is ambiguous. change local variable names.fukachan
2004-01-02remove $args from _cgi_resolve_ml_specific_variables();fukachan
2004-01-02$curproc->resolve_ml_specific_variables( $args );fukachan
$curproc->load_config_files( $args->{ cf_list } ); => $curproc->resolve_ml_specific_variables(); my $cf_list = $curproc->get_config_files_list(); $curproc->load_config_files($cf_list); $curproc->parse_incoming_message($args); => $curproc->parse_incoming_message();
2004-01-02+set_config_files_list()fukachan
+append_to_config_files_list() +get_config_files_list()
2004-01-02variable name $args is ambiguous.fukachan
$args -> $pcb_args.
2004-01-01remove $args.fukachan
It is a top level parameter FML::Process::Switch provides. Almost functions should access the content via utility methods provided by FML::Process::Utils.
2004-01-01FNF: fix copyrightfukachan
2004-01-01update/fix comments.fukachan
use more proper local variable names.
2004-01-01clean up.fukachan
use more proper variable names. change _show_log() to take $curproc as argv.
2004-01-01fix comments.fukachan
use more proper local variable name.
2004-01-01update commentsfukachan
2004-01-01fix: cgi_var_cgi_mode() return null string by default.fukachan
2004-01-01fix messagefukachan
2003-12-31fix copyrightfukachan
2003-12-31update comments.fukachan
use $curproc->{ credential } reset address comparison level after main routine runs.
2003-12-31update comments/messages.fukachan
use $curproc->{ credential }
2003-12-31white space cosmeticsfukachan
2003-12-31update comments/messagesfukachan
2003-12-31update comments.fukachan
sort 'use ..' phrase.
2003-12-31update comments.fukachan
clean up. modify routine names to be more readable. remove not used variables. bug fix cgi_menu() initialization phase.
2003-12-31update comments.fukachan
clean up. use methods not direct editing of $self as could as possible. use $curproc->{ credential } reset address comparison level after main routine.
2003-12-31update commentsfukachan
2003-12-31update comments.fukachan
use $curproc->ml_*() methods if could. modify local variable names to be more readble.
2003-12-31update comments.fukachan
more readable method and variable names.