<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/lib/FML/Process/Flow.pm, branch newvardef-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>fix comments</title>
<updated>2004-07-11T15:43:36+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-07-11T15:43:36+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=cd4dcdf032c6e03bd8983f14d5fa957f5b812618'/>
<id>cd4dcdf032c6e03bd8983f14d5fa957f5b812618</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>call $process-&gt;clean_up_incoming_queue();</title>
<updated>2004-05-25T03:35:16+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-05-25T03:35:16+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=49721cbecac2a5891597e1848f2dd2d482a847fb'/>
<id>49721cbecac2a5891597e1848f2dd2d482a847fb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update/fix comments</title>
<updated>2004-01-04T03:25:09+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-04T03:25:09+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=8ce8342388a203ebc9394e1d6ab202eb0e21b07e'/>
<id>8ce8342388a203ebc9394e1d6ab202eb0e21b07e</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>2004-01-02T14:42:42+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2004-01-02T14:42:42+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=073b66e090c58758b6b16b44e4240e349beaec55'/>
<id>073b66e090c58758b6b16b44e4240e349beaec55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Process::Flow and Process::Switch classes need to know $curproc</title>
<updated>2003-09-14T04:05:46+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-09-14T04:05:46+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=0db4bf5bef9912092c3f5188b9de45b773663de1'/>
<id>0db4bf5bef9912092c3f5188b9de45b773663de1</id>
<content type='text'>
pointer each other.

fix log message duplication mechanism.

define global_tmp_dir_path(), be_quiet() in FML::Process::Kernel.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
pointer each other.

fix log message duplication mechanism.

define global_tmp_dir_path(), be_quiet() in FML::Process::Kernel.
</pre>
</div>
</content>
</entry>
<entry>
<title>implement STDERR redirection to log STDERR messages and avoid output</title>
<updated>2003-09-13T13:05:18+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-09-13T13:05:18+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=b7acc425f646738e648546e3f0e14b89aec74e90'/>
<id>b7acc425f646738e648546e3f0e14b89aec74e90</id>
<content type='text'>
to /dev/console. The STDERR messages are logged onto $ml_home_dir/log
if could.

This function works under the following conditions:
1. -q or --quiete command line option specified.
2. *.cgi process (automatically on).
3. process run under MTA (automatically on).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
to /dev/console. The STDERR messages are logged onto $ml_home_dir/log
if could.

This function works under the following conditions:
1. -q or --quiete command line option specified.
2. *.cgi process (automatically on).
3. process run under MTA (automatically on).
</pre>
</div>
</content>
</entry>
<entry>
<title>define finalize() at the last of flow.</title>
<updated>2003-03-14T03:51:48+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-03-14T03:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=024ceae99f032a573f902a1223e0a92c4fb247d2'/>
<id>024ceae99f032a573f902a1223e0a92c4fb247d2</id>
<content type='text'>
finalize() is only used for debug now.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
finalize() is only used for debug now.
</pre>
</div>
</content>
</entry>
<entry>
<title>FNF: fix comments</title>
<updated>2003-01-25T12:11:19+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-01-25T12:11:19+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=f9b391190cd019ac9c44275a177088efbd7aefdb'/>
<id>f9b391190cd019ac9c44275a177088efbd7aefdb</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>2003-01-11T16:05:09+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2003-01-11T16:05:09+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=e172c7a0a018fe2173af56e281f0f454aaabc996'/>
<id>e172c7a0a018fe2173af56e281f0f454aaabc996</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add section on FNF</title>
<updated>2002-09-22T14:56:37+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2002-09-22T14:56:37+00:00</published>
<link rel='alternate' type='text/html' href='https://dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=92a5887666e6fef5b5da5cf8ad036dda608be463'/>
<id>92a5887666e6fef5b5da5cf8ad036dda608be463</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
