269 Commits (2d0ce510e8e3d03ad3d45f5ba52dd061e1fd9497)

Author SHA1 Message Date
Domenic Denicola fd3657610e vm: update API to use options argument 11 years ago
isaacs eef552774e vm: Put back display_errors flag 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
isaacs 6942a95ae1 repl: Add 'smalloc' to list of known modules 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Brian White 774b28fde7 repl: fix JSON.parse error check 12 years ago
Nathan Rajlich 55ea7ccf70 repl: use more readable RegExp syntax for spaces 12 years ago
Nathan Rajlich 085f9d636b repl: isSyntaxError() catches "strict mode" errors 12 years ago
isaacs c0721bcd66 repl: Use a domain to catch async errors safely 12 years ago
Sami Samhuri 5eacdd4bf9 repl: emit 'reset' event when context is reset 12 years ago
Dave Olszewski 22aa767421 make repl compatible with domains 12 years ago
Ryunosuke SATO 61741f9a83 repl: fix how to module requiring in code comment 12 years ago
Nathan Rajlich bac537b186 repl: fix lint 12 years ago
Felix Böhm 9bce5e8f3e repl: make built-in modules available by default 12 years ago
Nirk Niggler 0459a23063 REPL: fix floating point number parsing 12 years ago
Ben Noordhuis aad2013508 repl: allow overriding builtins 12 years ago
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