You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
isaacs
b70fed48a7
Don't use a separate context for the repl.
Fix #1484
Fix #1834
Fix #1482
Fix #771
It's been a while now, and we've seen how this separate context thing
works. It constantly confuses people, and no one actually uses '.clear'
anyway, so the benefit of that feature does not justify the constant
WTFery.
This makes repl.context actually be a getter that returns the global
object, and prints a deprecation warning. The '.clear' command is gone,
and will report that it's an invalid repl keyword. Tests updated to
allow the require, module, and exports globals, which are still
available in the repl just like they were before, by making them global.
13 years ago
..
_debugger.js
Fixed a lot of jslint errors.
13 years ago
_linklist.js
Update copyright headers
14 years ago
assert.js
Fixed a lot of jslint errors.
13 years ago
buffer.js
buffers: handle bad length argument in constructor
13 years ago
buffer_ieee754.js
Fixed a lot of jslint errors.
13 years ago
child_process.js
child_process.fork: don't modify args
13 years ago
cluster.js
introduce node cluster
13 years ago
console.js
Fixes #1860. Remove process.writeError
13 years ago
constants.js
Update copyright headers
14 years ago
crypto.js
tls: requestCert unusable with Firefox and Chrome
13 years ago
dgram.js
Remove dgram_legacy
13 years ago
dns.js
Remove dns_legacy
13 years ago
events.js
Finally remove node::EventEmitter
14 years ago
freelist.js
Update copyright headers
14 years ago
fs.js
Fix test/pummel/test-watch-file.js
13 years ago
http.js
http: tiny fix in http.js
13 years ago
https.js
http: remove legacy http library
13 years ago
module.js
Raise an error when a malformed package.json file is found.
13 years ago
net.js
Remove superfluous nextTick during server binding
13 years ago
os.js
Add arch/platform to os module
14 years ago
path.js
Fixed a lot of jslint errors.
13 years ago
punycode.js
punycode: Test for integer overflow
14 years ago
querystring.js
Fix #1707 hasOwnProperty usage
13 years ago
readline.js
Fixed a lot of jslint errors.
13 years ago
repl.js
Don't use a separate context for the repl.
13 years ago
stream.js
Close #1303 Stream.pipe returns the destination
14 years ago
string_decoder.js
Update copyright headers
14 years ago
sys.js
Show warning when using lib/sys.js
14 years ago
timers.js
Remove net_legacy timers_legacy
13 years ago
tls.js
tls: The TLS API is inconsistent with the TCP API
13 years ago
tty.js
Remove tty_legacy
13 years ago
url.js
url: add plus sign to protocol pattern
14 years ago
util.js
Fixes #1860. Remove process.writeError
13 years ago
vm.js
Revert "vm context with accessors"
14 years ago
zlib.js
Fix #1882 zlib Update 'availOutBefore' value, and test
13 years ago