about summary refs log tree commit diff
path: root/src/libstd/run.rs
AgeCommit message (Collapse)AuthorLines
2013-05-27Rename unwrap_input/unwrap_output as suggested bygareth-11/+11
@brson. Also fix a few documentation bugs.
2013-05-27Make test_change_working_directory change the currentgareth-3/+5
directory to be the parent of the current-current directory, instead of changing to the tmp directory, which was causing issues with OS X and its /tmp => /private/tmp symlink.
2013-05-27Refactor core::run in order to address many of the issuesgareth-303/+606
mentioned in #2625. This change makes the module more oriented around Process values instead of having to deal with process ids directly. Apart from issues mentioned in #2625, other changes include: - Changing the naming to be more consistent - Process/process is now used instead of a mixture of Program/program and Process/process. - More docs/tests. Some io/scheduler related issues remain (mentioned in #2625).
2013-05-22libstd: Rename libcore to libstd and libstd to libextra; update makefiles.Patrick Walton-0/+856
This only changes the directory names; it does not change the "real" metadata names.