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
2011-10-06Fixed a lot of jslint errors.Colton Baker
2011-09-28Bind uv_tty_get_winsizeRyan Dahl
2011-09-14readline: handle null completer graciouslyBen Noordhuis
2011-09-09[debugger] call silent resume in debugEval to prevent incorrect cursor positi...Fedor Indutny
2011-09-08[repl, readline] refactor async completion and executionFedor Indutny
2011-09-08[readline, repl] Fix completion grouping, fix parens eval resultsFedor Indutny
2011-09-08[repl, readline] async interfaceFedor Indutny
2011-07-29jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.jsRobert Mustacchi
2011-03-15Update copyright headersRyan Dahl
2011-01-25Readline: fixes, more key bindingsBert Belder
2011-01-25Support pastes and meta-backspaceisaacs
2011-01-24lintRyan Dahl
2011-01-19Transfer data gathering responsibility to readlineRyan Dahl
2011-01-19Windows: fix window size getter bugBert Belder
2011-01-19Readline: use symbolic key names instead of ascii control codesBert Belder
2011-01-19Readline: use tty methods instead of control sequencesBert Belder
2011-01-19Use tty.ReadStream and tty.WriteStream for stdio when appropriateBert Belder
2011-01-18Windows: implement missing stdio methodsBert Belder
2011-01-14debugger: don't hang on ^d and ^cRyan Dahl
2011-01-11getWindowSize/setWindowSizeRyan Dahl
2011-01-07LintRyan Dahl
2010-12-31debugger: Prompt before quittingRyan Dahl
2010-12-31debugger: Disable/Enable raw mode for childRyan Dahl
2010-12-30Disable OPOSTRyan Dahl
2010-12-30Fork out to debugger on debugger statementsRyan Dahl
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