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-07-29jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.jsRobert Mustacchi
2011-07-25Finish removing require.pathsisaacs
2011-05-08Merge branch 'v0.4'isaacs
2011-04-26Close #983 Better JSON.parse error detectionisaacs
2011-04-21Don't overwrite an user-specified repl.writerTim Baumann
2011-04-21make it possible to do repl.start('', stream)Wade Simmons
2011-04-21Close #955 Change ^C handling in REPLisaacs
2011-04-12Update how REPLServer uses contextsBen Weaver
2011-03-15Update copyright headersRyan Dahl
2011-02-28Closes GH-232 Make the repl's global the right thingisaacs
2011-02-28Closes GH-184 Clear require cache on repl .clearisaacs
2011-02-15Make the repl respect node_modules folders.isaacs
2011-01-28REPL: disable colors in windows for nowRyan Dahl
2011-01-24lintRyan Dahl
2011-01-19Transfer data gathering responsibility to readlineRyan Dahl
2011-01-19Readline: use symbolic key names instead of ascii control codesBert Belder
2011-01-07LintRyan Dahl
2011-01-07Replace string magic + path.join by path.resolveBert Belder
2011-01-07Allow for two streams in REPLRyan Dahl
2011-01-03Fix REPL for named functionsRyan Dahl
2011-01-02repl.js styleRyan Dahl
2011-01-02Allow for evaling statements in REPL tooRyan Dahl
2011-01-02Improve how REPL commands are evaledRyan Dahl
2010-12-17Add os module to repl's built-in lib listBrian White
2010-12-03Make sure REPL doesn't get borked when invalid REPL keywords are enteredBrian White
2010-12-02more lintRyan Dahl
2010-11-21update repl to distinguish JSON.parse SyntaxErrors from the restMarco Rogers
2010-11-18Make sure raw mode is disabled when exiting a terminal-based REPL.Brian White
2010-11-13Simplify REPL displayPromptRyan Dahl
2010-10-21The cwdRequire hack is no longer necessary with the require.resolve refactor.isaacs
2010-10-20Add require.resolve.isaacs
2010-10-19new api for defining repl commandsSami Samhuri
2010-10-12Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-10-09Add flag to disable colors in REPLRyan Dahl
2010-10-09add $ to variable name character matching patterns in repl completerSean Coates
2010-10-07syntax fixes to pass jslintJoshaven Potter
2010-10-01Fix REPL crash on tabbing 'this.'Ryan Dahl
2010-09-17^c to get out of '...' in REPLRyan Dahl
2010-09-17Simplify REPLRyan Dahl
2010-09-08add ANSI coloring option to sys.inspect and, by default, to the replTrent Mick
2010-08-19drop obsolete TODO commentTrent Mick
2010-08-19repl completion: completion for arguments to "require"Trent Mick
2010-08-19repl completion: comment/TODO cleanup, no functional changeTrent Mick
2010-08-12First pass at tab-completion in the REPLTrent Mick
2010-06-30fix whitespace errorsBlake Mizerany
2010-06-29Added new API to Script, and implemented it in the REPLRuben Rodriguez
2010-06-12Fix #169. Expose require members in the repl.isaacs
2010-06-09Add NODE_NO_READLINE check for REPLRyan Dahl
2010-06-08Fix test-replRyan Dahl
2010-06-08Support more readline navigation keys.Matt Ranney