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-28Enable console colors on windows by defaultBert Belder
2011-09-27Export disableColors from repl, share with debuggerFedor Indutny
2011-09-24readline: custom streams supportFedor Indutny
2011-09-23initial testsFedor Indutny
2011-09-20micro-refactor, use rli.output.write instead of rli.write ('line' event was e...Fedor Indutny
2011-09-15Merge remote branch 'origin/v0.4'Ryan Dahl
2011-09-15Fix #1707 hasOwnProperty usageisaacs
2011-09-15Fix #1707 hasOwnProperty usageisaacs
2011-09-14[repl] add error handling for async scope fetchingFedor Indutny
2011-09-11fix syntax error handling for 'throw ...', fix return value assertionFedor Indutny
2011-09-08[repl, readline] refactor async completion and executionFedor Indutny
2011-09-08[repl] let self.eval be configurable on REPLServer initializationFedor Indutny
2011-09-08[repl] Async global completionFedor Indutny
2011-09-08[readline, repl] Fix completion grouping, fix parens eval resultsFedor Indutny
2011-09-08[repl, readline] async interfaceFedor Indutny
2011-09-01repl: don't eval twice when an Error is thrownNathan Rajlich
2011-08-24Use Object.getPrototypeOf() on the object in the REPL tab-completion.Nathan Rajlich
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