summaryrefslogtreecommitdiff
path: root/lib/repl.js
AgeCommit message (Expand)Author
2015-03-19lib: don't error in repl when cwd doesn't existBen Noordhuis
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-21lib: use const to define constantscjihrig
2015-01-19repl: make REPL support multiline template literalsXiaowei Li
2015-01-15src: fix jslint errorsYosuke Furukawa
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-14lib: reintroduce v8 moduleBen Noordhuis
2014-12-09src: remove the tracing module entirelyBert Belder
2014-11-22lib: turn on strict modeBen Noordhuis
2014-07-31repl: proper `setPrompt()` and `multiline` supportFedor Indutny
2014-07-31Revert "repl: fix overwrite for this._prompt"Fedor Indutny
2014-07-29repl: fix overwrite for this._promptYazhong Liu
2014-06-30repl: fix multi-line inputFedor Indutny
2014-06-11lib: remove unused variablesBrian White
2014-02-17lint: fix missing semi colon in replTimothy J Fontaine
2014-02-17repl: remove a unnecessary concatenationYazhong Liu
2014-02-17repl: REPLServer inherits from readline.InterfaceYazhong Liu
2014-02-05src: add tracing.v8.on('gc') statistics hooksBen Noordhuis
2013-11-18Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine
2013-11-11repl: do not insert duplicates into completionsMaciej Małecki
2013-09-04repl: Simplify paren wrap, continuation-detectionisaacs
2013-09-04repl: treat "Assignment to const" as syntax errorNathan Rajlich
2013-09-04repl: Catch syntax errors betterisaacs
2013-08-28vm: update API to use options argumentDomenic Denicola
2013-08-21vm: Put back display_errors flagisaacs
2013-08-15lib: remove unused variables and functionsBrian White
2013-08-05repl: Add 'smalloc' to list of known modulesisaacs
2013-08-01src: Replace macros with util functionsisaacs
2013-07-24lib: macro-ify type checksBen Noordhuis
2013-05-31Merge remote-tracking branch 'ry/v0.10'isaacs
2013-05-30repl: fix JSON.parse error checkBrian White
2013-04-05Merge remote-tracking branch 'ry/v0.10'isaacs
2013-03-30repl: use more readable RegExp syntax for spacesNathan Rajlich
2013-03-30repl: isSyntaxError() catches "strict mode" errorsNathan Rajlich
2013-03-14repl: Use a domain to catch async errors safelyisaacs
2013-03-14repl: emit 'reset' event when context is resetSami Samhuri
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