summaryrefslogtreecommitdiff
path: root/fml/lib/IO/Adapter/File.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-24remove \s*$fukachan
2001-12-24update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-08-26add touch() method only for file type. It creates a file if the filefukachan
not exists.
2001-05-30clean up documentsfukachan
2001-05-04rename class from IO::MapAdapter to IO::Adapter.fukachan
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-11rewrite close($fh) to $fh->close().fukachan
resolve ambiguous close() call.
2001-03-11replace() method and the checkerfukachan
2001-03-11implement delete(regexp)fukachan
delete lines which matches $regexp from the specified map
2001-03-11more polite error messagefukachan
2001-03-11prepare _read_open() and _rw_open() for each purposefukachan
implemenet add() method using IO::File::Atomic module
2001-03-07clean up English ;)fukachan
2001-02-25clean up documentsfukachan
move FML::String to Dialect::ISO2022JP (Dialect::Japanese::String)
2001-02-19align the format in HISTORY sectionfukachan
2001-01-28nuke debugfukachan
2001-01-28nuke not-used require(Exporter)fukachan
2001-01-28s/IO::MapAdap/IO::Adap/gfukachan
2001-01-28fix typofukachan
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-28add my name as an authorfukachan
2001-01-28prepare tempate as a dummyfukachan
2001-01-19Initial revisionfukachan