| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2001-05-04 | rename class from IO::MapAdapter to IO::Adapter. | fukachan | |
| 2001-04-15 | implement 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-08 | relocate error() et. al. definitions for each module to have each | fukachan | |
| handlers within under the hierarchy. | |||
| 2001-03-20 | s/error_reset/error_clear/ | fukachan | |
| 2001-03-20 | rewritten to ErrorMessages::Status module for unification of error | fukachan | |
| buffer handling. | |||
| 2001-03-18 | mysql 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-16 | clean up | fukachan | |
| import args of new() | |||
| 2001-03-13 | prototype of mysql | fukachan | |
| 2001-03-11 | replace() method and the checker | fukachan | |
| 2001-03-11 | update documents on add() and delete() | fukachan | |
| 2001-03-11 | implement delete(regexp) | fukachan | |
| delete lines which matches $regexp from the specified map | |||
| 2001-03-11 | fix @ISA handling | fukachan | |
| fix typo | |||
| 2001-03-11 | implement add() method | fukachan | |
| 2001-03-07 | clean up English ;) | fukachan | |
| 2001-02-19 | align the format in HISTORY section | fukachan | |
| 2001-01-28 | move initialization codes on NIS and etc/group to each subclass | fukachan | |
| 2001-01-28 | nuke not-used require(Exporter) | fukachan | |
| 2001-01-28 | clean up pod style document | fukachan | |
| 2001-01-28 | enabe NIS | 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 | remove code reference passing since we should shiled | fukachan | |
| internal variables within IO::MapAdapter. | |||
| 2001-01-28 | clean up codes as an adapter for array reference. | fukachan | |
| 2001-01-28 | add test tools | fukachan | |
| add prototype of array_reference s/array_on_memory/array_on_memory_by_code/ clean up/update documents | |||
| 2001-01-24 | canonicalize error handlings to error() error_reason() pair | fukachan | |
| 2001-01-20 | modify my() around | fukachan | |
| 2001-01-19 | validate file handle more | fukachan | |
| 2001-01-19 | Initial revision | fukachan | |
