summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Config.pm
AgeCommit message (Expand)Author
2002-08-07FNF-ifyfukachan
2002-08-03white spacesfukachan
2002-07-25rename: IO::File::Atomic -> IO::Adapter::AtomicFilefukachan
2002-07-23bug fix {+,-}= operation in the second level.fukachan
2002-07-23.ini sytle extension. for examplefukachan
2002-07-22expand READ_ONLY($array) -> an array of READ_ONLY($array[$i])fukachan
2002-07-14nuke debug: ... if $0 =~ /loader/fukachan
2002-07-02FNF-ifyfukachan
2002-06-30clean up: nuke \s*$fukachan
2002-06-24more defined() checks and sanity check if couldfukachan
2002-06-22defined() check morefukachan
2002-04-11has_attribute() should look up %_fml_config_resultfukachan
2002-03-06implement get_as_array_ref()fukachan
2002-03-05check $hook is defined or not.fukachan
2002-02-24set(key, value) and update() informs FML::Config to expand variables.fukachan
2002-02-17fix return value by FETCH() to be without \s*$fukachan
2002-02-17fix variable name creation (cvs broke it ?)fukachan
2002-02-17remove \s*$fukachan
2002-02-17implement hook extension. For example,fukachan
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2002-01-30fix copyrightfukachan
2002-01-13remove \s*$fukachan
2001-12-24update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-10-27new section "Data IN/OUT among modules" but ... ???fukachan
2001-10-13avoid infinite loopfukachan
2001-10-13expand_variable_in_buffer can take optional $argsfukachan
2001-10-12expand_variable_in_buffer: expand $varname to $config->{ varname }fukachan
2001-10-10check defined() morefukachan
2001-10-10more debug infofukachan
2001-09-22if ($ENV{'debug'}) { ... debug ...;}fukachan
2001-09-13define FIRSTKEY and NEXTKEY for complete hash emulationfukachan
2001-08-23fml special hack to read/write configuration:fukachan
2001-08-05template of config.cf modificationfukachan
2001-07-15define object_id to identify each object since FML::Config isfukachan
2001-07-15add comment on _pidfukachan
2001-07-15use _pid (s/pid/_pid/) in configurationfukachan
2001-07-15enabled read and write back configuration filefukachan
2001-07-15prepare "makefml edit $ml_name" command which provides methods tofukachan
2001-07-14define _read_file() split from load_file() for further extensionfukachan
2001-05-27clean up documentationfukachan
2001-05-18fix typofukachan
2001-05-05evaluate variable expansion on demand when $config->{} (FETCH()) isfukachan
2001-04-08relocate error() et. al. definitions for each module to have eachfukachan
2001-03-20s/error_reset/error_clear/fukachan
2001-03-20rewritten to ErrorMessages::Status module for unification of errorfukachan
2001-02-27define $available_commandsfukachan
2001-02-25clean up docfukachan
2001-02-25clean up docfukachan
2001-02-24resolve perl -cw warningfukachan