0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-30 15:30:56 +01:00
nodejs/lib
Fedor Indutny ae5e23310e repl: remove double calls where possible
Repl is doing double evaluation of code: wrapped in parens and without
them. That's needed to allow users typing multiline chunks of code by
handling syntax errors on repl side. However if function declaration is
wrapped in parens (`(function a() {})`) calling it will be impossible,
so we're evaluating functions twice. That works fine for declaration,
but if entered code chunk returns function - it should not be called
twice.

fix #2773
2012-02-18 00:30:52 +06:00
..
_debugger.js debugger: export debug_port to process 2012-02-12 22:27:12 +06:00
_linklist.js
assert.js assert: test RegExp's properties when checking for equality 2011-12-20 00:10:49 +01:00
buffer_ieee754.js Fixed a lot of jslint errors. 2011-10-05 18:51:06 -07:00
buffer.js buffer: don't pollute global namespace in buffer.readInt* 2011-12-22 23:26:43 +01:00
child_process.js child_process: stop .disconnect() call if channel is diconnected 2012-02-08 11:42:38 -08:00
cluster.js cluster: use process.disconnect method 2012-02-06 14:54:11 -08:00
console.js Fixes #1860. Remove process.writeError 2011-10-18 13:12:50 -07:00
constants.js
crypto.js tls, https: add passphrase option 2011-10-31 17:36:43 +09:00
dgram.js dgram: bring back setTTL() 2012-01-24 00:11:45 +01:00
dns.js getaddrinfo returns ENOTFOUND for invalid domain names 2011-10-21 15:19:53 -07:00
events.js events: fix checking max listeners with 1 2012-01-09 04:02:01 +01:00
freelist.js
fs.js Merge remote-tracking branch 'ry/v0.6' 2012-02-06 15:43:21 -08:00
http.js Generate Date headers on responses when not already present. 2012-02-15 12:35:34 -08:00
https.js https: make https use new tls.connect API 2012-01-08 11:13:18 +01:00
module.js Merge remote-tracking branch 'origin/v0.6' 2012-02-12 16:12:26 +01:00
net.js Merge remote-tracking branch 'origin/v0.6' 2012-02-12 16:12:26 +01:00
os.js core: add NativeModule.prototype.deprecate 2012-01-30 00:27:07 +01:00
path.js Merge remote-tracking branch 'ry/v0.6' 2012-02-06 15:43:21 -08:00
punycode.js punycode: Update to v0.3.0 2012-01-11 10:42:39 +01:00
querystring.js Merge remote-tracking branch 'ry/v0.6' 2012-02-06 15:43:21 -08:00
readline.js Readline proposal and bugfixes. Related: #2737 #2756 2012-02-16 12:12:03 +06:00
repl.js repl: remove double calls where possible 2012-02-18 00:30:52 +06:00
stream.js Remove support for multi-source pipe() 2011-11-22 08:51:19 -08:00
string_decoder.js
sys.js require('sys') now throws 2012-01-09 12:59:28 -08:00
timers.js timers: add v0.4 compatibility hack 2012-01-30 14:12:23 +01:00
tls.js net, tls, http: remove socket.ondrain 2012-01-24 15:57:50 +01:00
tty.js tty: emit 'unknown' key event if key sequence not found 2012-01-28 17:01:04 +01:00
url.js url: Support for IPv6 addresses in URLs. 2012-01-31 16:58:41 +09:00
util.js core: add NativeModule.prototype.deprecate 2012-01-30 00:27:07 +01:00
vm.js Revert "vm context with accessors" 2011-09-08 13:30:52 -07:00
zlib.js Merge branch 'v0.6' 2012-01-24 00:30:28 +06:00