node/lib
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.
2011-10-18 18:18:32 -07:00
..
_debugger.js Fixed a lot of jslint errors. 2011-10-05 18:51:06 -07:00
_linklist.js Update copyright headers 2011-03-14 17:37:05 -07:00
assert.js Fixed a lot of jslint errors. 2011-10-05 18:51:06 -07:00
buffer.js buffers: handle bad length argument in constructor 2011-09-24 18:27:03 +02:00
buffer_ieee754.js Fixed a lot of jslint errors. 2011-10-05 18:51:06 -07:00
child_process.js child_process.fork: don't modify args 2011-10-15 00:15:38 +09:00
cluster.js introduce node cluster 2011-10-12 02:58:35 -07:00
console.js Fixes #1860. Remove process.writeError 2011-10-18 13:12:50 -07:00
constants.js Update copyright headers 2011-03-14 17:37:05 -07:00
crypto.js tls: requestCert unusable with Firefox and Chrome 2011-10-15 00:54:46 +09:00
dgram.js Remove dgram_legacy 2011-10-11 13:26:41 -07:00
dns.js Remove dns_legacy 2011-10-11 13:21:30 -07:00
events.js Finally remove node::EventEmitter 2011-07-19 01:46:38 -07:00
freelist.js Update copyright headers 2011-03-14 17:37:05 -07:00
fs.js Fix test/pummel/test-watch-file.js 2011-10-12 16:19:46 -07:00
http.js http: tiny fix in http.js 2011-10-17 01:14:45 +09:00
https.js http: remove legacy http library 2011-10-04 20:51:34 +02:00
module.js Raise an error when a malformed package.json file is found. 2011-09-23 12:00:26 -07:00
net.js Remove superfluous nextTick during server binding 2011-10-18 15:12:18 -07:00
os.js Add arch/platform to os module 2011-04-26 20:04:32 -07:00
path.js Fixed a lot of jslint errors. 2011-10-05 18:51:06 -07:00
punycode.js punycode: Test for integer overflow 2011-07-06 13:17:50 -07:00
querystring.js Fix #1707 hasOwnProperty usage 2011-09-15 10:54:08 -07:00
readline.js Fixed a lot of jslint errors. 2011-10-05 18:51:06 -07:00
repl.js Don't use a separate context for the repl. 2011-10-18 18:18:32 -07:00
stream.js Close #1303 Stream.pipe returns the destination 2011-07-14 14:25:49 -07:00
string_decoder.js Update copyright headers 2011-03-14 17:37:05 -07:00
sys.js Show warning when using lib/sys.js 2011-08-31 19:26:34 +02:00
timers.js Remove net_legacy timers_legacy 2011-10-11 13:11:54 -07:00
tls.js tls: The TLS API is inconsistent with the TCP API 2011-10-15 19:27:21 +09:00
tty.js Remove tty_legacy 2011-10-11 13:41:33 -07:00
url.js url: add plus sign to protocol pattern 2011-09-06 17:03:52 +02:00
util.js Fixes #1860. Remove process.writeError 2011-10-18 13:12:50 -07:00
vm.js Revert "vm context with accessors" 2011-09-08 13:30:52 -07:00
zlib.js Fix #1882 zlib Update 'availOutBefore' value, and test 2011-10-13 16:47:51 -07:00