30 Commits (a0fdd5f3f6539684ec1dd5bf7f2d2367bc7d4adb)

Author SHA1 Message Date
kyle@dontkry.com 34f34e4411 docs: fix typo 13 years ago
Ben Noordhuis 9bb3a683fe docs: improve buffer.fill() documentation 13 years ago
koichik 530082932d docs: Added missing parenthesis to buffer.readUInt8 example. 13 years ago
koichik 4d186f270f Docs: Not memcpy, but memmove 13 years ago
Brian White b7c23ac3f5 Incorporate endianness into buffer.read* function names instead of passing in a boolean flag 13 years ago
Ryan Dahl 2689d262ec Make buffer.INSPECT_MAX_BYTES public for mscdex 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
Aku Kotkavuo 562bef5ff3 Add missing parentheses in buffer docs. 13 years ago
koichik 50e147bd03 Add an optional length argument to Buffer.write() 13 years ago
koichik d05afa50e6 Doc improvements 13 years ago
Brian White e505a1215c Add reading/writing of floats and doubles from/to buffers 14 years ago
Ryan Dahl 00aee73692 Add docs for buffer.fill() 14 years ago
Robert Mustacchi 9812e31e8b Add reading/writing of C integers to buffers 14 years ago
Ryan Dahl af96447016 Modify text about buffer.write and partial chars 14 years ago
Ryan Dahl 9b3b37e498 Add docs about Buffer._charsWritten 14 years ago
Ryan Dahl 2f2c9d47fd Remove strange unicode output in docs 14 years ago
Trevor Burnham 3ec391ba36 Correcting typo in docs: 'deprecated', not 'depreciated' 14 years ago
koichik 5ccdff48f3 Document 'ucs2' encoding for Buffer 14 years ago
isaacs 0aa1a8a005 Closes GH-695 Add 'hex' encoding to Buffer 14 years ago
Ryan Dahl 8f23583d10 A few spelling fixes. 14 years ago
Ryan Dahl fca713eba4 Add doc for Buffer.isBuffer 14 years ago
Ryan Dahl aed0ba3211 buffer.copy targetStart defaults to 0 14 years ago
Ryan Dahl 6d7242b485 Document defaults for buffer.copy() 14 years ago
Silas Sewell 11b2ee7632 Various doc tweaks (2-spaces vs tabs, EOL-whitespace, repl prompt, "world" vs "World", etc...) 14 years ago
Micheil Smith e190c9616e Splitting documentation 14 years ago