node/lib/internal
Brian White c20e87a10e
repl: fix /dev/null history file regression
This fixes a regression from 83887f35fa where ftruncate() fails on
a file symlinked to /dev/null.

PR-URL: https://github.com/nodejs/node/pull/12762
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2017-05-02 18:47:16 -04:00
..
cluster cluster: remove debug arg handling 2017-05-02 14:58:22 -07:00
process process: add optional detail to process emitWarning 2017-05-01 11:53:47 -07:00
streams streams: refactor BufferList into ES6 class 2017-05-01 11:18:42 -07:00
test test: add Unicode characters regression test 2017-04-04 11:14:14 -07:00
bootstrap_node.js errors: assign error code to bootstrap_node created error 2017-04-24 09:06:54 -07:00
buffer.js lib: more consistent use of module.exports = {} model 2017-02-22 08:56:08 -08:00
child_process.js errors, child_process: migrate to using internal/errors 2017-04-27 15:44:14 -07:00
errors.js errors, child_process: migrate to using internal/errors 2017-04-27 15:44:14 -07:00
freelist.js freelist: simplify export 2017-05-01 11:18:51 -07:00
fs.js fs: simplify constant decls 2017-05-01 11:18:46 -07:00
http.js http: avoid retaining unneeded memory 2017-03-22 10:26:02 -07:00
linkedlist.js linkedlist: remove unused methods 2017-04-04 10:59:44 -07:00
module.js module: refactor internal/module export style 2017-05-01 11:18:38 -07:00
net.js net: remove an unused internal module assertPort 2017-03-14 18:51:36 +01:00
process.js process: refactor internal/process.js export style 2017-05-01 11:18:31 -07:00
querystring.js lib: use Object.create(null) directly 2017-03-24 15:25:49 -07:00
readline.js readline: remove unneeded eslint-disable comment 2017-03-15 16:59:07 +01:00
readme.md doc: limit lines to 80 cols in internal README 2017-04-13 15:30:10 -07:00
repl.js repl: fix /dev/null history file regression 2017-05-02 18:47:16 -04:00
socket_list.js lib: refactor internal/socket_list 2017-02-22 08:56:01 -08:00
url.js url: fix permanent deoptimizations 2017-04-30 03:17:47 -04:00
util.js test,lib,doc: use function declarations 2017-05-01 15:56:58 -07:00
v8_prof_polyfill.js lib: fix TypeError in v8-polyfill 2016-10-06 10:10:19 -07:00
v8_prof_processor.js process: changed var to const in internal/v8_prof_processor 2016-09-22 09:48:47 -07:00

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.