- Jul 18, 2011
- Jul 16, 2011
-
-
Ben Noordhuis authored
Patch has been merged upstream in V8 3.4.6. Fixes #1351.
-
Steve Engledow authored
--help should at least give some hint that node takes the -e switch Update help message to include -e and swap eval block with module load block so argv works correctly [steve@sane node](master)$ ./node -e 'process.argv' foo bar [ '/home/steve/code/node/node', 'foo', 'bar' ] :) Add simple test for -e option. Fixes #1311.
-
koichik authored
V8 3.4.12.1 changed exception log format. 3.14.10: node.js:189 throw e; // process.nextTick error, or 'error' event on first tick ^ 3.4.12.1: node.js:189 throw e; // process.nextTick error, or 'error' event on first tick ^ The caret was moved. -
Devon Govett authored
Fixes #1336.
-
Igor Zinkovsky authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Henry Rawas authored
-
vegorov@chromium.org authored
Patch by Bert Belder. Review URL: http://codereview.chromium.org/7309014 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@8555 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
vegorov@chromium.org authored
This fixes the debug build for MinGW32 Patch by Bert Belder. Review URL: http://codereview.chromium.org/7308007 git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@8552 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
-
Bert Belder authored
-
isaacs authored
Module.globalPaths is still set to a read-only copy of the global include paths pulled off of the NODE_PATH environment variable. It's important to be able to inspect this, but modifying it no longer has any effect.
-
isaacs authored
-
AJ ONeal authored
-
Ryan Dahl authored
To run: ./configure --debug && make test-uv-debug
-
Henry Rawas authored
-
Ryan Dahl authored
and bindings for new req interface
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Wojciech Wnętrzak authored
-
- Jul 15, 2011
-
-
Shigeki Ohtsu authored
-
Henry Rawas authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ryan Dahl authored
Conflicts: deps/libev/wscript doc/api/modules.markdown
-
Ryan Dahl authored
-
Brian White authored
Fixes #1229 Fixes #1332
-
Henry Rawas authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Elijah Insua authored
Squashed: * Simple change to make Stream.pipe(destination) return the destination Stream * Test: ensure Stream.pipe(destination) returns the destination Stream * updated Stream.pipe() documentation to reflect that it now returns the destination stream
-
isaacs authored
Reviewed by @felixge
-