summaryrefslogtreecommitdiff
path: root/fml/lib/Tie
AgeCommit message (Collapse)Author
2006-01-09white space cosmetics.fukachan
fix copyright.
2005-05-27fix comments, error messages.fukachan
more defined() checks.
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-10-15space cosmeticsfukachan
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-02-01FNF: not use $_fukachan
2003-01-11fix copyrightfukachan
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-07bug fix the default day type handlingfukachan
2002-08-07check the file existencefukachan
2002-08-07FNF-ifyfukachan
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 keys() and each(), modified to use hash on memory.fukachan
implement EXISTS(), DELETE(), CLEAR()
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-11-27FML::Date -> Mail::Message::Datefukachan
2001-10-27obsoletefukachan
2001-10-18change default unit to "day" not number (unix time).fukachan
2001-08-22update documentationfukachan
2001-08-21bug fix: hold return value separetelyfukachan
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-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-21removed due to obsolete rulefukachan
2001-06-17we use $FML$, add it and nuke $Id$ if it existsfukachan
2001-04-30clean up documents hierarchy.fukachan
remove {index,pointer}.ja.html in each directory which is obsolete. merge documents to under fml/doc/ja/ if apporoviate. move variable list to Documentation/ja/etc/
2001-03-13fix dependence, fix typofukachan
2001-03-07clean up English ;)fukachan
2001-03-04change table generatorfukachan
s/doc/manual/ add [Japanese memo] entry which is linked to $module_name.ja.txt if available
2001-02-24clean up documentsfukachan
2001-02-24prepare @@doc/ for text documentsfukachan