Modifies write() so that NULs are allowed within a string.
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 4 Sep 2009 07:49:02 +0000 (07:49 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 4 Sep 2009 07:49:02 +0000 (07:49 +0000)
commit56d8401ce51fb82ec089b31abea05468a452ea37
treef04caebe9eff39567cc3e4ecdc1239f975a3fca7
parentd03c277f5eb194bd93e93382e3d904281a64da8a
Modifies write() so that NULs are allowed within a string.

This is required by the mandelbrot test in the language shootout.

Patch by abdulla <abdulla.kamar@gmail.com>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@2821 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/d8.cc