<feed xmlns='http://www.w3.org/2005/Atom'>
<title>rust/src/rt/rust_run_program.cpp, branch 0.2</title>
<subtitle>https://github.com/rust-lang/rust
</subtitle>
<id>http://git.dreamy.place/mirrors/rust/atom?h=0.2</id>
<link rel='self' href='http://git.dreamy.place/mirrors/rust/atom?h=0.2'/>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/'/>
<updated>2012-03-27T01:03:53+00:00</updated>
<entry>
<title>Disable some advanced (post glibc-2.3) libuv features when building snaps.</title>
<updated>2012-03-27T01:03:53+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-03-26T22:54:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=bd0399863fd2e012c46d0fed50e016f5dd147d82'/>
<id>urn:sha1:bd0399863fd2e012c46d0fed50e016f5dd147d82</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix build on freebsd</title>
<updated>2012-02-10T02:41:57+00:00</updated>
<author>
<name>Jyun-Yan You</name>
<email>jyyou@cs.nctu.edu.tw</email>
</author>
<published>2012-02-09T06:08:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=b778dac1976c3d4f33bf8ee8c7c3208ca8af2563'/>
<id>urn:sha1:b778dac1976c3d4f33bf8ee8c7c3208ca8af2563</id>
<content type='text'>
</content>
</entry>
<entry>
<title>rt: Don't ignore result of chdir. Fail hard for now with a FIXME</title>
<updated>2012-02-08T04:28:57+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2012-02-08T04:28:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=9b01620e8d427275217f413c770c79d2d70fac6c'/>
<id>urn:sha1:9b01620e8d427275217f413c770c79d2d70fac6c</id>
<content type='text'>
My gcc won't let the result of this function be ignored.
</content>
</entry>
<entry>
<title>Make process-spawning take environments and working directories, remove procsrv task from compiletest.</title>
<updated>2012-02-08T03:57:03+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-02-08T02:55:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=93450abb4bf6a755b343ca459bbeff92540a7822'/>
<id>urn:sha1:93450abb4bf6a755b343ca459bbeff92540a7822</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix win32 command-line quoting on rust_run_program.</title>
<updated>2012-01-24T02:37:26+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2012-01-24T02:37:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=7da3733c73e7a3ba4c18f3927bbbe185598ad233'/>
<id>urn:sha1:7da3733c73e7a3ba4c18f3927bbbe185598ad233</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Do not pass taskpointers to "rust" native functions</title>
<updated>2011-10-20T12:22:17+00:00</updated>
<author>
<name>Marijn Haverbeke</name>
<email>marijnh@gmail.com</email>
</author>
<published>2011-10-20T10:32:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=457683c7feef42f07f3044ccfdc8ee7816176ab0'/>
<id>urn:sha1:457683c7feef42f07f3044ccfdc8ee7816176ab0</id>
<content type='text'>
Issue #466
</content>
</entry>
<entry>
<title>Whitespace cleanup</title>
<updated>2011-08-03T23:25:38+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-08-03T23:25:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=2298a2b29f5efba7b3d107b2bc86dfc4a0d56547'/>
<id>urn:sha1:2298a2b29f5efba7b3d107b2bc86dfc4a0d56547</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Add some hacks to get stdin piping working more correctly in windows</title>
<updated>2011-08-03T22:09:00+00:00</updated>
<author>
<name>Brian Anderson</name>
<email>banderson@mozilla.com</email>
</author>
<published>2011-08-03T21:50:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=4ae6c835cb69332e982babcfca1a4e5657ec8bbd'/>
<id>urn:sha1:4ae6c835cb69332e982babcfca1a4e5657ec8bbd</id>
<content type='text'>
The way pipes work in windows is not the same as unix, though I'm not
entirely clear on the differences. This patch changes the windows pipe
method to return non-inheritable fds, and the windows rust_run_program
method to duplicate them before spawning the new process.

This allows make-check-pretty to work on windows.
</content>
</entry>
<entry>
<title>Fix compile-command lines in rt.</title>
<updated>2011-07-13T20:51:20+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-07-13T20:51:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=49116adbe989139766feeccad51b46207fc546dc'/>
<id>urn:sha1:49116adbe989139766feeccad51b46207fc546dc</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Placate win32 build; no idea how it can be working currently on tinderbox.</title>
<updated>2011-03-25T07:16:04+00:00</updated>
<author>
<name>Graydon Hoare</name>
<email>graydon@mozilla.com</email>
</author>
<published>2011-03-25T07:09:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.dreamy.place/mirrors/rust/commit/?id=0f9d460e24ce9e1c09450f71502f1ab0700c0419'/>
<id>urn:sha1:0f9d460e24ce9e1c09450f71502f1ab0700c0419</id>
<content type='text'>
</content>
</entry>
</feed>
