summaryrefslogtreecommitdiff
path: root/test/simple/test-writefloat.js
Commit message (Expand)AuthorAgeFilesLines
* buffer: use smalloc as backing data storeTrevor Norris2013-06-181-2/+0
* test: Accept either kind of NaNisaacs2013-03-271-3/+9
* buffer: floating point read/write improvementsTrevor Norris2013-01-161-15/+15
* buffer: added support for writing NaN and Infinitykoichik2012-09-021-0/+39
* 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-4/+4
* Incorporate endianness into buffer.read* function names instead of passing in...Brian White2011-08-121-10/+11
* Endian argument should be a boolean. Signed integers shouldn't run through ch...Robert Mustacchi2011-08-081-10/+10
* Add reading/writing of floats and doubles from/to buffersBrian White2011-05-151-0/+65