<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Process/CGI, branch command-reconstruct-base</title>
<subtitle>fml mailing list driver version 8 
</subtitle>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/'/>
<entry>
<title>not use "$cf_list = $curproc-&gt;get_config_files_list();".</title>
<updated>2004-01-31T04:06:31+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-31T04:06:31+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=0bde78c204d00525adfb0bff6a11bc99367f593f'/>
<id>0bde78c204d00525adfb0bff6a11bc99367f593f</id>
<content type='text'>
$curproc-&gt;load_config_files($cf_list);
   -&gt;
$curproc-&gt;load_config_files();
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$curproc-&gt;load_config_files($cf_list);
   -&gt;
$curproc-&gt;load_config_files();
</pre>
</div>
</content>
</entry>
<entry>
<title>more todo comments.</title>
<updated>2004-01-21T03:42:12+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-21T03:42:12+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=502811469d0f219e2fe061cf0c472af882e5d802'/>
<id>502811469d0f219e2fe061cf0c472af882e5d802</id>
<content type='text'>
remove 'use FML::Log' which is not used.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove 'use FML::Log' which is not used.
</pre>
</div>
</content>
</entry>
<entry>
<title>clean up.</title>
<updated>2004-01-21T03:40:43+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-21T03:40:43+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=bfc7b6b3f232b3e66f77d89a0c707eea31456e98'/>
<id>bfc7b6b3f232b3e66f77d89a0c707eea31456e98</id>
<content type='text'>
cosmetics.
more todo.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
cosmetics.
more todo.
</pre>
</div>
</content>
</entry>
<entry>
<title>overhaul: more comments</title>
<updated>2004-01-18T14:02:19+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-18T14:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=3b6fd80b5d741d5b5e35739ab2489e4c1a0224a6'/>
<id>3b6fd80b5d741d5b5e35739ab2489e4c1a0224a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove $args from _cgi_resolve_ml_specific_variables();</title>
<updated>2004-01-02T02:34:53+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-02T02:34:53+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=1917a3f8d7b18d1cd5406e8a72f31a0b92f2e90a'/>
<id>1917a3f8d7b18d1cd5406e8a72f31a0b92f2e90a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>$curproc-&gt;resolve_ml_specific_variables( $args );</title>
<updated>2004-01-02T02:11:25+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-02T02:11:25+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=25d833bdd1daedd513f038da4d6dc72b499bd9e4'/>
<id>25d833bdd1daedd513f038da4d6dc72b499bd9e4</id>
<content type='text'>
$curproc-&gt;load_config_files( $args-&gt;{ cf_list } );
  =&gt;
$curproc-&gt;resolve_ml_specific_variables();
my $cf_list = $curproc-&gt;get_config_files_list();
$curproc-&gt;load_config_files($cf_list);

$curproc-&gt;parse_incoming_message($args);
  =&gt;
$curproc-&gt;parse_incoming_message();
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
$curproc-&gt;load_config_files( $args-&gt;{ cf_list } );
  =&gt;
$curproc-&gt;resolve_ml_specific_variables();
my $cf_list = $curproc-&gt;get_config_files_list();
$curproc-&gt;load_config_files($cf_list);

$curproc-&gt;parse_incoming_message($args);
  =&gt;
$curproc-&gt;parse_incoming_message();
</pre>
</div>
</content>
</entry>
<entry>
<title>remove $args.</title>
<updated>2004-01-01T23:52:07+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-01T23:52:07+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=39df5269fb3408ca775b72142a2dbc3a7b7dc87c'/>
<id>39df5269fb3408ca775b72142a2dbc3a7b7dc87c</id>
<content type='text'>
It is a top level parameter FML::Process::Switch provides. Almost
functions should access the content via utility methods provided by
FML::Process::Utils.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It is a top level parameter FML::Process::Switch provides. Almost
functions should access the content via utility methods provided by
FML::Process::Utils.
</pre>
</div>
</content>
</entry>
<entry>
<title>FNF: fix copyright</title>
<updated>2004-01-01T08:48:38+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-01T08:48:38+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=d48df2ad0fcce549bdbdc0891e14ea9c57d9d667'/>
<id>d48df2ad0fcce549bdbdc0891e14ea9c57d9d667</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix: cgi_var_cgi_mode() return null string by default.</title>
<updated>2004-01-01T08:41:09+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-01T08:41:09+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=182d9ae3bf62ee6fb6316190b3758f874b725c00'/>
<id>182d9ae3bf62ee6fb6316190b3758f874b725c00</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix message</title>
<updated>2004-01-01T08:40:21+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-01T08:40:21+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=77cafd0918f2a8081ef10eb6903f723d8c40152d'/>
<id>77cafd0918f2a8081ef10eb6903f723d8c40152d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
