117 Commits (ab518ae50e480b5ffe01bdaaabd8c652200d1d55)

Author SHA1 Message Date
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
Nathan Rajlich bdb9d09aef Print out `undefined` on the REPL when returned. 13 years ago
isaacs 2d02e6a992 Add useGlobal flag for standard node repl 13 years ago
isaacs caf70f5e94 Revert "Don't use a separate context for the repl." 13 years ago
Nathan Rajlich 95d530f2b4 repl: print out `undefined` 13 years ago
isaacs b70fed48a7 Don't use a separate context for the repl. 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Bert Belder 81425598db Enable console colors on windows by default 13 years ago
Fedor Indutny 67706b8bb7 Export disableColors from repl, share with debugger 13 years ago
Fedor Indutny 2010071339 readline: custom streams support 13 years ago
Fedor Indutny 1e37efb08b initial tests 13 years ago
isaacs e06ce7562c Fix #1707 hasOwnProperty usage 13 years ago
isaacs 98990b9779 Fix #1707 hasOwnProperty usage 13 years ago
Fedor Indutny 41a41825f6 micro-refactor, use rli.output.write instead of rli.write ('line' event was emitted for those writes) 13 years ago
Fedor Indutny 57388d8b2e [repl] add error handling for async scope fetching 13 years ago
Fedor Indutny df480e0357 fix syntax error handling for 'throw ...', fix return value assertion 13 years ago
Fedor Indutny e13ed4a8d0 [repl, readline] refactor async completion and execution 13 years ago
Fedor Indutny 0d4dc3a8b5 [repl] let self.eval be configurable on REPLServer initialization 13 years ago
Fedor Indutny eab65e214e [repl] Async global completion 13 years ago
Fedor Indutny 71a9aefa0f [readline, repl] Fix completion grouping, fix parens eval results 13 years ago
Fedor Indutny 42b8b77d9f [repl, readline] async interface 13 years ago
Nathan Rajlich cf24f561a3 repl: don't eval twice when an Error is thrown 13 years ago
Nathan Rajlich 8ec31a3362 Use Object.getPrototypeOf() on the object in the REPL tab-completion. 13 years ago
Robert Mustacchi de0b8d601c jslint cleanup: path.js, readline.js, repl.js, tls.js, tty_win32.js, url.js 13 years ago
isaacs c050d0fa19 Finish removing require.paths 13 years ago
isaacs bbffd9e502 Close #983 Better JSON.parse error detection 14 years ago
Tim Baumann 6c7c4aeab6 Don't overwrite an user-specified repl.writer 14 years ago
Wade Simmons d00739ce56 make it possible to do repl.start('', stream) 14 years ago
isaacs 0b3ecc05a6 Close #955 Change ^C handling in REPL 14 years ago
Ben Weaver d63a551f86 Update how REPLServer uses contexts 14 years ago
Ryan Dahl 55048cdf79 Update copyright headers 14 years ago