summaryrefslogtreecommitdiff
path: root/lib/repl.js
AgeCommit message (Expand)Author
2012-09-21repl: make invalid RegExps throw in the REPLNathan Rajlich
2012-07-06Move function declaration out of conditionalJonas Westerlund
2012-07-04repl: fix passing an empty line inserting "undefined" into the bufferNathan Rajlich
2012-07-04repl: fix crashes when buffering commandMaciej MaƂecki
2012-06-15domain: the EventEmitter constructor is now always called in nodecoreAndreas Madsen
2012-06-05Warn about running npm in the replisaacs
2012-05-21repl: preserve the cursor when redisplaying the prompt on SIGCONTNathan Rajlich
2012-04-25repl: make tab completion read up the prototype of "global"Nathan Rajlich
2012-04-21repl: use Object.getPrototypeOf on functions for tab complete()Nathan Rajlich
2012-04-17repl: update the `repl` for the new `readline` behaviorNathan Rajlich
2012-04-06repl: make the completer use newlinesNathan Rajlich
2012-03-28repl: don't write a newline on the readline 'end' eventNathan Rajlich
2012-03-27repl: add a 'useColors' option to the replNathan Rajlich
2012-03-27repl: add a 'writer' option to the replNathan Rajlich
2012-03-27repl: ensure that 'repl.ignoreUndefined' is a booleanNathan Rajlich
2012-03-27repl: ensure that 'repl.useGlobal' is a booleanNathan Rajlich
2012-03-27repl: make ^D emit an 'end' event on the readline instanceNathan Rajlich
2012-03-26readline: migrate ansi/vt100 logic from tty to readlineNathan Rajlich
2012-03-20readline: row-agnostic multiline readline implementationAlex Kocharin
2012-03-20repl: fix space autocompletion bugAlex Kocharin
2012-03-19debugger: remove 'repl' command from builtinLibsFedor Indutny
2012-03-13repl: better SIGINT handling behaviorNathan Rajlich
2012-03-13repl: remove redundant check of rli.rine.lengthNathan Rajlich
2012-03-13repl: make sure the REPL always flushes with a newlineNathan Rajlich
2012-03-13repl: make REPLServer emit an "exit" eventNathan Rajlich
2012-03-13repl: make REPLServer inherit from EventEmitterNathan Rajlich
2012-03-13repl: use path.resolve() for the module.filenameNathan Rajlich
2012-02-22readline: ^Z (SIGSTP) handlingColton Baker
2012-02-20repl: add automatic loading of built-in libsBrandon Benvie
2012-02-18Lint all the JavaScripts.isaacs
2012-02-18Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs
2012-02-18repl: remove double calls where possibleFedor Indutny
2012-02-17repl: make tab completion work on non-objectsNathan Rajlich
2012-02-16Readline proposal and bugfixes. Related: #2737 #2756Colton Baker
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-02ignore undefined messages in the debugger replFedor Indutny
2011-10-22Print out `undefined` on the REPL when returned.Nathan Rajlich
2011-10-21Add useGlobal flag for standard node replisaacs
2011-10-21Revert "Don't use a separate context for the repl."isaacs
2011-10-20repl: print out `undefined`Nathan Rajlich
2011-10-18Don't use a separate context for the repl.isaacs
2011-10-05Fixed a lot of jslint errors.Colton Baker
2011-09-27Enable console colors on windows by defaultBert Belder
2011-09-27Export disableColors from repl, share with debuggerFedor Indutny
2011-09-23readline: custom streams supportFedor Indutny
2011-09-23initial testsFedor Indutny