Ryan Dahl 5e86d01385 Revert "Buffer.copy should copy through sourceEnd, as specified."
This reverts commit a2f70da4c9bf14a6e0c4a17cac11a5ab555ce90f.

Keep tests modifies a few edge checks on Copy()
2010-06-29 19:40:20 -07:00
2010-06-24 09:37:36 -07:00
2010-06-23 20:05:29 -07:00
2010-06-28 08:47:01 -07:00
2010-06-19 20:30:49 -07:00
2010-06-24 14:37:55 -07:00
2010-06-21 13:34:10 -07:00
2010-05-11 10:25:27 -07:00
2010-06-11 12:48:25 -07:00
2010-06-18 18:14:06 -07:00
2010-03-26 18:28:40 -07:00
2010-06-27 08:49:06 -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 ronn:

  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
Languages
JavaScript 61.4%
C++ 23.3%
Python 10.7%
C 2.8%
HTML 0.7%
Other 1%