summaryrefslogtreecommitdiff
path: root/test/simple/test-readfloat.js
Commit message (Expand)AuthorAgeFilesLines
* buffer: use smalloc as backing data storeTrevor Norris2013-06-181-2/+0
* test: include common.js in all testsBen Noordhuis2012-02-201-0/+1
* test: add missing copyright headersBen Noordhuis2011-12-061-0/+21
* buffer: add .read*() and .write*() methods to SlowBuffer prototypeBen Noordhuis2011-11-181-3/+5
* Fixed a lot of jslint errors.Colton Baker2011-10-051-2/+2
* Incorporate endianness into buffer.read* function names instead of passing in...Brian White2011-08-121-18/+19
* Endian argument should be a boolean. Signed integers shouldn't run through ch...Robert Mustacchi2011-08-081-18/+18
* Add reading/writing of floats and doubles from/to buffersBrian White2011-05-151-0/+68