138 Commits (323bbdb0cb2518ff15ad361ad3495cc4739f3bdf)

Author SHA1 Message Date
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
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
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
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