8 Commits (d00e5f1a04fa4bcf15bbeb6c0f1f6de1e8f8afd4)

Author SHA1 Message Date
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Gibson Fahnestock 3d2aef3979 test: s/assert.equal/assert.strictEqual/ 8 years ago
Gibson Fahnestock 7a0e462f9f test: use eslint to fix var->const/let 8 years ago
cjihrig 6540fb9f1f test: s/ASSERT/assert/ 8 years ago
Rich Trott 082cc8d6d8 test: remove unnecessary assignments 9 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
James Cowgill 7efc64dc94 test: fix floating point NaN tests on mips 10 years ago
Trevor Norris 3a2f273bd7 buffer: use smalloc as backing data store 12 years ago
isaacs 61935bc167 test: Accept either kind of NaN 12 years ago
Trevor Norris 22b84e6216 buffer: floating point read/write improvements 12 years ago
koichik 7f404e3509 buffer: added support for writing NaN and Infinity 12 years ago
koichik 37f0eb8df3 Revert "buffer: added support for writing NaN and Infinity" 12 years ago
koichik 6b9425fe37 buffer: added support for writing NaN and Infinity 12 years ago
Ben Noordhuis 7f4aba91d3 test: include common.js in all tests 13 years ago
Ben Noordhuis fd29448be0 test: add missing copyright headers 13 years ago
Ben Noordhuis 59a9a9b5b0 buffer: add .read*() and .write*() methods to SlowBuffer prototype 13 years ago
Colton Baker 87286cc737 Fixed a lot of jslint errors. 13 years ago
Brian White b7c23ac3f5 Incorporate endianness into buffer.read* function names instead of passing in a boolean flag 13 years ago
Robert Mustacchi 0df08c6a0c Endian argument should be a boolean. Signed integers shouldn't run through checks for unsigned integers. Clean up jslint. Provide unchecked uint entry points. 13 years ago
Brian White e505a1215c Add reading/writing of floats and doubles from/to buffers 14 years ago