| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2006-04-05 | trylock() (lock( { wait => TIME }) implemented | fukachan | |
| 2006-01-09 | white space cosmetics. | fukachan | |
| fix copyright. | |||
| 2005-05-27 | fix comments (FNF) | fukachan | |
| 2004-08-14 | back up sequence file before operation. | fukachan | |
| rollback file itself in emergency if could. | |||
| 2004-07-23 | white space cosmetics | fukachan | |
| 2004-07-11 | fix comments. | fukachan | |
| explicitly use "return". modify error messages. ensure initialized value. | |||
| 2004-06-27 | bug fix delete(): | fukachan | |
| o not apply quotemeta() for key. o autoflush(1) o check the number of matching, return error if no any matched line. | |||
| 2004-05-25 | more strict write error tracking. | fukachan | |
| sequence_increment verifies if the value is writtern. | |||
| 2004-04-11 | implement methods suitable for sequence file operation. | fukachan | |
| + sequence_increment() + sequence_replace() | |||
| 2004-04-10 | import lock mechanism from File::SimpleLock class. Now IO::Adapter | fukachan | |
| provides lock() and unlock() metohds though file map only is supported. FML::Process::Kernel is switched to IO::Adapter based lock. | |||
| 2004-03-17 | modify touch() to use FileHandle not IO::File | fukachan | |
| 2004-02-03 | fix meta escape needed in finding key. | fukachan | |
| 2004-01-24 | overhaul from FNF point view. | fukachan | |
| o fix comments. o fix loop label name. o more correct initialization if could. o use //o; | |||
| 2003-11-27 | bug fix get_key_values_as_array_ref() | fukachan | |
| 2003-11-26 | implement get_key_values_as_array_ref() to return key and all values | fukachan | |
| as ARRAY_REF. | |||
| 2003-08-24 | remove debug: print STDERR .. | fukachan | |
| 2003-08-23 | fix comments: =head2 function(...) form | fukachan | |
| 2003-05-26 | remove not used method: | fukachan | |
| - get_value_as_str() - get_value_as_array_ref() | |||
| 2003-02-01 | FNF: not use $_ | fukachan | |
| 2003-01-11 | fix comments | fukachan | |
| 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-19 | delete(KEY) not (REGEXP) | fukachan | |
| 2002-08-19 | remove fml 4 specific ignore rules such as m=.. option | 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 | removed replace() | fukachan | |
| 2002-07-24 | clean up comments | fukachan | |
| 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 | defined() overhaul | 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. | |||
| 2001-12-24 | remove \s*$ | fukachan | |
| 2001-12-24 | update documents, comments | fukachan | |
| 2001-12-22 | remove \s*$ | fukachan | |
| 2001-08-26 | add touch() method only for file type. It creates a file if the file | fukachan | |
| not exists. | |||
| 2001-05-30 | clean up documents | fukachan | |
| 2001-05-04 | rename class from IO::MapAdapter to IO::Adapter. | fukachan | |
| 2001-04-08 | relocate error() et. al. definitions for each module to have each | fukachan | |
| handlers within under the hierarchy. | |||
| 2001-03-20 | s/error_reset/error_clear/ | fukachan | |
| 2001-03-20 | rewritten to ErrorMessages::Status module for unification of error | fukachan | |
| buffer handling. | |||
| 2001-03-11 | rewrite close($fh) to $fh->close(). | fukachan | |
| resolve ambiguous close() call. | |||
| 2001-03-11 | replace() method and the checker | fukachan | |
| 2001-03-11 | implement delete(regexp) | fukachan | |
| delete lines which matches $regexp from the specified map | |||
| 2001-03-11 | more polite error message | fukachan | |
| 2001-03-11 | prepare _read_open() and _rw_open() for each purpose | fukachan | |
| implemenet add() method using IO::File::Atomic module | |||
