summaryrefslogtreecommitdiff
path: root/fml/lib/IO/MapAdapter.pm
AgeCommit message (Collapse)Author
2001-05-04rename class from IO::MapAdapter to IO::Adapter.fukachan
2001-04-15implement find($regexp [,$args])fukachan
search $regexp in C<map> and return the line which matches C<$regexp>. It searches C<$regexp> in case insenssitive by default. You can change the search behaviour by C<$args> (HASH REFERENCE).
2001-04-08relocate error() et. al. definitions for each module to have eachfukachan
handlers within under the hierarchy.
2001-03-20s/error_reset/error_clear/fukachan
2001-03-20rewritten to ErrorMessages::Status module for unification of errorfukachan
buffer handling.
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-16clean upfukachan
import args of new()
2001-03-13prototype of mysqlfukachan
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-11implement add() methodfukachan
2001-03-07clean up English ;)fukachan
2001-02-19align the format in HISTORY sectionfukachan
2001-01-28move initialization codes on NIS and etc/group to each subclassfukachan
2001-01-28nuke not-used require(Exporter)fukachan
2001-01-28clean up pod style documentfukachan
2001-01-28enabe NISfukachan
2001-01-28clean up more to fit adapter structurefukachan
2001-01-28move file IO codes to a file adapter sub-layer (sub-class)fukachan
2001-01-28remove code reference passing since we should shiledfukachan
internal variables within IO::MapAdapter.
2001-01-28clean up codes as an adapter for array reference.fukachan
2001-01-28add test toolsfukachan
add prototype of array_reference s/array_on_memory/array_on_memory_by_code/ clean up/update documents
2001-01-24canonicalize error handlings to error() error_reason() pairfukachan
2001-01-20modify my() aroundfukachan
2001-01-19validate file handle morefukachan
2001-01-19Initial revisionfukachan