0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/lib
cjihrig 2d4a521d58 repl: don't override all internal repl defaults
The createInternalRepl() module accepts an options object as an
argument. However, if one is provided, it overrides all of the
default options. This commit applies the options object to the
defaults, only changing the values that are explicitly set.

PR-URL: https://github.com/nodejs/node/pull/7826
Reviewed-By: James M Snell <jasnell@gmail.com>
2016-08-08 11:03:18 -04:00
..
internal repl: don't override all internal repl defaults 2016-08-08 11:03:18 -04:00
_debug_agent.js debugger: make listen address configurable 2016-06-30 13:41:51 +02:00
_debugger.js debugger: remove obsolete setTimeout 2016-06-07 13:32:05 -07:00
_http_agent.js
_http_client.js http: wait for both prefinish/end to keepalive 2016-06-06 13:34:11 -04:00
_http_common.js http: optimize checkInvalidHeaderChar() 2016-06-14 15:13:00 -04:00
_http_incoming.js http: fix no dumping after maybeReadMore 2016-06-15 12:50:19 -04:00
_http_outgoing.js http: specify _implicitHeader in OutgoingMessage 2016-08-05 23:26:46 +08:00
_http_server.js
_linklist.js
_stream_duplex.js
_stream_passthrough.js
_stream_readable.js lib,benchmark,test: implement consistent braces 2016-07-12 10:33:29 -07:00
_stream_transform.js stream: 'data' argument on callback of Transform._flush() 2016-06-09 11:06:01 +02:00
_stream_wrap.js
_stream_writable.js stream: improve unimplemented _write() error 2016-07-21 11:24:26 -04:00
_tls_common.js
_tls_legacy.js
_tls_wrap.js buffer: introduce latin1 encoding term 2016-06-07 13:51:14 -06:00
.eslintrc
assert.js assert: remove unneeded arguments special handling 2016-06-27 16:58:12 -07:00
buffer.js buffer: throw on negative .allocUnsafe() argument 2016-08-08 15:04:21 +02:00
child_process.js child_process: control argv0 for spawned processes 2016-08-08 16:35:43 +02:00
cluster.js cluster: support stdio option for workers 2016-08-01 15:08:42 -04:00
console.js
constants.js
crypto.js crypto,tls: perf improvements for crypto and tls getCiphers 2016-06-21 10:03:08 -07:00
dgram.js dgram: generalized send queue to handle close 2016-07-13 17:49:04 +02:00
dns.js
domain.js domain: add message for dispose deprecation 2016-06-07 00:27:42 -04:00
events.js
fs.js Revert "fs: make callback mandatory to all async functions" 2016-08-05 00:13:29 +02:00
http.js
https.js
module.js lib,benchmark,test: implement consistent braces 2016-07-12 10:33:29 -07:00
net.js lib,benchmark,test: implement consistent braces 2016-07-12 10:33:29 -07:00
os.js os: deprecate tmpDir() in favour of tmpdir() 2016-06-30 14:52:13 +02:00
path.js
process.js
punycode.js punycode: update to v2.0.0 2016-06-17 17:03:49 +02:00
querystring.js
readline.js readline: show completions only after 2nd TAB 2016-08-04 23:32:38 +02:00
repl.js repl: Add editor mode support 2016-08-06 19:41:35 +05:30
stream.js
string_decoder.js string_decoder: fix bad utf8 character handling 2016-06-23 23:18:10 -04:00
sys.js
timers.js timers: fix cleanup of nested same-timeout timers 2016-07-29 09:48:45 -07:00
tls.js tls: avoid calling Buffer.byteLength multiple times 2016-06-21 10:53:25 -07:00
tty.js tty: use blocking mode on OS X 2016-06-01 18:57:45 -04:00
url.js net: use icu's punycode implementation 2016-06-29 17:10:53 -07:00
util.js util: fix formatting of objects with SIMD enabled 2016-08-02 15:00:59 +02:00
v8.js
vm.js vm: add ability to break on sigint/ctrl+c 2016-06-18 20:44:16 +02:00
zlib.js zlib: move constants into zlib.constants 2016-06-11 17:24:35 -07:00