index
:
fml8.git
feature/utf8-mime-header-handling
master
fml mailing list driver version 8
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fml
/
lib
/
FML
/
Process
/
DocViewer.pm
Age
Commit message (
Expand
)
Author
2012-12-30
catch up perl changes: not length(@array), use "scalar @array" to find
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
not use str.str
fukachan
2004-07-11
fix comments
fukachan
2004-04-23
remove "use FML::Log;".
fukachan
2004-01-31
not use "$cf_list = $curproc->get_config_files_list();".
fukachan
2004-01-02
fix/update comments.
fukachan
2004-01-02
fix copyright
fukachan
2004-01-02
$curproc->resolve_ml_specific_variables( $args );
fukachan
2003-12-24
remove the direct use of $args, use utility methods via $curproc
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-01-11
fix comments (FNF).
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
clean up/fix comments
fukachan
2002-06-27
major overhaul: delayed loading of *.cf files. The loading is done
fukachan
2002-04-07
remove AUTOLOAD()
fukachan
2002-03-17
nuke superflous \s*$
fukachan
2002-02-17
bug fix definitions on hooks
fukachan
2002-02-17
implement several hooks
fukachan
2001-12-22
remove \s*$
fukachan
2001-12-22
sort _fmldoc() location.
fukachan
2001-12-22
remove \s*$
fukachan
2001-12-08
add path for perl executatbles e.g. /usr/local/bin
fukachan
2001-11-27
nuke "#!/usr/local/bin/perl -w" in the head
fukachan
2001-11-25
fix, clean up help()
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-05-29
clean up documents
fukachan
2001-03-25
create FML::Process::DocView class for fmldoc program, whereas
fukachan