node/lib/internal
Evan Lucas da550aa063 repl: make sure historyPath is trimmed
If one were to set NODE_REPL_HISTORY to a string that contains only a
space (" "), then the history file would be created with that name
which can cause problems are certain systems.

PR-URL: https://github.com/nodejs/node/pull/4539
Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
2016-01-16 13:21:53 -06:00
..
streams streams: refactor LazyTransform to internal/ 2015-09-14 19:58:04 -07:00
child_process.js lib: fix style issues after eslint update 2016-01-13 23:16:05 +01:00
cluster.js cluster: remove handles when disconnecting worker 2015-11-06 23:02:11 +01:00
freelist.js iojs: introduce internal modules 2015-03-25 22:12:18 +03:00
linkedlist.js lib,test: deprecate _linklist 2015-10-08 17:32:08 -07:00
module.js module: cache stat() results more aggressively 2016-01-12 12:35:11 -08:00
readline.js readline: deprecate undocumented exports 2015-11-19 17:01:25 -05:00
readme.md doc: add internal modules notice 2015-08-25 11:58:50 -04:00
repl.js repl: make sure historyPath is trimmed 2016-01-16 13:21:53 -06:00
socket_list.js lib,src: remove usage of events.EventEmitter 2015-09-23 00:23:08 +05:30
util.js module: always decorate thrown errors 2015-12-19 14:15:38 -05:00
v8_prof_polyfill.js tools: run tick processor without forking 2015-12-29 14:14:43 -08:00
v8_prof_processor.js tools: run tick processor without forking 2015-12-29 14:14:43 -08:00

readme.md

Internal Modules

The modules in lib/internal are intended for internal use in Node.js core only, and are not accessible with require() from user modules. These are subject to change at any time. Reliance on these modules outside of core is not supported in any way.