| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-02-16 | check the existence in load_file() | fukachan | |
| nuke ^\s* and \s*$ in array expantion. yes() and no() compares the value case insensitively bug fixed to work both FIRSTKEY() and NEXTKEY(). add debug code. | |||
| 2003-02-09 | cosmetics (white spaces) | fukachan | |
| 2003-02-01 | FNF | fukachan | |
| bug fix wrong argument for chomp(). | |||
| 2003-02-01 | FNF: not use $_ | fukachan | |
| 2003-01-28 | expand ${variable} | fukachan | |
| 2003-01-11 | fix comments. | fukachan | |
| 2002-12-24 | clean up: nuke \s*$ | fukachan | |
| 2002-12-22 | fix comments. | fukachan | |
| add todo(s) as comments. //o | |||
| 2002-12-18 | fix comments | fukachan | |
| 2002-09-24 | fml 5 -> 8 | fukachan | |
| 2002-09-22 | add section on FNF | fukachan | |
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-08-07 | FNF-ify | fukachan | |
| 2002-08-03 | white spaces | fukachan | |
| 2002-07-25 | rename: IO::File::Atomic -> IO::Adapter::AtomicFile | fukachan | |
| 2002-07-23 | bug fix {+,-}= operation in the second level. | fukachan | |
| 2002-07-23 | .ini sytle extension. for example | fukachan | |
| [mysql:id] key = value So, we have the 2nd level hash value such as $config->{ key1 }->{ key2 } = $value and read/write it. | |||
| 2002-07-22 | expand READ_ONLY($array) -> an array of READ_ONLY($array[$i]) | fukachan | |
| 2002-07-14 | nuke debug: ... if $0 =~ /loader/ | fukachan | |
| 2002-07-02 | FNF-ify | fukachan | |
| more defined() checks remove regist(), which is not used chop -> chomp | |||
| 2002-06-30 | clean up: nuke \s*$ | fukachan | |
| 2002-06-24 | more defined() checks and sanity check if could | fukachan | |
| 2002-06-22 | defined() check more | fukachan | |
| 2002-04-11 | has_attribute() should look up %_fml_config_result | fukachan | |
| 2002-03-06 | implement get_as_array_ref() | fukachan | |
| 2002-03-05 | check $hook is defined or not. | fukachan | |
| 2002-02-24 | set(key, value) and update() informs FML::Config to expand variables. | fukachan | |
| 2002-02-17 | fix return value by FETCH() to be without \s*$ | fukachan | |
| 2002-02-17 | fix variable name creation (cvs broke it ?) | fukachan | |
| 2002-02-17 | remove \s*$ | fukachan | |
| 2002-02-17 | implement hook extension. For example, | fukachan | |
| $config->is_hook_defined( 'START_HOOK' ); $config->get_hook( 'START_HOOK' ); | |||
| 2002-02-01 | remove $ENV{debug} based toggle flagsubdir-base | fukachan | |
| 2002-01-30 | fix copyright | fukachan | |
| 2002-01-13 | remove \s*$ | fukachan | |
| 2001-12-24 | update documents, comments | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-10-27 | new section "Data IN/OUT among modules" but ... ??? | fukachan | |
| 2001-10-13 | avoid infinite loop | fukachan | |
| 2001-10-13 | expand_variable_in_buffer can take optional $args | fukachan | |
| 2001-10-12 | expand_variable_in_buffer: expand $varname to $config->{ varname } | fukachan | |
| 2001-10-10 | check defined() more | fukachan | |
| 2001-10-10 | more debug info | fukachan | |
| 2001-09-22 | if ($ENV{'debug'}) { ... debug ...;} | fukachan | |
| buf fix $mode scope | |||
| 2001-09-13 | define FIRSTKEY and NEXTKEY for complete hash emulation | fukachan | |
| 2001-08-23 | fml special hack to read/write configuration: | fukachan | |
| If key = "value1 value2 value3" and key -= value2 is given (mode = '-'), key becomes "value1 value3". If "key += value4, key becomes "value1 value2 value3 value4". | |||
| 2001-08-05 | template of config.cf modification | fukachan | |
| 2001-07-15 | define object_id to identify each object since FML::Config is | fukachan | |
| implemented as a link to global hash. back up config.cf | |||
| 2001-07-15 | add comment on _pid | fukachan | |
| 2001-07-15 | use _pid (s/pid/_pid/) in configuration | fukachan | |
| 2001-07-15 | enabled read and write back configuration file | fukachan | |
