Incorporate endianness into buffer.read* function names instead of passing in a boole...
authorBrian White <mscdex@mscdex.net>
Tue, 9 Aug 2011 04:40:10 +0000 (00:40 -0400)
committerBen Noordhuis <info@bnoordhuis.nl>
Fri, 12 Aug 2011 13:49:57 +0000 (15:49 +0200)
commitb7c23ac3f5e550e272d3695bf7076343e2d79c79
treed9eb40295d3d04f559949653196c9f23def3a615
parenta002f4f4531eafaa2a5bb5d446616528e151dfc1
Incorporate endianness into buffer.read* function names instead of passing in a boolean flag
doc/api/buffers.markdown
lib/buffer.js
lib/buffer_ieee754.js
test/simple/test-readdouble.js
test/simple/test-readfloat.js
test/simple/test-readint.js
test/simple/test-readuint.js
test/simple/test-writedouble.js
test/simple/test-writefloat.js
test/simple/test-writeint.js
test/simple/test-writeuint.js