summaryrefslogtreecommitdiff
path: root/fml/lib/Tie
AgeCommit message (Collapse)Author
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
2001-02-24use @module.txt as a text version file name for module.pm,fukachan
which is generated by pod2text
2001-02-24regen documents by new dir2url.plfukachan
2001-02-24prepare Makefile in each directoryfukachan
regen index.ja.html's under here
2001-02-20rename LogFileDB to JournaledFilefukachan
2001-02-19clean up documentsfukachan
2001-02-19align the format in HISTORY sectionfukachan
2001-02-03clean up documentmultipart-handling-0-0fukachan
2001-01-26define FIRSTKEY() NEXTKEY()fukachan
2001-01-26rename IO:: to Tie::fukachan
2001-01-26Initial revisionfukachan