<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Process, branch master</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>article_thread_init() modified to use Mail::Message::Subject.</title>
<updated>2018-09-08T03:49:20+00:00</updated>
<author>
<name>Ken'ichi Fukamachi</name>
<email>fukachan@fml.org</email>
</author>
<published>2018-09-07T10:33:51+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7ed5b19a6e8ef2016b1704989eb0411ce906edfe'/>
<id>7ed5b19a6e8ef2016b1704989eb0411ce906edfe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>catch up perl changes: defined(hashes and arrays) is deprecated,</title>
<updated>2012-12-30T10:00:26+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2012-12-30T10:00:26+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=cdb197154836c2937c3dbef2671931531459f86f'/>
<id>cdb197154836c2937c3dbef2671931531459f86f</id>
<content type='text'>
instead use a simple test for size: if (@an_array) { ... }
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
instead use a simple test for size: if (@an_array) { ... }
</pre>
</div>
</content>
</entry>
<entry>
<title>catch up perl changes: not length(@array), use "scalar @array" to find</title>
<updated>2012-12-30T09:57:38+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2012-12-30T09:57:38+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=cbcf50b05459ecbc64e3c5dba537bdf8dd240418'/>
<id>cbcf50b05459ecbc64e3c5dba537bdf8dd240418</id>
<content type='text'>
out how many elements these have.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
out how many elements these have.
</pre>
</div>
</content>
</entry>
<entry>
<title>hmm, seems incorrect that increment_id() in calling HTML-ify function</title>
<updated>2010-03-06T13:07:08+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2010-03-06T13:07:08+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=b71faf07b63f89aa2ea85e36b24c27d4319a687b'/>
<id>b71faf07b63f89aa2ea85e36b24c27d4319a687b</id>
<content type='text'>
since already the article ID is incremated at _deliver_article_prep().
changed to use $article-&gt;id(); by fetching the current article ID.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
since already the article ID is incremated at _deliver_article_prep().
changed to use $article-&gt;id(); by fetching the current article ID.
</pre>
</div>
</content>
</entry>
<entry>
<title>move calling _htmlify() from _deliver_article_prep() to finish()</title>
<updated>2009-07-14T15:02:11+00:00</updated>
<author>
<name>tmu</name>
<email>tmu</email>
</author>
<published>2009-07-14T15:02:11+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=0260eb23553d9a973cfad95aad4d0f49b5897e78'/>
<id>0260eb23553d9a973cfad95aad4d0f49b5897e78</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix copyright</title>
<updated>2009-02-26T10:47:58+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2009-02-26T10:47:58+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=886ff9607812572ff4cc7878efb3cb6d96bedbf2'/>
<id>886ff9607812572ff4cc7878efb3cb6d96bedbf2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>defined() before eq</title>
<updated>2008-11-30T00:50:07+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2008-11-30T00:50:07+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=3e8c684ab082d1eed259827fc8d90ad203523814'/>
<id>3e8c684ab082d1eed259827fc8d90ad203523814</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix comments (FNF)</title>
<updated>2008-09-30T01:35:44+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2008-09-30T01:35:44+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=cef8534ed9a5dc289f4a030a9951921ce31daf83'/>
<id>cef8534ed9a5dc289f4a030a9951921ce31daf83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>verify_request() logs client ip address if could.</title>
<updated>2008-09-29T00:06:30+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2008-09-29T00:06:30+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=c686cd24c893ded6ea8921265d698d4daf17a9d1'/>
<id>c686cd24c893ded6ea8921265d698d4daf17a9d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>define ml_name_list(), which returns the list of valid ml in the</title>
<updated>2008-09-14T11:44:14+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2008-09-14T11:44:14+00:00</published>
<link rel='alternate' type='text/html' href='https://www.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=46da968537d84fcdccd856ea5627e2da094d6fb3'/>
<id>46da968537d84fcdccd856ea5627e2da094d6fb3</id>
<content type='text'>
specified domain.
fix documents and todo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
specified domain.
fix documents and todo.
</pre>
</div>
</content>
</entry>
</feed>
