node/doc/api
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
..
_toc.markdown Add some docs for node cluster 2011-10-12 14:19:32 -07:00
addons.markdown docs: improve addons, readline, repl documentation 2011-10-11 21:44:09 +02:00
all.markdown add zlib module to doc index 2011-09-30 17:01:07 -07:00
appendix_1.markdown node-amqp is now being maintained by Theo Schlossnagle https://github.com/postwait/node-amqp 2011-07-17 22:40:01 +02:00
appendix_2.markdown Splitting documentation 2010-10-28 14:59:15 -07:00
assert.markdown docs: Update `assert` module docs 2011-10-02 02:25:52 +02:00
buffers.markdown docs: Added missing parenthesis to buffer.readUInt8 example. 2011-09-30 17:05:50 +09:00
child_processes.markdown docs: fix child_process.send() example 2011-10-12 17:44:47 +02:00
cluster.markdown Add some docs for node cluster 2011-10-12 14:19:32 -07:00
crypto.markdown docs: document crypto.randomBytes() 2011-09-27 20:27:57 +02:00
debugger.markdown docs: document watcher debugger commands 2011-10-02 02:19:17 +02:00
dgram.markdown docs: add API documentation note about UDP datagram size 2011-10-13 18:10:01 +02:00
dns.markdown Fix doc - missing dns.resolveNs() and dns.resolveCname() 2011-05-14 14:36:58 -07:00
events.markdown docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02:00
fs.markdown docs: mention util instead of sys 2011-10-13 05:06:42 +02:00
globals.markdown docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02:00
http.markdown docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02:00
https.markdown doc: HTTPS client's options 2011-09-14 23:48:42 +09:00
index.markdown Remove util.print from docs 2010-11-07 17:22:56 -08:00
modules.markdown docs: added .json modules. 2011-10-13 17:06:27 +09:00
net.markdown Update docs for server fd sharing 2011-10-10 11:36:00 -07:00
os.markdown Rework getNetworkInterfaces() for Linux, SunOS, Mac OS X 2011-05-20 08:34:18 -07:00
path.markdown docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02:00
process.markdown Remove process.memoryUsage().vsize 2011-10-18 14:31:37 -07:00
querystring.markdown docs: document querystring behavior for arrays and unassigned parameters 2011-08-30 15:17:05 +02:00
readline.markdown docs: improve addons, readline, repl documentation 2011-10-11 21:44:09 +02:00
repl.markdown Don't use a separate context for the repl. 2011-10-18 18:18:32 -07:00
stdio.markdown docs: typos and minor edits in several modules 2011-09-06 18:19:41 +02:00
streams.markdown Update docs for server fd sharing 2011-10-10 11:36:00 -07:00
string_decoder.markdown Splitting documentation 2010-10-28 14:59:15 -07:00
synopsis.markdown Splitting documentation 2010-10-28 14:59:15 -07:00
timers.markdown Doc fixes 2011-09-13 20:02:54 -07:00
tls.markdown docs: improvement tls example 2011-10-16 16:50:16 +09:00
tty.markdown typos 2011-02-24 16:36:43 -08:00
url.markdown docs: explain how url.format works (`search` trumps `query`, etc) 2011-09-03 03:29:49 +02:00
util.markdown Improve util.format() compatibility with browser. 2011-08-08 23:24:05 +09:00
vm.markdown vm: fix incorrect dispatch of vm.runInContext for argument "filename" 2011-08-16 14:50:04 +02:00
zlib.markdown doc: Add examples of zlib usage with http 2011-10-14 16:15:08 -07:00