summaryrefslogtreecommitdiff
path: root/lib/internal/repl.js
AgeCommit message (Expand)Author
2019-02-11repl: add repl.setupHistory for programmatic replLance Ball
2018-12-20lib: remove internal `util._extends()` usageRuben Bridgewater
2018-02-16lib: switch to Number.isNaNRuben Bridgewater
2018-02-12Revert "repl: refactor tests to not rely on timing"Ruben Bridgewater
2018-02-12repl: remove deprecated NODE_REPL_HISTORY_FILERuben Bridgewater
2018-02-10repl: refactor tests to not rely on timingBradley Farias
2017-12-06doc: use American spellings per style guideRich Trott
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-06-30repl: fix old history error handlingRuben Bridgewater
2017-06-01errors,repl: migrate to use internal/errors.jssreepurnajasti
2017-05-02repl: fix /dev/null history file regressionBrian White
2017-04-20repl: support hidden history file on WindowsBartosz Sosnowski
2017-03-06repl: docs-only deprecation of magic modeTimothy Gu
2016-08-08repl: don't override all internal repl defaultscjihrig
2016-07-21repl: default useGlobal to truecjihrig
2016-06-30repl: Default `useGlobal` to false in CLI REPL.Lance Ball
2016-06-18repl: break on sigint/ctrl+cAnna Henningsen
2016-05-11benchmark,test,lib: remove extra spacesRich Trott
2016-05-04repl: create history file with mode 0600Carl Lei
2016-01-16repl: make sure historyPath is trimmedEvan Lucas
2015-12-26repl: remove unused functionRich Trott
2015-12-22repl: Fixed node repl history edge case.Mudit Ameta
2015-11-03repl: don't crash if cannot open history fileEvan Lucas
2015-10-19repl: limit persistent history correctly on loadJeremiah Senkpiel
2015-09-22repl: don't use tty control codes when $TERM is set to "dumb"Salman Aljammaz
2015-08-20repl: dont throw ENOENT on NODE_REPL_HISTORY_FILETodd Kennedy
2015-08-04repl: persist history in plain textJeremiah Senkpiel
2015-08-04repl: default persistence to ~/.node_repl_historyJeremiah Senkpiel
2015-08-04test: add tests for persistent repl historyJeremiah Senkpiel
2015-05-04repl: fix for a+ fd clearing the file on readChris Dickinson
2015-05-04repl: fix _debugger by properly proxying replChris Dickinson
2015-05-03repl: fix persistent history and env variable nameRoman Reiss
2015-05-02repl: do not save history for non-terminal replFedor Indutny
2015-04-30repl: add mode detection, cli persistent historyChris Dickinson