Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-30Add ability to ask question from readlineRyan Dahl
2010-12-03Introduce require('tty')Ryan Dahl
2010-12-02more lintRyan Dahl
2010-11-27Use a proper tty test.isaacs
2010-11-12Add writeFilter when in the readlineRyan Dahl
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-07syntax fixes to pass jslintJoshaven Potter
2010-09-28Remove require('buffer') in built-in libraries.Ryan Dahl
2010-09-28quicker loopsAaron Heckmann
2010-09-17^c to get out of '...' in REPLRyan Dahl
2010-09-13Fix style in readlineRyan Dahl
2010-09-13Add SIGWINCH handler for readlineRyan Dahl
2010-09-08add ANSI coloring option to sys.inspect and, by default, to the replTrent Mick
2010-09-08Ctrl+W support for the REPLTrent Mick
2010-08-30add readline support for meta-dJohan Euphrosine
2010-08-23Fix home/end keys in repl for putty/xterm.Brian
2010-08-23add readline support for meta-f and meta-bJohan Euphrosine
2010-08-23add home/end support in rxvt and readline testsJohan Euphrosine
2010-08-22fix home/end on GNU/LinuxJohan Euphrosine
2010-08-19repl tab completion: insert common prefix of multiple completionsTrent Mick
2010-08-12repl completion: multi-column display of completionsTrent Mick
2010-08-12First pass at tab-completion in the REPLTrent Mick
2010-08-08Export Interface from readline.jsRyan Dahl
2010-07-26Support for HOME and END in REPL.Chandra Sekar S
2010-07-19Fix style in readlineRyan Dahl
2010-07-19Support DEL in the REPL.Jérémy Lal
2010-06-30fix whitespace errorsBlake Mizerany
2010-06-09Handle ctrl+z from readlineRyan Dahl
2010-06-09Add NODE_NO_READLINE check for REPLRyan Dahl
2010-06-08Use strings instead of buffers in readlineRyan Dahl
2010-06-08Support more readline navigation keys.Matt Ranney
2010-06-08Fix misspellingRyan Dahl
2010-06-08Add binding to termios, implement readline for replRyan Dahl