summaryrefslogtreecommitdiff
path: root/fml/lib/IO/Adapter/Array.pm
AgeCommit message (Collapse)Author
2002-01-27clarify IO::Adapter definition and clean up get_XXX() functions.fukachan
remove get_member(), get_active() and get_recipient() define get_next_key() and get_next_value() and clarify thier definitions.
2001-12-24update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-05-30clean up documentsfukachan
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-18nuke defined() to avoid perl warningfukachan
2001-03-14nuke .pm in NAMEfukachan
2001-03-11check flag since this is read onlyfukachan
2001-03-10clean up documentsfukachan
2001-02-19align the format in HISTORY sectionfukachan
2001-02-02fix space alignmentfukachan
2001-01-28s/member/element/gfukachan
2001-01-28update documentfukachan
2001-01-28nuke debugfukachan
2001-01-28nuke not-used require(Exporter)fukachan
2001-01-28s/IO::MapAdap/IO::Adap/gfukachan
2001-01-28clean up more to fit adapter structurefukachan
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