Litu Zou

Results 2 issues of Litu Zou

Replace forward list implementation with double-linked list implementation, which allows O(1) complexity for adding and removing both end of the list.

tectonic is unable to find the build directory correctly due to the use of `cli.build_dir` instead of the local `build_dir` joined with bundle name. This PR addresses this bug.