about summary refs log tree commit diff
path: root/src/rt/rust_run_program.cpp
AgeCommit message (Collapse)AuthorLines
2011-03-25Placate win32 build; no idea how it can be working currently on tinderbox.Graydon Hoare-0/+6
2011-03-14Add functionality for running external programs to the std libMarijn Haverbeke-0/+92
See lib/run_program.rs.