Reviewers: Søren Gjesse, Description: * Add rmdir, mkdir -p and umask to d8 on Unix. * Remove the non-working methods from the os object on d8 on Windows so you can test for their presence with if (os.system). * Add a test (not run by default since it only works on d8). * Fix incorrect use of wait that left defunct processes (zombies).
Please review this at http://codereview.chromium.org/56107 SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/ Affected files: M src/d8-posix.cc M src/d8-windows.cc M src/d8.h M src/d8.cc A test/mjsunit/d8-os.js --~--~---------~--~----~------------~-------~--~----~ v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev -~----------~----~----~----~------~----~------~--~---
