summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Flow.pm
AgeCommit message (Collapse)Author
2003-03-14define finalize() at the last of flow.fukachan
finalize() is only used for debug now.
2003-01-25FNF: fix commentsfukachan
2003-01-11fix comments (FNF).fukachan
2002-09-22add section on FNFfukachan
2002-09-11fml5 -> fml8fukachan
2002-07-02clean up/fix comments, fix copyrightfukachan
2002-04-27clean up white spacesfukachan
2002-04-27run clean_up_tmpfiles() finallyfukachan
2001-12-23update documents, commentsfukachan
2001-12-22remove \s*$fukachan
2001-11-25show help ASAP when --help specifiedfukachan
2001-05-29clean up documentsfukachan
2001-03-09clean up descriptionfukachan
2001-02-25clean up docfukachan
2001-02-19add prototype of mail loop checks e.g. message-id, X-ML-Info duplicationfukachan
2001-02-19align the format in HISTORY sectionfukachan
2001-02-18clean up FML::__template ... in documentsfukachan
2001-02-18write my name in copyright paragraph :)fukachan
2001-02-17remove main:: for ProcessStart()fukachan
2001-01-29change hierarchy of routines. The current flow is as follows:fukachan
loader -> process_switch -> FML::Process::Flow -> 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.