summaryrefslogtreecommitdiff
path: root/fml/lib/Tie/JournaledFile.pm
AgeCommit message (Collapse)Author
2005-05-27fix comments, error messages.fukachan
more defined() checks.
2004-06-30overhaul: fix comments and messages. validate initial value.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-10-15space cosmeticsfukachan
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-02-01FNF: not use $_fukachan
2003-01-11fix commentsfukachan
2003-01-07fix copyrightfukachan
2003-01-04FNF-ify (defined($fh))fukachan
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-07check the file existencefukachan
2002-08-03white spacesfukachan
2002-08-03implement get_all_values_as_hash_ref()fukachan
2002-08-03enhance find:fukachan
find(key, [mode]) where mode = scalar, array, array_ref
2002-08-03bug fix FIRSTKEY() and NEXTKEY(), modified to use hash on memoryfukachan
2002-06-30fix comments. white spaces. FNF-ify.fukachan
2002-06-01defined() overhaulfukachan
2002-02-02fix copyrightfukachan
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2001-12-26update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-08-21bug fix: hold return value separetelyfukachan
2001-08-21more debug infofukachan
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()
2001-08-05hash operation by last matchfukachan
2001-08-05check more defiend() or notfukachan
create cache file if not exists at the first time. add the comment on format and creatd time in it. implement store() operations using _store(), _puts() newly defined
2001-06-17we use $FML$, add it and nuke $Id$ if it existsfukachan
2001-03-07clean up English ;)fukachan
2001-02-24clean up documentsfukachan
2001-02-20rename LogFileDB to JournaledFilefukachan