<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/IO, branch threadtrack-pm-base</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>define AUTOLOAD() to hook up md_XXX() functions</title>
<updated>2001-09-17T11:59:23+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-09-17T11:59:23+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=0cd2f77785298c4f0395354c87abe3183298e7e1'/>
<id>0cd2f77785298c4f0395354c87abe3183298e7e1</id>
<content type='text'>
XXX For example, md_XXX() should be implemented at
XXX IO::Adapter::SQL::toymodel.pm
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
XXX For example, md_XXX() should be implemented at
XXX IO::Adapter::SQL::toymodel.pm
</pre>
</div>
</content>
</entry>
<entry>
<title>rename: $self-&gt;{ _driver } -&gt; $self-&gt;{ _model_specific_driver }</title>
<updated>2001-09-17T11:35:21+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-09-17T11:35:21+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=0e24897352fcdc5c33ab928785b9b9723bb300b4'/>
<id>0e24897352fcdc5c33ab928785b9b9723bb300b4</id>
<content type='text'>
dynamically load DBD:mysql

move replace(), getline() and get_nextvalue() to DBI.pm
since these functions are MI (Map Independent).

implement setpos(), getpos() and eof() in MySQL.pm
since these functions is dependent on map type (MD).

RDBMS.pm is not used now, so removed.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
dynamically load DBD:mysql

move replace(), getline() and get_nextvalue() to DBI.pm
since these functions are MI (Map Independent).

implement setpos(), getpos() and eof() in MySQL.pm
since these functions is dependent on map type (MD).

RDBMS.pm is not used now, so removed.
</pre>
</div>
</content>
</entry>
<entry>
<title>rename: fetch_and_cache_address_list -&gt; fetch_all</title>
<updated>2001-09-17T11:31:51+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-09-17T11:31:51+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=004409e9dce5256545f4f763d6f14b0f143248da'/>
<id>004409e9dce5256545f4f763d6f14b0f143248da</id>
<content type='text'>
implement md_find()
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
implement md_find()
</pre>
</div>
</content>
</entry>
<entry>
<title>change replace()</title>
<updated>2001-09-17T11:28:31+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-09-17T11:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=700ec82a3b6f77c6b9e1da2a0f5b23b21af83e1f'/>
<id>700ec82a3b6f77c6b9e1da2a0f5b23b21af83e1f</id>
<content type='text'>
o fix typo: s/regexp/replace/
o fix case insensitive search when $show_all is on
o call md_find (md == map dependent, function) if defined
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
o fix typo: s/regexp/replace/
o fix case insensitive search when $show_all is on
o call md_find (md == map dependent, function) if defined
</pre>
</div>
</content>
</entry>
<entry>
<title>add touch() method only for file type. It creates a file if the file</title>
<updated>2001-08-26T05:52:08+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-08-26T05:52:08+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7b5715dcff778b1aa3886889a788539fbe0daa7d'/>
<id>7b5715dcff778b1aa3886889a788539fbe0daa7d</id>
<content type='text'>
not exists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
not exists.
</pre>
</div>
</content>
</entry>
<entry>
<title>nuke $Id$</title>
<updated>2001-08-19T16:08:54+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-08-19T16:08:54+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=e9fee4b5a14c01575018148da8da42ca2f646b63'/>
<id>e9fee4b5a14c01575018148da8da42ca2f646b63</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move main functions to IO::Adapter::SQL::toymodel</title>
<updated>2001-08-05T12:07:22+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-08-05T12:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=954837609d32b1441a7ac8042e8bf639bfe329ee'/>
<id>954837609d32b1441a7ac8042e8bf639bfe329ee</id>
<content type='text'>
define fetch_and_cache_address_list() to fetch and cache the array of
address list.  The main part of get_next_value().
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
define fetch_and_cache_address_list() to fetch and cache the array of
address list.  The main part of get_next_value().
</pre>
</div>
</content>
</entry>
<entry>
<title>set @ISA = qw(IO::Adapter::ErrorStatus) to call error_set()</title>
<updated>2001-08-05T11:56:01+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-08-05T11:56:01+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=63e18eb96c1e4c77f2b578036d072db68f372359'/>
<id>63e18eb96c1e4c77f2b578036d072db68f372359</id>
<content type='text'>
check $@ before call configure()
add more debug codes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
check $@ before call configure()
add more debug codes
</pre>
</div>
</content>
</entry>
<entry>
<title>move SQL::Schema:: to IO::Adapter::SQL::</title>
<updated>2001-08-05T03:24:44+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-08-05T03:24:44+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=3eaaca9f8962691a89a688b6a13867908ca6be08'/>
<id>3eaaca9f8962691a89a688b6a13867908ca6be08</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Initial revision</title>
<updated>2001-08-05T01:55:17+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-08-05T01:55:17+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=e4cc719ae4765c351c424b6ebef20fe7686ff844'/>
<id>e4cc719ae4765c351c424b6ebef20fe7686ff844</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
