summaryrefslogtreecommitdiff
path: root/lib/readline.js
AgeCommit message (Expand)Author
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-07readline: eagerly load string_decoderRuben Bridgewater
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-30lib: replace Date.now function by primordial DateNowTchoupinax
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-20lib: replace var with let and const in readline.jsVinceOPS
2019-10-05lib: introduce no-mixed-operators eslint rule to libZYSzys
2019-08-17readline: close dumb terminals on Control+Dcjihrig
2019-08-17readline: close dumb terminals on Control+Ccjihrig
2019-08-16readline: establish y in cursorTo as optionalGerhard Stoebich
2019-07-20lib: rename lib/internal/readline.jscjihrig
2019-07-16readline: expose stream API in cursorTo()cjihrig
2019-07-16readline: expose stream API in moveCursor()cjihrig
2019-07-16readline: expose stream API in clearLine()cjihrig
2019-07-13readline: expose stream API in clearScreenDown()cjihrig
2019-07-13readline: remove IIFE in SIGCONT handlercjihrig
2019-07-13readline: use named constant for surrogate checkscjihrig
2019-07-03readline: fix position computationBenoît Zugmeyer
2019-06-10readline: error on falsy values for callbackSam Roberts
2019-04-16lib: require globals instead of using the global proxyJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-03lib: force using primordials for JSON, Math and ReflectMichaël Zasso
2019-04-03readline: make Symbol.asyncIterator support stableMatteo Collina
2019-03-30readline: replace quadratic regex with linear oneThomas
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-23readline: remove usage of require('util')dnlup
2019-03-21readline: support TERM=dumbVladislav Kaminsky
2019-03-13lib: refactor deprecated function in readline.jsgengjiawen
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-03-01readline: improve Unicode handlingAvi ד
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-13lib: refactor argument validation using validateStringZYSzys
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-05Revert "lib: repl multiline history support"Ruben Bridgewater
2018-12-05Revert "repl: handle buffered string logic on finish"Ruben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-20readline: add support for async iterationTimothy Gu
2018-11-19repl: handle buffered string logic on finishAnto Aravinth
2018-11-02lib: repl multiline history supportAnto Aravinth
2018-10-25lib: add escapeCodeTimeout as an option to createInterfaceRaoof
2018-08-01readline,zlib: named anonymous functionsAnto Aravinth
2018-05-18repl: changes ctrl+u to delete from cursor to line startShobhit Chittora
2018-05-18string_decoder: lazy loadedRuben Bridgewater
2018-03-05lib: port errors to new systemMichaël Zasso
2018-02-16lib: switch to Number.isNaNRuben Bridgewater
2018-02-07readline: use Date.now() and move test to parallelAnatoli Papirovski
2018-01-03readline: update references to archived repositoryTobias Nießen