summaryrefslogtreecommitdiff
path: root/fml/lib/IO
AgeCommit message (Collapse)Author
2001-03-19clean up documentfukachan
2001-03-19change $map_params structurefukachan
2001-03-18IO::Adapter::DBI -< IO::Adapter::MySQLfukachan
SQL::Schema::toymodel holds model specific functions and nuke $args->{query} parameters.
2001-03-18clean up variable namesfukachan
re-order function() locations
2001-03-18fix close() bugfukachan
define add( $addr ) and delete( $addr ) method
2001-03-18mysql map can work.fukachan
IO::MapAdapter->new() accpets two parameters, $map and the parameters $map_params. my $obj = new IO::MapAdapter ('mysql:toymodel', $map_params); where $map_params = { config => {}, query => {} };
2001-03-18nuke defined() to avoid perl warningfukachan
2001-03-18fix dependences for lost IO::Adapter::MySQLfukachan
2001-03-18remove document et. al.fukachan
2001-03-18modify MySQL adapter interfacefukachan
move model specific part to SQL::Schema class remove IO::Adapter::MySQL class
2001-03-16clean upfukachan
import args of new()
2001-03-15fix document generation for IO::Adapter::MySQLfukachan
2001-03-15implemente primitive getline() call to MySQL and the cheker of it.fukachan
fix the name to toymode.pm not .pl TODO is things not yet imported from fml 4.0.
2001-03-14nuke .pm in NAMEfukachan
2001-03-13fix dependence, fix typofukachan
2001-03-13prototype of mysqlfukachan
2001-03-13Initial revisionfukachan
2001-03-11rewrite close($fh) to $fh->close().fukachan
resolve ambiguous close() call.
2001-03-11replace() method and the checkerfukachan
2001-03-11update documents on add() and delete()fukachan
2001-03-11implement delete(regexp)fukachan
delete lines which matches $regexp from the specified map
2001-03-11fix @ISA handlingfukachan
fix typo
2001-03-11more polite error messagefukachan
2001-03-11check unix.group fail or notfukachan
2001-03-11implement add() methodfukachan
2001-03-11add method checkerfukachan
2001-03-11check flag since this is read onlyfukachan
2001-03-11prepare _read_open() and _rw_open() for each purposefukachan
implemenet add() method using IO::File::Atomic module
2001-03-11fix typofukachan
2001-03-10clean up documentsfukachan
2001-03-09clean up descriptionfukachan
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-25clean up docfukachan
2001-02-25clean up docfukachan
2001-02-25clean up documentsfukachan
move FML::String to Dialect::ISO2022JP (Dialect::Japanese::String)
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-24nuke t/ directory which contains test scriptsfukachan
2001-02-24regen documents by new dir2url.plfukachan
2001-02-24prepare Makefile in each directoryfukachan
regen index.ja.html's under here
2001-02-20add descriptionfukachan
2001-02-19align the format in HISTORY sectionfukachan
2001-02-02fix space alignmentfukachan
2001-02-01IO::File::Atomic::copy(src, dst)fukachan
2001-01-28s/member/element/gfukachan
2001-01-28import description templatefukachan
2001-01-28update documentfukachan
2001-01-28nuke debugfukachan
2001-01-28move initialization codes on NIS and etc/group to each subclassfukachan