202 Commits (f95f9ef6ea2eb3e7cc98c3dea372d74b4bb10910)

Author SHA1 Message Date
Ryunosuke SATO 0db521d0b0 repl: remove 'repl' from automatic loading libs 12 years ago
Ryunosuke SATO 31cffae2ba repl: add 'domain' to automatic loading libs 12 years ago
Nathan Rajlich 837df70b75 repl: don't touch `require.cache` 12 years ago
isaacs 17834ed28c Add 'stream' as a native module in repl 12 years ago
Ben Noordhuis b6e989759b repl: don't interpret floating point numbers 12 years ago
Nathan Rajlich b1e78cef09 repl: ensure each REPL instance gets its own "context" 12 years ago
Nathan Rajlich 7611c7cd25 repl: dynamically lookup the require extensions for tab complete 12 years ago
Nathan Rajlich 59c166cfba repl: move "isSyntaxError()" definition to the bottom 12 years ago
Nathan Rajlich 3b7312d23a repl: make "end of input" JSON.parse() errors throw in the REPL 12 years ago
Nathan Rajlich f1722a280c repl: make invalid RegExp modifiers throw in the REPL 12 years ago
Nathan Rajlich 4a2670740c repl: make invalid RegExps throw in the REPL 12 years ago
Nathan Rajlich 0285dae26a repl: create a new Console instance for the repl when "useGlobal" is off 12 years ago
Jonas Westerlund 7e7d5d38ea Move function declaration out of conditional 12 years ago
Nathan Rajlich 9126dd2d90 repl: fix passing an empty line inserting "undefined" into the buffer 12 years ago
Maciej Małecki 6a11f3edf4 repl: fix crashes when buffering command 12 years ago
Ben Noordhuis c40875ee13 repl: fix buffer clearing after npm command 13 years ago
Andreas Madsen 1e0ce5d1bd domain: the EventEmitter constructor is now always called in nodecore 13 years ago
isaacs 28e851c169 Warn about running npm in the repl 13 years ago
Nathan Rajlich a608f65b24 repl: preserve the cursor when redisplaying the prompt on SIGCONT 13 years ago
Nathan Rajlich f405daa922 repl: make tab completion read up the prototype of "global" 13 years ago
Nathan Rajlich e16021340d repl: use Object.getPrototypeOf on functions for tab complete() 13 years ago
Nathan Rajlich 327286dbcd repl: update the `repl` for the new `readline` behavior 13 years ago
Nathan Rajlich ca8dea83a9 repl: make the completer use newlines 13 years ago
Nathan Rajlich 48bbdde66b repl: don't write a newline on the readline 'end' event 13 years ago
Nathan Rajlich 208b230744 repl: add a 'useColors' option to the repl 13 years ago
Nathan Rajlich b187e96ec9 repl: add a 'writer' option to the repl 13 years ago
Nathan Rajlich 228ddddc1c repl: ensure that 'repl.ignoreUndefined' is a boolean 13 years ago
Nathan Rajlich e7065eaa93 repl: ensure that 'repl.useGlobal' is a boolean 13 years ago
Nathan Rajlich f41901cdf6 repl: make ^D emit an 'end' event on the readline instance 13 years ago
Nathan Rajlich aad12d0b26 readline: migrate ansi/vt100 logic from tty to readline 13 years ago
Alex Kocharin 06a058d731 readline: row-agnostic multiline readline implementation 13 years ago
Alex Kocharin 415bff26fe repl: fix space autocompletion bug 13 years ago
Fedor Indutny b6cb6ce0d3 debugger: remove 'repl' command from builtinLibs 13 years ago
Nathan Rajlich f214758dd1 repl: better SIGINT handling behavior 13 years ago
Nathan Rajlich 6b5a34cdf3 repl: remove redundant check of rli.rine.length 13 years ago
Nathan Rajlich b7ddd30181 repl: make sure the REPL always flushes with a newline 13 years ago
Nathan Rajlich 659d449460 repl: make REPLServer emit an "exit" event 13 years ago
Nathan Rajlich 4f63f9f327 repl: make REPLServer inherit from EventEmitter 13 years ago
Nathan Rajlich 109b16d488 repl: use path.resolve() for the module.filename 13 years ago
Colton Baker fd61bfc731 readline: ^Z (SIGSTP) handling 13 years ago
Brandon Benvie b72277183f repl: add automatic loading of built-in libs 13 years ago
isaacs 0cdf85e28d Lint all the JavaScripts. 13 years ago
Fedor Indutny ae5e23310e repl: remove double calls where possible 13 years ago
Nathan Rajlich a118f21728 repl: make tab completion work on non-objects 13 years ago
Colton Baker ce485791db Readline proposal and bugfixes. Related: #2737 #2756 13 years ago
isaacs 8e57398b20 Fix #2034 repl message for .clear when useGlobal=true 13 years ago
Damon Oehlman 744ed46970 repl: fix repl.start not passing the `ignoreUndefined` arg to the REPLServer constructor 13 years ago
Fedor Indutny c07edd90f5 preserve cursor pos 13 years ago
seebees 3421f43351 .load, .save and local scope tab completion 13 years ago
Fedor Indutny 9ad27f7853 ignore undefined messages in the debugger repl 13 years ago