summaryrefslogtreecommitdiff
path: root/lib/buffer_ieee754.js
Commit message (Expand)AuthorAgeFilesLines
* Fixed a lot of jslint errors.Colton Baker2011-10-051-7/+7
* Incorporate endianness into buffer.read* function names instead of passing in...Brian White2011-08-121-8/+6
* Endian argument should be a boolean. Signed integers shouldn't run through ch...Robert Mustacchi2011-08-081-2/+2
* Add reading/writing of floats and doubles from/to buffersBrian White2011-05-151-0/+118