summaryrefslogtreecommitdiff
path: root/lib/readline.js
AgeCommit message (Expand)Author
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-08-09lib: use Timer.now() in readline moduleRich Trott
2017-07-31readline: remove max limit of crlfDelayAzard
2017-07-23readline: name some anonymous functionsFlandre Scarlet
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-21readline: remove the caching variableLyall Sun
2017-07-19lib: improve lazy requiresRuben Bridgewater
2017-07-10lib: normalize indentation in parenthesesRich Trott
2017-07-07lib: remove excess indentationRich Trott
2017-06-28readline: properly handle 0-width charactersTimothy Gu
2017-06-23benchmark,lib,test: use braces for multiline blockRich Trott
2017-06-19readline,repl,url,util: remove needless capturingVse Mozhet Byt
2017-06-13errors, readline: migrate to use internal/errors.jsScott McKenzie
2017-06-10Revert "readline: clean up event listener in onNewListener"Anna Henningsen
2017-06-01readline: clean up event listener in onNewListenerGibson Fahnestock
2017-05-07readline: move escape codes into internal/readlineJames M Snell
2017-05-07readline: multiple code cleanupsJames M Snell
2017-05-07readline: use module.exports = {}James M Snell
2017-04-30readline: fix permanent deoptimizationsBrian White
2017-03-22readline: rename `deDupeHistory` optionDanny Nemer
2017-03-17readline: add option to stop duplicates in historyDanny Nemer
2017-03-17readline: avoid using forEachJames M Snell
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-21tools: enable one-var-declaration-per-line ESLint ruleMichaël Zasso
2017-02-04readline: update 6 comparions to strictUmair Ishaq
2017-01-13readline: refactor construct InterfaceJackson Tian
2016-10-25readline: use icu based string width calculationJames M Snell
2016-10-06readline: fix `concievably` typo in readline.jsMiguel Angel Asencio Hurtado
2016-09-08readline: key interval delay for \r & \nPrince J Wesley
2016-08-27repl: Auto alignment for .editor modePrince J Wesley
2016-08-17readline: keypress trigger for escape characterPrince J Wesley
2016-08-04readline: show completions only after 2nd TABAnna Henningsen
2016-06-25readline: allow passing prompt to constructorEvan Lucas
2016-06-18readline: return old status from _setRawModeAnna Henningsen
2016-05-16lib: replace legacy uses of __defineGetter__James M Snell
2016-05-13repl: copying tabs shouldn't trigger completionEugene Obrezkov
2016-05-02readline: remove deprecated methodscjihrig
2016-04-26readline: allow history to be disabledsurya panikkal
2016-03-23lib: refactor code with startsWith/endsWithJackson Tian
2016-01-18readline: Remove XXX and output debuglogKohei TAKATA
2016-01-13lib: fix style issues after eslint updateMichaël Zasso
2015-11-19readline: deprecate undocumented exportscjihrig
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-09-23lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-09-18readline: fix tab completion bugMatt Harrison
2015-08-20events: deprecate static listenerCount functionSakthipriyan Vairamani
2015-08-04readline: allow tabs in inputRich Trott
2015-07-11readline: fix freeze if `keypress` event throwsAlex Kocharin
2015-07-03util: prepend '(node) ' to deprecation messagesSakthipriyan Vairamani
2015-06-15lib,test: fix whitespace issuesRoman Reiss