Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Incorporate endianness into buffer.read* function names instead of passing ↵ | Brian White | 2011-08-12 | 1 | -30/+31 |
| | | | | in a boolean flag | ||||
* | Endian argument should be a boolean. Signed integers shouldn't run through ↵ | Robert Mustacchi | 2011-08-08 | 1 | -30/+30 |
| | | | | checks for unsigned integers. Clean up jslint. Provide unchecked uint entry points. | ||||
* | Add reading/writing of floats and doubles from/to buffers | Brian White | 2011-05-15 | 1 | -0/+106 |
Code for readIEEE754/writeIEEE754 is from jspack: http://code.google.com/p/jspack/ |