<feed xmlns='http://www.w3.org/2005/Atom'>
<title>fml8.git/fml/libexec/process_switch, branch master</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>move libexec/process_switch to FML::Process:Switch</title>
<updated>2001-02-17T14:39:15+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-02-17T14:39:15+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=169f52cf19444525a65ee947ac177af8e093207f'/>
<id>169f52cf19444525a65ee947ac177af8e093207f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move Bootstrap() latter part from libexec/loader to libexec/proces_switch.</title>
<updated>2001-02-17T07:39:38+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-02-17T07:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=7cf3623e7e1599cde7977fa3beac9a18dc3ed4d6'/>
<id>7cf3623e7e1599cde7977fa3beac9a18dc3ed4d6</id>
<content type='text'>
"fmldoc" is a "perldoc" wrapper to show fml perl modules
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"fmldoc" is a "perldoc" wrapper to show fml perl modules
</pre>
</div>
</content>
</entry>
<entry>
<title>"fmldoc" preliminary definition</title>
<updated>2001-02-17T01:54:41+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-02-17T01:54:41+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=002c71fc49bfde32ae79cca411977e443ea0ade8'/>
<id>002c71fc49bfde32ae79cca411977e443ea0ade8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add command prototype</title>
<updated>2001-02-12T13:35:17+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-02-12T13:35:17+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=761844e0279ee614f709d3df8135f3c3e5afc5ff'/>
<id>761844e0279ee614f709d3df8135f3c3e5afc5ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>import prototype for qmail-extension emulator from fml 4.0</title>
<updated>2001-02-10T13:38:09+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-02-10T13:38:09+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=d3dd076c515c1b38209823df9d8ce11ebfedf163'/>
<id>d3dd076c515c1b38209823df9d8ce11ebfedf163</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>change hierarchy of routines. The current flow is as follows:</title>
<updated>2001-01-29T04:32:34+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-01-29T04:32:34+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=1b3a879cf3fc9dee8d23fe452060953c3ff8adf6'/>
<id>1b3a879cf3fc9dee8d23fe452060953c3ff8adf6</id>
<content type='text'>
loader -&gt; process_switch -&gt; FML::Process::Flow -&gt; each process
1. loader resolves version dependence
2. process_switch loads requred package
3. main::ProcessStart() (exporeted to main:: at FML::Process::Flow)
   controlls flow.
4. details of each flow is described in FML::Process::Something et. al.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
loader -&gt; process_switch -&gt; FML::Process::Flow -&gt; each process
1. loader resolves version dependence
2. process_switch loads requred package
3. main::ProcessStart() (exporeted to main:: at FML::Process::Flow)
   controlls flow.
4. details of each flow is described in FML::Process::Something et. al.
</pre>
</div>
</content>
</entry>
<entry>
<title>s/fmlwrapper/loader/ in libexec/</title>
<updated>2001-01-29T03:18:12+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-01-29T03:18:12+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=ca156738372f54ede02d3d4312a1dd866352f59d'/>
<id>ca156738372f54ede02d3d4312a1dd866352f59d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>renamed from fml to process_switch</title>
<updated>2001-01-29T03:10:47+00:00</updated>
<author>
<name>fukachan</name>
<email>fukachan</email>
</author>
<published>2001-01-29T03:10:47+00:00</published>
<link rel='alternate' type='text/html' href='https://openpgpkey.dangofactory.net/cgit/cgit.cgi/fml8.git/commit/?id=c6e709a215faee2be11e4340adede225b9ca0d73'/>
<id>c6e709a215faee2be11e4340adede225b9ca0d73</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
