summaryrefslogtreecommitdiff
path: root/fml/lib/Tie/JournaledDir.pm
AgeCommit message (Collapse)Author
2006-01-09white space cosmetics.fukachan
fix copyright.
2005-05-27fix comments, error messages.fukachan
2004-07-23white space cosmeticsfukachan
2004-06-30overhaul: fix comments and messages. validate initial value.fukachan
2004-02-26new() expires too old cache files.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;
2003-08-23fix comments: =head2 function(...) formfukachan
2003-07-21clean up.fukachan
change the match conditoin parameter name to "match_condition". You should specify "first" or "last" as match_condition in Tie::JournaledFile::new() method. Tie::JournaledFile: change default match condition to "last match".
2003-01-11fix copyrightfukachan
2003-01-11fix commentsfukachan
2002-12-22fix comments.fukachan
clean up variable names. inform error by croak() more.
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-08-07bug fix the default day type handlingfukachan
2002-08-07FNF-ifyfukachan
2002-08-03white spacesfukachan
2002-08-03implement get_all_values_as_hash_ref()fukachan
2002-08-03bug fix keys() and each(), modified to use hash on memory.fukachan
implement EXISTS(), DELETE(), CLEAR()
2002-02-02fix copyrightfukachan
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2001-12-26update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-11-27FML::Date -> Mail::Message::Datefukachan
2001-10-18change default unit to "day" not number (unix time).fukachan
2001-08-22update documentationfukachan
2001-08-21ensure to delete $self->{ '_key_files_obj' };fukachan
check the return value by $self->__in_valid_search() as 1/0 not defined() or not
2001-08-21add Tie::JournaledDir which wraps Tie::JournaledFile and uses somefukachan
directory as cache area. add/update test tools for Tie::Journaled{File,Dir} modules. clean up Tie::JournaledFile o remove header in the cache file o $self->{ 'key' } o $debug is on if $ENV{'debug'} is defined. o more carefull check of whether the value is defined or not. o quotemeta() for pre search key in find() o rename grep() to find()