summaryrefslogtreecommitdiff
path: root/fml/lib/IO
AgeCommit message (Collapse)Author
2006-04-05trylock() testfukachan
2006-04-05trylock() (lock( { wait => TIME }) implementedfukachan
2006-04-03consider context switchfukachan
2006-01-24overhaul.fukachan
file name = ${map}_${action}
2006-01-09white space cosmetics.fukachan
fix copyright.
2005-12-11pass hints to IO::Adapter to return matched address.fukachan
2005-12-10update comments: add pcre, update status.fukachan
2005-12-08pcre: supportfukachan
2005-08-23fix copyrightfukachan
2005-08-23preliminary LDAP supportfukachan
2005-08-23PostgreSQL supportfukachan
2005-08-23change dsn to form "DBI:$driver:dbname=$database;host=$host".fukachan
always $dbh->commit(); enhanced to handle a list of dsn and to retry sql servers if needed. DBI->connect with { AutoCommit => 0 } option.
2005-08-23$sql_server -> $sql_servers.fukachan
enhanced to handle a list of dsn. fix comments.
2005-08-23IO::Adapter supports PostgreSQLfukachan
2005-08-17fix copyrightfukachan
2005-08-10$sql_QUERY -> $sql_query_QEURYfukachan
2005-05-27fix comments (FNF)fukachan
2005-05-26not use str.strfukachan
2004-08-14back up sequence file before operation.fukachan
rollback file itself in emergency if could.
2004-07-23white space cosmeticsfukachan
2004-07-11fix comments.fukachan
explicitly use "return". modify error messages. ensure initialized value.
2004-06-30overhaul: fix comments and messages. validate initial value.fukachan
2004-06-27bug 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-06-27close() allows 0 byte file e.g. in the case so that all content isfukachan
removed.
2004-05-25check temporary file is non-zero.fukachan
2004-05-25more strict write error tracking.fukachan
sequence_increment verifies if the value is writtern.
2004-04-27use $regexp as itself, not quotemeta()-ify.fukachan
2004-04-11implement methods suitable for sequence file operation.fukachan
+ sequence_increment() + sequence_replace()
2004-04-10import lock mechanism from File::SimpleLock class. Now IO::Adapterfukachan
provides lock() and unlock() metohds though file map only is supported. FML::Process::Kernel is switched to IO::Adapter based lock.
2004-03-17modify touch() to use FileHandle not IO::Filefukachan
2004-02-15white space cosmetics.fukachan
2004-02-03fix meta escape needed in finding key.fukachan
2004-01-24overhaul from FNF point view.fukachan
o fix comments. o fix loop label name. o more correct initialization if could. o use //o;
2004-01-24fix comments.fukachan
2004-01-02fix copyrightfukachan
2003-11-29FNFfukachan
2003-11-27bug fix get_key_values_as_array_ref()fukachan
2003-11-26implement get_key_values_as_array_ref() to return key and all valuesfukachan
as ARRAY_REF.
2003-08-24remove debug: print STDERR ..fukachan
2003-08-23fix copyrightfukachan
2003-08-23fix comments: =head2 function(...) formfukachan
2003-07-21disable use of get_value_as_array_ref()fukachan
2003-05-26remove not used method:fukachan
- get_value_as_str() - get_value_as_array_ref()
2003-02-11basic test of get_value_as_array_ref()fukachan
2003-02-11FNF: add commentfukachan
2003-02-11fix copyrightfukachan
2003-02-01remove get_next_value() method.fukachan
add todo for get_value_as_* if needed. update document.
2003-02-01FNF: not use $_fukachan
2003-02-01fix copyrightfukachan
2003-01-29FNF: not use $_fukachan