summaryrefslogtreecommitdiff
path: root/fml/lib/IO
AgeCommit message (Expand)Author
2002-02-01remove $ENV{debug} based toggle flagsubdir-basefukachan
2002-01-27clarify IO::Adapter definition and clean up get_XXX() functions.fukachan
2002-01-27fix copyrightfukachan
2002-01-27clarify IO::Adapter::find() usage.fukachan
2002-01-13clean up comments, update copyrightfukachan
2001-12-24remove \s*$fukachan
2001-12-24update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-12-16nuke "require Exporter, which is not neededfukachan
2001-10-27not usedfukachan
2001-10-27obsoletefukachan
2001-09-17define AUTOLOAD() to hook up md_XXX() functionsfukachan
2001-09-17rename: $self->{ _driver } -> $self->{ _model_specific_driver }fukachan
2001-09-17rename: fetch_and_cache_address_list -> fetch_allfukachan
2001-09-17change replace()fukachan
2001-08-26add touch() method only for file type. It creates a file if the filefukachan
2001-08-19nuke $Id$fukachan
2001-08-05move main functions to IO::Adapter::SQL::toymodelfukachan
2001-08-05set @ISA = qw(IO::Adapter::ErrorStatus) to call error_set()fukachan
2001-08-05move SQL::Schema:: to IO::Adapter::SQL::fukachan
2001-08-05Initial revisionfukachan
2001-06-29modify IO::Adapter::find() method to accpet options "all"fukachan
2001-06-21removed due to obsolete rulefukachan
2001-06-17we use $FML$, add it and nuke $Id$ if it existsfukachan
2001-06-09clarify $map_params paremterfukachan
2001-06-09update status: "mysql" map is implemented already.fukachan
2001-06-09fix driver samplefukachan
2001-05-30clean up documentsfukachan
2001-05-27clean up documentationfukachan
2001-05-04rename class from IO::MapAdapter to IO::Adapter.fukachan
2001-04-30clean up documents hierarchy.fukachan
2001-04-15implement find($regexp [,$args])fukachan
2001-04-08regen documentfukachan
2001-04-08relocate error() et. al. definitions for each module to have eachfukachan
2001-03-20s/error_reset/error_clear/fukachan
2001-03-20rewritten to ErrorMessages::Status module for unification of errorfukachan
2001-03-19clean up documentfukachan
2001-03-19change $map_params structurefukachan
2001-03-18IO::Adapter::DBI -< IO::Adapter::MySQLfukachan
2001-03-18clean up variable namesfukachan
2001-03-18fix close() bugfukachan
2001-03-18mysql map can work.fukachan
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
2001-03-16clean upfukachan
2001-03-15fix document generation for IO::Adapter::MySQLfukachan
2001-03-15implemente primitive getline() call to MySQL and the cheker of it.fukachan
2001-03-14nuke .pm in NAMEfukachan