Carson McDonald e5cbe73a82 Better EventEmitter modify-in-emit
Changed ReallyEmit so that it clones the Array of listeners before
processing the emit. Added better tests to make sure that modifying
listeners inside event handlers doesn't cause later listeners to be skipped
or added.
2010-03-18 14:08:20 -07:00
2010-03-17 15:52:57 -07:00
2010-03-16 10:29:16 -07:00
2010-03-18 14:08:20 -07:00
2010-03-18 14:08:20 -07:00
2010-03-12 18:50:46 -08:00
2010-03-12 18:50:46 -08:00
2009-12-06 07:35:26 +01:00
2010-03-07 12:13:16 -08:00
2009-10-09 14:55:29 +02:00
2010-03-15 14:24:15 -07:00

Evented I/O for V8 javascript.

To build:

  ./configure
  make 
  make install

To run the tests:
  
  make test

To build the documentation and install it, you will need asciidoc and
xsltproc:

  make doc install
 
To read the documentation:

  man doc/node.1

See http://nodejs.org/ for more information. For help and discussion
subscribe to the mailing list by visiting
http://groups.google.com/group/nodejs or by sending an email to
nodejs+subscribe@googlegroups.com.
Description
No description provided
Readme 175 MiB