0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 07:27:22 +01:00
nodejs/doc
Ryan Dahl 82465fc4b1 Do not use /bin/sh to create child processes.
Instead directly call execvp(). This change is needed for the
soon-to-be-added signal handlers because the /bin/sh parent process does not
pass all signals to it's children, particularly SIGUSR1 on Linux.

The parameters of createChildProcess had to be changed slightly.
utils.exec() also has a changed implementation. A bug involving quoted
arguments was knowingly introduced into utils.exec(). Will fix later.
2009-10-07 01:08:33 +02:00
..
api.txt Do not use /bin/sh to create child processes. 2009-10-07 01:08:33 +02:00
common.xsl Improve "make dist" remove generated doc from repo. 2009-10-03 22:48:33 +02:00
index.html Remove include() from website. 2009-10-05 19:15:38 +02:00
manpage.xsl Improve "make dist" remove generated doc from repo. 2009-10-03 22:48:33 +02:00
pipe.css Man page generation. 2009-09-10 13:40:38 +02:00
sh_javascript.min.js Man page generation. 2009-09-10 13:40:38 +02:00
sh_main.js Syntax highlighting for <tt> elements. 2009-09-23 16:58:28 +02:00
sh_vim-dark.css Man page generation. 2009-09-10 13:40:38 +02:00
toc.js Syntax highlighting for api.html. 2009-09-23 11:25:31 +02:00