mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-01-09 23:18:13 -05:00
v0.8
Backport of:
fc6343a79274b6a1e99037ebb131096e2da05306
from v8 upstream.
Original commit message:
Catch stack overflow in JSON.parse.
BUG=
Review URL: https://chromiumcodereview.appspot.com/11275039
git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@12816 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
Reviewed-By: Fedor Indutny <fedor@indutny.com>
Evented I/O for V8 javascript. 
To build:
Prerequisites (Unix only):
* Python 2.6 or 2.7
* GNU Make 3.81 or newer
* libexecinfo (FreeBSD and OpenBSD only)
Unix/Macintosh:
./configure
make
make install
If your python binary is in a non-standard location or has a non-standard name, run the following instead:
export PYTHON=/path/to/python
$PYTHON ./configure
make
make install
Windows:
vcbuild.bat
To run the tests:
Unix/Macintosh:
make test
Windows:
vcbuild.bat test
To build the documentation:
make doc
To read the documentation:
man doc/node.1
Resources for Newcomers
Description