node/lib/internal
Chris Dickinson 0450ce7db2 repl: add mode detection, cli persistent history
this creates a new internal module responsible for providing
the repl created via "iojs" or "iojs -i," and adds the following
options to the readline and repl subsystems:

* "repl mode" - determine whether a repl is strict mode, sloppy mode,
  or auto-detect mode.
* historySize - determine the maximum number of lines a repl will store
  as history.

The built-in repl gains persistent history support when the
NODE_REPL_HISTORY_FILE environment variable is set. This functionality
is not exposed to userland repl instances.

PR-URL: https://github.com/iojs/io.js/pull/1513
Reviewed-By: Fedor Indutny <fedor@indutny.com>
2015-04-30 19:33:05 -07:00
..
freelist.js iojs: introduce internal modules 2015-03-25 22:12:18 +03:00
repl.js repl: add mode detection, cli persistent history 2015-04-30 19:33:05 -07:00
smalloc.js lib: deprecate the smalloc module 2015-04-29 19:33:43 +02:00