summaryrefslogtreecommitdiff
path: root/lib/internal/repl.js
Commit message (Expand)AuthorAgeFilesLines
* lib: enforce the use of Object from primordialsMichaƫl Zasso2019-04-121-0/+2
* repl: fix terminal default settingRuben Bridgewater2019-03-251-12/+8
* repl: add replDefaults to customize the writerRuben Bridgewater2019-03-081-0/+2
* repl: add repl.setupHistory for programmatic replLance Ball2019-02-111-158/+2
* lib: remove internal `util._extends()` usageRuben Bridgewater2018-12-201-3/+4
* lib: switch to Number.isNaNRuben Bridgewater2018-02-161-1/+1
* Revert "repl: refactor tests to not rely on timing"Ruben Bridgewater2018-02-121-2/+2
* repl: remove deprecated NODE_REPL_HISTORY_FILERuben Bridgewater2018-02-121-51/+7
* repl: refactor tests to not rely on timingBradley Farias2018-02-101-2/+2
* doc: use American spellings per style guideRich Trott2017-12-061-1/+1
* lib: use destructuring for some constantsWeijia Wang2017-10-161-1/+1
* repl: fix old history error handlingRuben Bridgewater2017-06-301-28/+39
* errors,repl: migrate to use internal/errors.jssreepurnajasti2017-06-011-2/+4
* repl: fix /dev/null history file regressionBrian White2017-05-021-16/+9
* repl: support hidden history file on WindowsBartosz Sosnowski2017-04-201-1/+10
* repl: docs-only deprecation of magic modeTimothy Gu2017-03-061-3/+2
* repl: don't override all internal repl defaultscjihrig2016-08-081-3/+4
* repl: default useGlobal to truecjihrig2016-07-211-1/+1
* repl: Default `useGlobal` to false in CLI REPL.Lance Ball2016-06-301-1/+1
* repl: break on sigint/ctrl+cAnna Henningsen2016-06-181-1/+2
* benchmark,test,lib: remove extra spacesRich Trott2016-05-111-1/+1
* repl: create history file with mode 0600Carl Lei2016-05-041-1/+4
* repl: make sure historyPath is trimmedEvan Lucas2016-01-161-1/+12
* repl: remove unused functionRich Trott2015-12-261-6/+0
* repl: Fixed node repl history edge case.Mudit Ameta2015-12-221-2/+16
* repl: don't crash if cannot open history fileEvan Lucas2015-11-031-1/+10
* repl: limit persistent history correctly on loadJeremiah Senkpiel2015-10-191-2/+2
* repl: don't use tty control codes when $TERM is set to "dumb"Salman Aljammaz2015-09-221-1/+4
* repl: dont throw ENOENT on NODE_REPL_HISTORY_FILETodd Kennedy2015-08-201-1/+3
* repl: persist history in plain textJeremiah Senkpiel2015-08-041-8/+17
* repl: default persistence to ~/.node_repl_historyJeremiah Senkpiel2015-08-041-1/+17
* test: add tests for persistent repl historyJeremiah Senkpiel2015-08-041-2/+6
* repl: fix for a+ fd clearing the file on readChris Dickinson2015-05-041-2/+7
* repl: fix _debugger by properly proxying replChris Dickinson2015-05-041-14/+7
* repl: fix persistent history and env variable nameRoman Reiss2015-05-031-5/+6
* repl: do not save history for non-terminal replFedor Indutny2015-05-021-1/+1
* repl: add mode detection, cli persistent historyChris Dickinson2015-04-301-0/+168