Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
4 check-ins using file tools/cvs2fossil/lib/c2f_file.tcl version f6e7796985
|
2007-10-13
| ||
| 23:57 | Completed loading of pass I from persistent state when skipped. check-in: 54ac684df7 user: aku tags: trunk | |
| 23:42 | For the record an alternative design for the main method of the pass manager where the four principal loops (skip, setup, run, and defer) are merged into two (skip/setup) and (run/defer). Not really less code, also more complex to understand and maintain. The fact that 'setup' and 'run' is performed for the same passes is more difficult to see. This code will not be used. Closed-Leaf check-in: 4df56a9e7e user: aku tags: trunk | |
| 23:29 | Extended pass manager to handle the skipped and defered passes coming before and after the actually executed passes. Extended passes I and II to have the required methods. Implemented loading (for skipped passes) as skeletons, implemented discarding (for defered passes) completely. Extended state manager with ability to discard state. check-in: ae19c0fcb4 user: aku tags: trunk | |
| 21:15 | Extended pass I to capture the 'file executable' info of rcs archives. Currently the only way to store this info in the destination will be the use of fossil tags. check-in: 27470a9304 user: aku tags: trunk | |