summaryrefslogtreecommitdiff
path: root/lib/repl.js
AgeCommit message (Expand)Author
2013-03-03make repl compatible with domainsDave Olszewski
2013-01-16repl: fix how to module requiring in code commentRyunosuke SATO
2013-01-12repl: fix lintNathan Rajlich
2013-01-12repl: make built-in modules available by defaultFelix Böhm
2013-01-03REPL: fix floating point number parsingNirk Niggler
2013-01-03repl: allow overriding builtinsBen Noordhuis
2012-12-26repl: remove 'repl' from automatic loading libsRyunosuke SATO
2012-12-26repl: add 'domain' to automatic loading libsRyunosuke SATO
2012-12-21repl: don't touch `require.cache`Nathan Rajlich
2012-12-13Add 'stream' as a native module in replisaacs
2012-11-10repl: don't interpret floating point numbersBen Noordhuis
2012-10-13Merge remote-tracking branch 'origin/v0.8'Nathan Rajlich
2012-10-12repl: ensure each REPL instance gets its own "context"Nathan Rajlich
2012-10-07repl: dynamically lookup the require extensions for tab completeNathan Rajlich
2012-10-05repl: move "isSyntaxError()" definition to the bottomNathan Rajlich
2012-10-01repl: make "end of input" JSON.parse() errors throw in the REPLNathan Rajlich
2012-09-30repl: make invalid RegExp modifiers throw in the REPLNathan Rajlich
2012-09-28Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs
2012-09-21repl: make invalid RegExps throw in the REPLNathan Rajlich
2012-08-24repl: create a new Console instance for the repl when "useGlobal" is offNathan Rajlich
2012-07-11Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs
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-23repl: fix buffer clearing after npm commandBen Noordhuis
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