summaryrefslogtreecommitdiff
path: root/fml/lib/IO
AgeCommit message (Collapse)Author
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
2003-01-11fix commentsfukachan
2002-12-23bug fix: $fh->close() -> $fh->SUPER::close().fukachan
2002-12-22fix comments. cosmetics.fukachan
2002-12-22cometics. fix comments.fukachan
defined() check before $fh->close().
2002-09-22remove superfluous white spacesfukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-09-06simple add(KEY, ARRAY_REF) testtohtml-new-index-basefukachan
2002-08-26ensure rollback in calling get_value_*()fukachan
2002-08-21enhance add()fukachan
implement get_next_value() define get_value_as_str($key), get_value_as_array_ref($key)
2002-08-21enhance add() to add($address, [$argv])fukachan
2002-08-21more unique temp filenamefukachan
2002-08-19delete(KEY) not (REGEXP)fukachan
2002-08-19remove fml 4 specific ignore rules such as m=.. optionfukachan
2002-08-03white spacesfukachan
2002-07-25disabledfukachan
2002-07-25rename: IO::File::Atomic -> IO::Adapter::AtomicFilefukachan
2002-07-25bug fix so that getline() returns undef if not openedfukachan
2002-07-24implemente getline() of DBIfukachan
2002-07-24removed replace()fukachan
2002-07-24add missing open(), close()fukachan
2002-07-24clean upfukachan
remove AUTOLOAD()
2002-07-24clean up commentsfukachan
2002-07-23discard sql model based frameworkfukachan
2002-07-23reconstruct MySQL functionsfukachan
o get_next_key() works now. o disable some functions once.
2002-07-22accept READ_ONLY($map)fukachan
prohibit add/delete/replace call for read only maps.
2002-06-21close write handle and read handle after the write one.fukachan
2002-06-01nuke white spaces \s*$fukachan
2002-06-01FNF-ifyfukachan
2002-06-01fix @argv checkfukachan