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
2012-01-02Merge remote-tracking branch 'origin/v0.6'Ben Noordhuis
2011-12-31Fix #2034 repl message for .clear when useGlobal=trueisaacs
2011-12-29repl: fix repl.start not passing the `ignoreUndefined` arg to the REPLServer ...Damon Oehlman
2011-12-19preserve cursor posFedor Indutny
2011-11-12.load, .save and local scope tab completionseebees
2011-11-03ignore undefined messages in the debugger replFedor Indutny
2011-10-22Print out `undefined` on the REPL when returned.Nathan Rajlich
2011-10-22Add useGlobal flag for standard node replisaacs
2011-10-22Revert "Don't use a separate context for the repl."isaacs
2011-10-20repl: print out `undefined`Nathan Rajlich
2011-10-19Don't use a separate context for the repl.isaacs
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