index
:
fml8.git
feature/utf8-mime-header-handling
master
fml mailing list driver version 8
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fml
/
lib
/
IO
/
Adapter
/
File.pm
Age
Commit message (
Expand
)
Author
2003-05-26
remove not used method:
fukachan
2003-02-01
FNF: not use $_
fukachan
2003-01-11
fix comments
fukachan
2002-09-22
remove superfluous white spaces
fukachan
2002-09-22
add section on FNF
fukachan
2002-09-11
fml5 -> fml8
fukachan
2002-08-26
ensure rollback in calling get_value_*()
fukachan
2002-08-21
enhance add()
fukachan
2002-08-19
delete(KEY) not (REGEXP)
fukachan
2002-08-19
remove fml 4 specific ignore rules such as m=.. option
fukachan
2002-07-25
rename: IO::File::Atomic -> IO::Adapter::AtomicFile
fukachan
2002-07-25
bug fix so that getline() returns undef if not opened
fukachan
2002-07-24
removed replace()
fukachan
2002-07-24
clean up comments
fukachan
2002-06-21
close write handle and read handle after the write one.
fukachan
2002-06-01
nuke white spaces \s*$
fukachan
2002-06-01
FNF-ify
fukachan
2002-06-01
defined() overhaul
fukachan
2002-01-27
clarify IO::Adapter definition and clean up get_XXX() functions.
fukachan
2001-12-24
remove \s*$
fukachan
2001-12-24
update documents, comments
fukachan
2001-12-22
remove \s*$
fukachan
2001-08-26
add touch() method only for file type. It creates a file if the file
fukachan
2001-05-30
clean up documents
fukachan
2001-05-04
rename class from IO::MapAdapter to IO::Adapter.
fukachan
2001-04-08
relocate error() et. al. definitions for each module to have each
fukachan
2001-03-20
s/error_reset/error_clear/
fukachan
2001-03-20
rewritten to ErrorMessages::Status module for unification of error
fukachan
2001-03-11
rewrite close($fh) to $fh->close().
fukachan
2001-03-11
replace() method and the checker
fukachan
2001-03-11
implement delete(regexp)
fukachan
2001-03-11
more polite error message
fukachan
2001-03-11
prepare _read_open() and _rw_open() for each purpose
fukachan
2001-03-07
clean up English ;)
fukachan
2001-02-25
clean up documents
fukachan
2001-02-19
align the format in HISTORY section
fukachan
2001-01-28
nuke debug
fukachan
2001-01-28
nuke not-used require(Exporter)
fukachan
2001-01-28
s/IO::MapAdap/IO::Adap/g
fukachan
2001-01-28
fix typo
fukachan
2001-01-28
clean up more to fit adapter structure
fukachan
2001-01-28
move file IO codes to a file adapter sub-layer (sub-class)
fukachan
2001-01-28
add my name as an author
fukachan
2001-01-28
prepare tempate as a dummy
fukachan
2001-01-19
Initial revision
fukachan