summaryrefslogtreecommitdiff
path: root/test/simple/test-writeint.js
Commit message (Expand)AuthorAgeFilesLines
* buffer: use smalloc as backing data storeTrevor Norris2013-06-181-4/+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-9/+13
* buffer: fix minimum values for writeInt*() functionsƁukasz Walukiewicz2011-11-161-0/+75
* Incorporate endianness into buffer.read* function names instead of passing in...Brian White2011-08-121-22/+22
* Endian argument should be a boolean. Signed integers shouldn't run through ch...Robert Mustacchi2011-08-081-18/+18
* Add reading/writing of C integers to buffersRobert Mustacchi2011-05-011-0/+91