| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2003-05-26 | remove not used method: | fukachan | |
| - get_value_as_str() - get_value_as_array_ref() | |||
| 2003-02-11 | FNF: add comment | fukachan | |
| 2003-02-11 | fix copyright | fukachan | |
| 2003-02-01 | remove get_next_value() method. | fukachan | |
| add todo for get_value_as_* if needed. update document. | |||
| 2003-02-01 | FNF: not use $_ | fukachan | |
| 2003-02-01 | fix copyright | fukachan | |
| 2003-01-29 | FNF: not use $_ | fukachan | |
| 2003-01-11 | fix comments | fukachan | |
| 2002-12-23 | bug fix: $fh->close() -> $fh->SUPER::close(). | fukachan | |
| 2002-12-22 | fix comments. cosmetics. | fukachan | |
| 2002-12-22 | cometics. fix comments. | fukachan | |
| defined() check before $fh->close(). | |||
| 2002-09-22 | remove superfluous white spaces | fukachan | |
| 2002-09-22 | add section on FNF | fukachan | |
| 2002-09-11 | fml5 -> fml8 | fukachan | |
| 2002-08-26 | ensure rollback in calling get_value_*() | fukachan | |
| 2002-08-21 | enhance add() | fukachan | |
| implement get_next_value() define get_value_as_str($key), get_value_as_array_ref($key) | |||
| 2002-08-21 | more unique temp filename | fukachan | |
| 2002-08-19 | delete(KEY) not (REGEXP) | fukachan | |
| 2002-08-19 | remove fml 4 specific ignore rules such as m=.. option | fukachan | |
| 2002-08-03 | white spaces | fukachan | |
| 2002-07-25 | rename: IO::File::Atomic -> IO::Adapter::AtomicFile | fukachan | |
| 2002-07-25 | bug fix so that getline() returns undef if not opened | fukachan | |
| 2002-07-24 | implemente getline() of DBI | fukachan | |
| 2002-07-24 | removed replace() | fukachan | |
| 2002-07-24 | add missing open(), close() | fukachan | |
| 2002-07-24 | clean up comments | fukachan | |
| 2002-07-23 | discard sql model based framework | fukachan | |
| 2002-07-23 | reconstruct MySQL functions | fukachan | |
| o get_next_key() works now. o disable some functions once. | |||
| 2002-06-21 | close write handle and read handle after the write one. | fukachan | |
| 2002-06-01 | nuke white spaces \s*$ | fukachan | |
| 2002-06-01 | FNF-ify | fukachan | |
| 2002-06-01 | FNF | fukachan | |
| remove not-used argument declaration | |||
| 2002-06-01 | defined() overhaul | fukachan | |
| 2002-04-01 | cosmetics: white spaces | fukachan | |
| 2002-02-17 | remove \s*$ | fukachan | |
| 2002-02-02 | fix copyright | fukachan | |
| 2002-02-01 | remove $ENV{debug} based toggle flagsubdir-base | fukachan | |
| 2002-01-27 | clarify IO::Adapter definition and clean up get_XXX() functions. | fukachan | |
| remove get_member(), get_active() and get_recipient() define get_next_key() and get_next_value() and clarify thier definitions. | |||
| 2002-01-27 | fix copyright | fukachan | |
| 2002-01-27 | clarify IO::Adapter::find() usage. | fukachan | |
| find() returns "key value" by default and "key" if requested. add want option e.g. find(key, { want => $what } ). | |||
| 2001-12-24 | remove \s*$ | fukachan | |
| 2001-12-24 | update documents, comments | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-12-16 | nuke "require Exporter, which is not needed | fukachan | |
| 2001-10-27 | not used | fukachan | |
| 2001-10-27 | obsolete | fukachan | |
| 2001-09-17 | rename: $self->{ _driver } -> $self->{ _model_specific_driver } | fukachan | |
| dynamically load DBD:mysql move replace(), getline() and get_nextvalue() to DBI.pm since these functions are MI (Map Independent). implement setpos(), getpos() and eof() in MySQL.pm since these functions is dependent on map type (MD). RDBMS.pm is not used now, so removed. | |||
| 2001-09-17 | rename: fetch_and_cache_address_list -> fetch_all | fukachan | |
| implement md_find() | |||
| 2001-08-26 | add touch() method only for file type. It creates a file if the file | fukachan | |
| not exists. | |||
| 2001-08-05 | move main functions to IO::Adapter::SQL::toymodel | fukachan | |
| define fetch_and_cache_address_list() to fetch and cache the array of address list. The main part of get_next_value(). | |||
